Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Guanghan committed Feb 2, 2016
1 parent 79979f1 commit 7bd6b65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ The weights that I trained can be downloaded here: (UPDATED 1/13/2016)
The pre-compiled software with source code package for the demo:
[darknet-video-2class.zip](http://guanghan.info/download/darknet-video-2class.zip)

You can use this as an example. In order to run the demo on a video file, just type: ./darknet yolo vid_demo cfg/yolo_2class_box11.cfg model/yolo_2class_box11_3000.weights /video/test.mp4
You can use this as an example. In order to run the demo on a video file, just type:

./darknet yolo vid_demo cfg/yolo_2class_box11.cfg model/yolo_2class_box11_3000.weights /video/test.mp4


If you would like to repeat the training process or get a feel of YOLO, you can download the data I collected and the annotations I labeled.
Expand Down

0 comments on commit 7bd6b65

Please sign in to comment.