Skip to content

miooochi/Yolov3-Darknet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yolov3-Darknet

Intro

Install and run YOLOv3 on Nvidia Jetson Series. YOLOv3 is a really popular DNN (Deep Neural Network) object detection algorythm, which is really fast and works also on not so powerfull devices.

Check out the complete tutorial here.

Demo

Setup

Clone the Repository

$ cd ${HOME}
$ git clone https://github.com/yqlbu/Yolov3-Darknet
$ cd Yolov3-Darknet

Run the Script

$ sudo chmod +x install.sh
$ ./install.sh

How to use

Simply run the demo scripts below

$ ./image.sh
$ ./video.sh
$ ./camera.sh

You should see the same outputs as the demo screenshots shown. Enjoy !

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages