finish R-CNN detection example
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Tue, 10 Jun 2014 03:56:19 +0000 (20:56 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Tue, 10 Jun 2014 17:15:32 +0000 (10:15 -0700)
commit9882d47dad8ee3f0b5fa0c0831fdc3355ee3255d
tree118fc33df40f5353002653ffbfd26e620441c128
parent206bf8687244bf21754231569532f9c1af0765c4
finish R-CNN detection example

- run through and save new output
- collect region proposals with R-CNN configuration (see sergeyk/selective_search_ijcv_with_python)
- call detect.py in GPU mode
- fix NMS plotting: X and Y coords were accidentally exchanged. print scores too.
examples/detection.ipynb