Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 593 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 593 Bytes

Rust bindings for darknet

Build Status

Darknet: Convolutional Neural Networks

todo

  • rewrite the demo function used in yolo.c in rust

Examples

Link existing files and download training weights:

ln -s darknet-sys/darknet/data .
( mkdir trained_weights && cd trained_weights && \
  wget https://pjreddie.com/media/files/yolov3.weights )

Run the example

cargo run --example yolo_detect_image