ibaiGorordo / ONNX-YOLOv8-Object-Detection

Python scripts performing object detection using the YOLOv8 model in ONNX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YOLOv8 error

J1EXA opened this issue · comments

commented

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)

commented

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.