Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 904 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 904 Bytes

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