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
Thank you so much for sharing!
But maybe I found an error in utils.py.
When computing IOU, you filtered the pred where mask == 0. It will make the IOU higher.(line 47)
Is it correct?