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

Error and optimization #8

Open
samsha1971 opened this issue Apr 19, 2021 · 1 comment
Open

Error and optimization #8

samsha1971 opened this issue Apr 19, 2021 · 1 comment

Comments

@samsha1971
Copy link

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 ?

@hpc203
Copy link
Owner

hpc203 commented Apr 19, 2021

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

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