Skip to content

A Rust implementation of Yolo for object detection and tracking.

License

Notifications You must be signed in to change notification settings

flixstn/You-Only-Look-Once

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You Only Look Once: Unified, Real-Time Object Detection

A Rust implementation of You Only Look Once: Unified, Real-Time Object Detection for object detection and tracking.

Run

  • Install OpenCV
  • Run get_model.sh to get the config files for the neural network or download it from here.
  • cargo run -- --file blobs/traffic.mp4 --config blobs/yolov3.cfg --weights blobs/yolov3.weights --coco blobs/coco.names

About

A Rust implementation of Yolo for object detection and tracking.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published