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

how to find the corresponding version of yolov5? #185

Open
shamoqianting opened this issue Nov 17, 2022 · 0 comments
Open

how to find the corresponding version of yolov5? #185

shamoqianting opened this issue Nov 17, 2022 · 0 comments

Comments

@shamoqianting
Copy link

I need to work under tensorRT 6, it seems that I have to use yolov5-3.0 or yolov5-4.0.
But how can I find the corresponding commit on the master branch of yolov5 ?
All the tags of realease versions of yolov5 miss some modules like "utils.downloads" when I try to run yaml2cfg.py
Thank you very much

`python3 yaml2cfg.py

Traceback (most recent call last):
File "yaml2cfg.py", line 3, in
from utils.downloads import *
ModuleNotFoundError: No module named 'utils.downloads'`

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

1 participant