Created
September 20, 2018 05:58
-
-
Save NISH1001/71bd30d128d16d4021dd63d467309a80 to your computer and use it in GitHub Desktop.
yolo command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./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