ccv icon indicating copy to clipboard operation
ccv copied to clipboard

how to detect objects using the cnn?

Open kingvision opened this issue 11 years ago • 3 comments

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

kingvision avatar Jan 28 '15 01:01 kingvision

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).

liuliu avatar Jan 29 '15 17:01 liuliu

Yes, i mean like this.

kingvision avatar Apr 18 '15 00:04 kingvision

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

ghost avatar Sep 05 '15 22:09 ghost