Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Glenn Jocher 1110258d37
`ultralytics 8.2.2` replace COCO128 with COCO8 (#10167)
1 year ago
..
84948651cd
`8.0.60` new HUB training syntax (#1753)
2 years ago
1110258d37
`ultralytics 8.2.2` replace COCO128 with COCO8 (#10167)
1 year ago

README.md

You have to be logged in to leave a comment. Sign In

YOLOv8 - OpenCV

Implementation YOLOv8 on OpenCV using ONNX Format.

Just simply clone and run

pip install -r requirements.txt
python main.py --model yolov8n.onnx --img image.jpg

If you start from scratch:

pip install ultralytics
yolo export model=yolov8n.pt imgsz=640 format=onnx opset=12

*Make sure to include "opset=12"

Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...