microsoft / caffe

Caffe on both Linux and Windows
Other
1.22k stars 479 forks source link

How to use Faster-RCNN? #106

Open takuya-takeuchi opened 8 years ago

takuya-takeuchi commented 8 years ago

Hi. I'm glad Microsoft team integrated Faster-RCNN to windows caffe. But I can not see any samples.

Would you provide any samples? Especially, I want to check prototxt to use Faster-RCNN.

zer0n commented 8 years ago

Hi, I will try to write a short guide soon.

If you have a Linux environment, you can try this Faster-RCNN version, which is very similar to Ross's version, except that his Caffe is replaced by this Caffe.

takuya-takeuchi commented 8 years ago

Thank you, Kenneth!!

I expect that MS Caffe can use Faster-RCNN withou Python. Is it correct? If so, MS Caffe has big advantage. It will be more simple and efficiently.

Eventually, I hope we can get boundary boxes from api looks like classifcation.exe.

shuiyeyue commented 7 years ago

Hi, I also want to ask the same question. But, the work which runs Faster-RCCN on windows is based on matlab. Do you have a solution to this question? Thanks