GOTURN icon indicating copy to clipboard operation
GOTURN copied to clipboard

How to solve the problem of shrinking?

Open theodoruszq opened this issue 7 years ago • 4 comments
trafficstars

Hey, recently I am trying to reproduce your work, but after I train my model on Imagenet and ALOV. My model tends to shrink to a point or expand outside the image quickly, have you ever encounter this problem? How to solve it? I check every possible points in my code and visualize them but have no idea.

Thank you!

theodoruszq avatar Jan 12 '18 03:01 theodoruszq

Hi, I am having the same problem. Did u solve it?

subhadip3 avatar Mar 05 '18 09:03 subhadip3

Yes, I have already solved it.

theodoruszq avatar Mar 05 '18 09:03 theodoruszq

Could you please let me know where the problem was and how you solved it?

subhadip3 avatar Mar 05 '18 10:03 subhadip3

I am not sure whether my problem is same with you. But I think it could be such reasons following:

  • Have you checked your box_scale_factor? It is important, and by Held's implementation, it is 10.
  • Have you visualized your data layer, where always results in some weird problems?

If you have already checked the above problems carefully but the problem still exists, I think you could do complete unit tests for each module.

theodoruszq avatar Mar 06 '18 01:03 theodoruszq