You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why does setting export CUDA_VER=12.1 when using DeepStream 6.3 result in an issue with the compiled libnvdsinfer_custom_impl_Yolo.so? Previously, using DeepStream 6.1.1 with export CUDA_VER=11.7 worked without any problems.
The error message is as follows:
File /config/yolov7/yolov7.wts is not supported
traffic: utils.cpp:105: std::vector loadWeights(std::string, const string&): Assertion `0' failed.
The text was updated successfully, but these errors were encountered:
Why does setting export CUDA_VER=12.1 when using DeepStream 6.3 result in an issue with the compiled libnvdsinfer_custom_impl_Yolo.so? Previously, using DeepStream 6.1.1 with export CUDA_VER=11.7 worked without any problems.
The error message is as follows:
File /config/yolov7/yolov7.wts is not supported
traffic: utils.cpp:105: std::vector loadWeights(std::string, const string&): Assertion `0' failed.
The text was updated successfully, but these errors were encountered: