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
Hi,
Recently I download your script and it works (Training set includes ['coat', 'kaftan', 'robe']).
But when I add ['Chino'] in the training set, and run dataset_create.py, it will meet a problem.
It will stop at a certain image and display an error.
I will meet the same problem if I add ['Jeans'] to the training set.
It seems some certain images will cause this issue.
I don't know if I should do some changes to the ‘crop function’. I think I need your help.
Thanks a lot!
The text was updated successfully, but these errors were encountered:
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.
Hi,
Recently I download your script and it works (Training set includes ['coat', 'kaftan', 'robe']).
But when I add ['Chino'] in the training set, and run dataset_create.py, it will meet a problem.
It will stop at a certain image and display an error.
I will meet the same problem if I add ['Jeans'] to the training set.
It seems some certain images will cause this issue.
I don't know if I should do some changes to the ‘crop function’. I think I need your help.
Thanks a lot!
The text was updated successfully, but these errors were encountered: