Skip to content

SleepBook/darknet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

This project aim to realize and optimize the yolo-tiny network on embedded platforms. These platforms including FPGA(Zynq), embedded GPU(Nvidia Jetson)

The project only has the inference functionality of YOLO-Tiny, the training functionality is not reserved, since it's not likly you want to train your network on these platforms.

The project derived from the Darknet framework, credit goes there.

Usage

To test on an image: ./darknet yolo test cfg/yolo-tiny.cfg yolo-tiny.weights IMAGEPATH

To test on video: .darknet yolo demo cfg/yolo-tiny.cfg yolo-tiny.weights VIDEOPATH

To test on webcame: .darknet yolo demo cfg/yolo-tiny.cfg yolo-tiny.weight

To visualize the net: ./darknet visualize cfgfile weightfile

About

Convolutional Neural Networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.2%
  • Cuda 10.4%
  • Other 1.4%