karta0807913 / caffe-yolo-9000

caffe-yolo-9000
Other
48 stars 16 forks source link

How to visualize the result? #11

Open AaronHu13 opened 6 years ago

zhengstake commented 6 years ago

I did a fork to zhengstake/caffe-yolo-9000 and a branch cadence2018. I added a python inference script under caffe-yolo-9000/examples/yolo/voc_mode/yolo_v2_test.py. The script performs inference just as netforward.cpp. But I added visualization step. You can check it out.

I filed a pull request for it to be merged.

AaronHu13 commented 6 years ago

Gotcha, thank you so much !

karta0807913 commented 6 years ago

thank you @zhengstake