Skip to content

Commit

Permalink
update tools/test_yolov2.md
Browse files Browse the repository at this point in the history
Former-commit-id: d333594
  • Loading branch information
lyuchuny3 committed Oct 23, 2018
1 parent 2f402f9 commit fff8707
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions tools/test_yolov2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

[![GitHub license](http://OAID.github.io/pics/apache_2.0.svg)](./LICENSE)

## Download required models
Download the models from [Tengine model zoo](https://pan.baidu.com/s/1LXZ8vOdyOo50IXS0CUPp8g) (psw: 57vb)
## Download required models and test images
Download


## prepare the test images
Download voc_2007_test from [FTP](ftp://ftp.openailab.net/Tengine_models/voc_2007_test.tgz)
* Tengine_models/yolov2/yolo-voc.prototxt
* Tengine_models/yolov2/yolo-voc.caffemodel
* Tengine_models/voc_2007_test.tgz

from [Tengine model zoo](https://pan.baidu.com/s/1LXZ8vOdyOo50IXS0CUPp8g) (psw: 57vb)

```
tar -zxvf ./voc_2007_test.tgz
Expand Down

0 comments on commit fff8707

Please sign in to comment.