Yolo-FastestV2 icon indicating copy to clipboard operation
Yolo-FastestV2 copied to clipboard

No module named 'utils'

Open the-cat-crying opened this issue 2 years ago • 1 comments

(yoloall) gy@server:~/mount_sdc/work_zp/Train/yoloall/model_zoo/YoloFastestV2$ pip install python-utils Collecting python-utils Downloading python_utils-2.5.6-py2.py3-none-any.whl (12 kB) Collecting six Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) Installing collected packages: six, python-utils Successfully installed python-utils-2.5.6 six-1.16.0 (yoloall) gy@server:~/mount_sdc/work_zp/Train/yoloall/model_zoo/YoloFastestV2$ python3 test.py --data data/coco.data --weights modelzoo/coco2017-0.241078ap-model.pth --img img/000139.jpg Traceback (most recent call last): File "test.py", line 8, in import utils.utils ModuleNotFoundError: No module named 'utils'

the-cat-crying avatar Aug 26 '21 06:08 the-cat-crying