diff --git a/README.md b/README.md index cb1ef55..478fc5d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![Docker pulls](https://img.shields.io/docker/pulls/think/darknet.svg)](https://hub.docker.com/r/think/darknet/) [![Docker Build](https://img.shields.io/docker/automated/think/darknet.svg)](https://hub.docker.com/r/think/darknet/) +[![Latest Tag](https://img.shields.io/github/tag/lindt/docker_darknet.svg)](https://hub.docker.com/r/think/darknet/) # docket-darknet @@ -11,6 +12,22 @@ Docker Image for Darknet ImageNet implementation 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 - based on [darknet](https://github.com/pjreddie/darknet.git)