Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
skyforwork opened this issue May 19, 2017 · 5 comments

Comments

@skyforwork
Copy link

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

@zhaoweicai
Copy link
Owner

The detectors are just typical convolutional filters.

@skyforwork
Copy link
Author

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

@zhaoweicai
Copy link
Owner

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

@skyforwork
Copy link
Author

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

@tomzhang666
Copy link

you can review fast-rcnn and faster-rcnn.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants