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
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'`
The text was updated successfully, but these errors were encountered:
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'`
The text was updated successfully, but these errors were encountered: