liuliu / ccv

C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library
http://libccv.org
Other
7.08k stars 1.72k forks source link

how to detect objects using the cnn? #129

Open kingvision opened 9 years ago

kingvision commented 9 years ago

hi, liu i had used your open cnn code for classifying objects. a few days ago, i started to think that how to detect objects using the cnn. can you give me some ideas or do you have plans to implement the detection issue using cnn?

thanks

liuliu commented 9 years ago

You mean like https://github.com/rbgirshick/rcnn?

I have some ideas to implement this, but the naive implementation is too slow to be practical (I am looking for something at around 1s per frame at least).

kingvision commented 9 years ago

Yes, i mean like this.

ghost commented 9 years ago

Would it be faster with https://github.com/rbgirshick/fast-rcnn ?