NZWANG / YOLOV7-AC

Object Detection and YOLOV7-AC
GNU General Public License v3.0
25 stars 4 forks source link

ModuleNotFound #8

Open longliveTopG opened 1 year ago

longliveTopG commented 1 year ago

i'm using yolov7 algorithm on a custom data for my final year project. i need to improve the accuracy , i found your work interesting. while trying to train the model i get this error File "C:\Users\fahdh\Desktop\YOLOV7-AC-main\train.py", line 10, in import val ModuleNotFoundError: No module named 'val'

can u help !! please

sdjhawjdbwa commented 1 year ago

Thank you very much for asking. You can try replacing “import val” with “import test”