Replies: 1 comment
-
@pk-1196 this may happen if you have an unrelated pip package called
EnvironmentsYOLOv5 may be run in any of the following up-to-date verified environments (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled):
StatusIf this badge is green, all YOLOv5 GitHub Actions Continuous Integration (CI) tests are passing. These tests evaluate proper operation of basic YOLOv5 functionality, including training (train.py), testing (test.py), inference (detect.py) and export (export.py) on MacOS, Windows, and Ubuntu. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hii i am downloading the repo and running the model/export file ,without changing anything but getting below error ,
Traceback (most recent call last):
File "models/export.py", line 19, in
from models.experimental import attempt_load
File "C:\Users\onnx\YOLOv5-master\models\experimental.py", line 7, in
from models.common import Conv, DWConv
File "C:\Users\onnx\YOLOv5-master\models\common.py", line 15, in
from utils.datasets import letterbox
ModuleNotFoundError: No module named 'utils.datasets'
Any help will be appreciated
Beta Was this translation helpful? Give feedback.
All reactions