Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xueeinstein committed Feb 12, 2018
1 parent 40e996c commit f53ddfc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ The trash bin is recognized as a person! Moreover, for small objects or some obj

Replacing Darknet with Darknet-vis is effortless, you just need to add `visualization=1` in __net__ entry of the cfg file. For example, my config in [yolo.cfg](cfg/yolo.cfg)

More handy Python API will be available soon.
#### Python API

I wirte a more handy Darknet API wrapper. You can find the example at [darknet.py](https://github.com/xueeinstein/darknet-vis/blob/master/python/darknet.py). Note that `Darknet.detect_v()` is for this customized visualization.

0 comments on commit f53ddfc

Please sign in to comment.