hassanmasood1
hassanmasood1
The author here is creating dataset where the IOU is less than 1.0. If you notice the name of the image holds IOU value, so it will help model learn...
I am having the same issue, for img_0000009.jpg inside Faux_leather-Trim_Blouse folder. And I am guessing its resolution is very smaller compared to other images in the folder. 
The issue is, selective_search is recommending boxes with 0 widths/height. To fix it just add the following code to selective_search.py and it should fix the issue. 
ok, found fix. For me i downgraded xcode to 9 and rebuild and deployed model in device. Now its giving me right results. Surprisingly mobilenet works even on xcode 10...