Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

10 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages