Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 442 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 442 Bytes

Installation

  1. Install OpenCV (tested with version 4.10)
# brew install opencv
  1. Download detection model/s (using a working Python env). For a list of available models check https://docs.ultralytics.com/tasks/detect/
# pip install ultralytics
# yolo export model=models/yolov8m.pt imgsz=640 format=onnx opset=12
  1. Search for results within image
# cargo run -- -i=assets/people4.jpg -m=models/yolov8n.onnx