-
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
Question on MobileNet SSD architechture with focal loss. #5
Comments
Hi, thanks for your praise.
|
Thanks for your answering. The output shape of original softmax loss tensor is Could you please see this problem at your earliest convenience? |
Oh, my god. The latest version of models has changed the loss function return value. My code is for previous version(maybe before version 1.2). You just need return per_entry_cross_ent variable rather then tf.reduce_sum() result. |
hi, @ailias @MAGI003769 , thus I can directly use tensorflow object_detection models api to merge focal loss with SSD. However, I am not sure, |
Hello! First of all thanks for your implementation. You're really awesome.
My question is how to merger the focal loss with SSD architecture as I'm know working on SSD for my project.
Thanks a lot for your brilliant work and patience to read these questions. Look forward your reply.
The text was updated successfully, but these errors were encountered: