VPI-3.1.5 (post-release updates)
Documentation
- Fixed OFA support on Orin in maximize clocks script.
- Removed support for Xavier devices from the maximize clocks script.
VPI-3.1.5
VPI-3.1.5 is the first production release of VPI-3.1 branch. It contains several new algorithms and bug fixes.
Documentation
Link to documentation for release VPI-3.0
Release Highlights
Other Updates
Selected Bug Fixes
- Fixed segfault with python bindings when importing modules like
torch
after vpi
.
Known Issues
- Host images wrapped into VPIImages using vpiImageCreateWrapper might impact performance when using them with algorithms running on the CUDA backend. You should avoid wrappers in this case, and use VPIImages allocated with vpiImageCreate instead.
- Performance might be affected when using CUDA images wrapped into VPIImages using vpiImageCreateWrapper in algorithms running in PVA, VIC and/or OFA. User should avoid using wrappers in this case, preferring to use VPIImages allocated with vpiImageCreate.
- Harris Corner Detector result scores/positions might differ among backends.
- Stereo Disparity Estimator
- The confidence map generated by OFA+PVA+VIC backend might have some negligible differences with respect to other backends.
- Performance might be affected when using Dense Optical Flow on python due re-creating the payload at every call.
- Attention
- Algorithms running on PVA backend won't work inside a docker container. Submission calls will return error VPI_ERROR_INTERNAL .