Skip to content

Commit

Permalink
added Example section
Browse files Browse the repository at this point in the history
  • Loading branch information
lindt committed Dec 16, 2016
1 parent af4182e commit 20c4836
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -11,6 +12,22 @@ Docker Image for Darknet ImageNet implementation

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

## Example

### Image

<img src="https://cdn.rawgit.com/lindt/docker-darknet/master/eagle.jpg">

### 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)
Expand Down

0 comments on commit 20c4836

Please sign in to comment.