ibaiGorordo / ONNX-YOLOv8-Object-Detection

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

YOLOv8 error #18

Open J1EXA opened 10 months ago

J1EXA commented 10 months 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 10 months ago

figured it out

Oishi1029 commented 4 months ago

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

zoldaten commented 3 months ago

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