You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read your code carefully and thank you for your consideration and implementation to programming SSD with keras-tensorflow framework. I work with your code and I have a Question about Jaccard overlap for matching default boxes and ground truth boxes for better loss calculation. in the 'box_utils' file, 'compute_target' function uses Jaccard algorithms but I could not find mathematical way to implementation.
second, in 'compute_target' function you use 'encode' function which is ambiguous for me.
please help me how to write them.
thank you
Regards,
The text was updated successfully, but these errors were encountered:
Hello Mr. ChunML
I read your code carefully and thank you for your consideration and implementation to programming SSD with keras-tensorflow framework. I work with your code and I have a Question about Jaccard overlap for matching default boxes and ground truth boxes for better loss calculation. in the 'box_utils' file, 'compute_target' function uses Jaccard algorithms but I could not find mathematical way to implementation.
second, in 'compute_target' function you use 'encode' function which is ambiguous for me.
please help me how to write them.
thank you
Regards,
The text was updated successfully, but these errors were encountered: