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
Hello,
Thanks for this great package !
I trained a custom model to segment the 4 wings of butterflies, which gave me good results in the evaluation (mAP ~0.9), but when I try to infer on images it doesn't segment anything or sometimes it can segment something but it is always the same class (the last one).
Moreover, I tried on the test images and it still worked poorly, and when I try multiple times it gave different results.
I just don't understand the gap between the evaluation and my tests and the inconsistance of the results?
Just in case someone runs into the same issue, I have found the origin of the problem... I changed the backbone and did a few tests to resnet101 and did a few tests and it seems to work well. There may be an issue with resnet50 though!
Hello,
Thanks for this great package !
I trained a custom model to segment the 4 wings of butterflies, which gave me good results in the evaluation (mAP ~0.9), but when I try to infer on images it doesn't segment anything or sometimes it can segment something but it is always the same class (the last one).
Moreover, I tried on the test images and it still worked poorly, and when I try multiple times it gave different results.
I just don't understand the gap between the evaluation and my tests and the inconsistance of the results?
I am on tensorflow 2.5.0, torch 1.9.0
My code :
The text was updated successfully, but these errors were encountered: