We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
yolov5 release tag v5 , main_yolov5.py run error in line 88: “bs, _, ny, nx, _ = outs[i].shape“ ,perhaps need change to “bs, _, ny, nx, _ = outs[i].shape ” ?
Other, detect decoding is too slow, how too ?
The text was updated successfully, but these errors were encountered:
yolov5 release tag v5 , main_yolov5.py run error in line 88: “bs, _, ny, nx, _ = outs[i].shape“ ,perhaps need change to “bs, _, ny, nx, _ = outs[i].shape ” ? Other, detect decoding is too slow, how too ?
you can run https://github.com/hpc203/yolov5-dnn-cpp-python-v2
Sorry, something went wrong.
No branches or pull requests
yolov5 release tag v5 , main_yolov5.py run error in line 88: “bs, _, ny, nx, _ = outs[i].shape“ ,perhaps need change to “bs, _, ny, nx, _ = outs[i].shape ” ?
Other, detect decoding is too slow, how too ?
The text was updated successfully, but these errors were encountered: