Skip to content

Instantly share code, notes, and snippets.

@NISH1001
Created September 20, 2018 05:58
Show Gist options
  • Save NISH1001/71bd30d128d16d4021dd63d467309a80 to your computer and use it in GitHub Desktop.
Save NISH1001/71bd30d128d16d4021dd63d467309a80 to your computer and use it in GitHub Desktop.
yolo command
./darknet classify ../../tiny-yolo/tiny.cfg ../../tiny-yolo/tiny.weights data/dog.jpg
./darknet detect ../../tiny-yolo/tiny.cfg ../../tiny-yolo/tiny.weights data/dog.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment