-
Notifications
You must be signed in to change notification settings - Fork 220
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
OHEM implementation? #16
Comments
Sorry for the misleading expression in the paper. The sensences in the paper are:
What I want to express is that we perform OHEM in the bounding box branch. In the bbox branch, we first predict the In other words, we change nothing for RPN, and perform OHEM in the bounding box branch. |
Thanks for your reply, Liu. |
No, the bounding box branch refers to the rcnn, we only modify the rcnn. We didn't change any thing in RPN. |
Sorry, maybe I speak not clearly, |
Hello,
After read your paper, I have some question on your OHEM implementation.
you mean the OHEM is used on the RPN stage? Do you used it only on the RPN?
In my own understanding, you random sample from the RPN output, (maybe value N) and then put all the N proposals to calculate the sum loss, after get the loss, sorting, and choose Top 512 to update the network.
I dont know whether my understanding is right, ask for your help, thanks.
The text was updated successfully, but these errors were encountered: