zhaoweicai / mscnn

Caffe implementation of our multi-scale object detection framework
404 stars 211 forks source link

What is the detection method used in the object proposal network to proposal the rois? #72

Open skyforwork opened 7 years ago

skyforwork commented 7 years ago

default In the picture , What is the detection method used?

zhaoweicai commented 7 years ago

The detectors are just typical convolutional filters.

skyforwork commented 7 years ago

The output of the detectors is the bounding box and label?

zhaoweicai commented 7 years ago

Yes, "c" is the number of classes, and "b" the number of bounding box coordinates.

skyforwork commented 7 years ago

I am a novice. Can you teach me how does the detectors works in detail?Thank you very much.

tomzhang666 commented 7 years ago

you can review fast-rcnn and faster-rcnn.