-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to train #5
Comments
Hi, I trained the model for 19 classes (as the entire dataset is quite big) a long time ago. Here are the weights which I could find: Also, these may not be the best weights. So you can tune the hyperparameters and further train the model to get better results. |
Thanks a lot sir for your help. |
Hi sir, |
The current code makes many predictions for a single image. You will find the following variables useful: |
Thanks a lot for the help. |
In the RESULTS section of the repo, you can see that some bounding boxes enclose the entire jean ("complete ones") while some only a part of it("small regions"). The required bounding box can be filtered out using probability or IoU values (The small regions can be removed by discarding predictions with bounding box area < threshold OR by some other techniques). I guess the way to predict only the "complete ones" is to retrain the model with hyper-parameter tuning in order to get better weights OR to modify the model itself in the code(such as adding more layers) and train it again. I never trained on the entire dataset because:
Hence I selected only 19 classes having similar frequency (Although this subset of dataset is still biased towards some classes due to class imbalance). |
Alright sir, |
The model tries to detect apparel type only for the Region of Interests (ROI) proposed by selective search algo. |
Hi Sir, "IndexError: arrays used as indices must be of integer (or boolean) type" |
Sir,
I read your repo and went through the code, found it really interesting and looking forward to use it in my current project. But when I downloaded the dataset ,I don't have enough specs on my system to meet the requirements. I request you to please share the trained model file since I can't afford that king of system at this age.
Please help me with this.
Thank you a lot sir,
Cheers
The text was updated successfully, but these errors were encountered: