Open J1EXA opened 1 year ago
File "c:\YOLO\video_object_detection.py", line 4, in from yolov8 import YOLOv8 ImportError: cannot import name 'YOLOv8' from 'yolov8' (C:\Python310\lib\site-packages\yolov8__init__.py)
figured it out
im facing this issue now, what did you do to fix this error ?
this happens if u start YOLOv8.py by itself. start image_object_detection.py instead.
File "c:\YOLO\video_object_detection.py", line 4, in
from yolov8 import YOLOv8
ImportError: cannot import name 'YOLOv8' from 'yolov8' (C:\Python310\lib\site-packages\yolov8__init__.py)