ibaiGorordo / ONNX-YOLOv8-Object-Detection

Python scripts performing object detection using the YOLOv8 model in ONNX.
MIT License
394 stars 102 forks source link

YOLOv8 error #18

Open J1EXA opened 1 year ago

J1EXA commented 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)

J1EXA commented 1 year ago

figured it out

Oishi1029 commented 8 months ago

im facing this issue now, what did you do to fix this error ?

zoldaten commented 8 months ago

this happens if u start YOLOv8.py by itself. start image_object_detection.py instead.