ibaiGorordo / ONNX-YOLOv8-Object-Detection

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

from yolov8 import YOLOv8 #17

Closed J1EXA closed 1 year ago

J1EXA commented 1 year ago

from yolov8 import YOLOv8 What is this? pip install yolov8 gives me yolov8.py > init.py >version = "0.0.2"

ibaiGorordo commented 1 year ago

It is just the folder inside this repository. if you run the code from inside the main folder of this repository it should run without issues: https://github.com/ibaiGorordo/ONNX-YOLOv8-Object-Detection#installation