Skip to content

lindt/docker-darknet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker pulls Docker Build Latest Tag

docker-darknet

Docker Image for Darknet ImageNet implementation

Usage

cat your_image.jpg | docker run -i think/darknet

will provide the predictions for all categories found in the image.

Example

Image

Result

bald eagle: 0.809800
kite: 0.179002
vulture: 0.004752
prairie chicken: 0.000786
hen: 0.000612

References