-
Notifications
You must be signed in to change notification settings - Fork 81
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
How to implemented it in faster-rcnn? #6
Comments
Yes, you just need replace your softmaxloss with focalloss function. Then everything is ok. |
hi,thanks so much, I will try it. |
@ailias hi,how are you . ` def _softmax_layer(self, bottom, name):
.........
` |
Maybe you should use tensorflow official models at https://github.com/tensorflow/models/tree/master/research/object_detection. Then you just replace the softmax_loss with focal_loss |
@ailias
Hi,thanks for your cool code.
but I have little confused about how to use it. I want implemented it in faster rcnn,should I just change the softmax into focal loss or others?can you tell me how to use it?
thanks so much.
The text was updated successfully, but these errors were encountered: