Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yolov7.wts is not supported #591

Open
ph90119 opened this issue Nov 20, 2024 · 1 comment
Open

yolov7.wts is not supported #591

ph90119 opened this issue Nov 20, 2024 · 1 comment

Comments

@ph90119
Copy link

ph90119 commented Nov 20, 2024

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.

@marcoslucianops
Copy link
Owner

The wts method isn't supported anymore, please use the ONNX file.

https://github.com/marcoslucianops/DeepStream-Yolo/blob/master/docs/YOLOv7.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants