-
-
Notifications
You must be signed in to change notification settings - Fork 353
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
Fashion Sense Detector #875
Comments
Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊 |
@abhisheks008 please assign this to me |
Hi @Vaibhav-kesarwani can you elaborate the problem statement and the approach you are planning for this problem statement? |
Proposed Approaches Transfer Learning with Pre-trained Models By leveraging powerful pre-trained models such as ResNet, InceptionV3, or MobileNet, I can enhance the model's performance while minimizing training time. These models, trained on large datasets like ImageNet, have already learned rich visual representations. Fine-tuning the final layers for the specific clothing dataset will yield superior accuracy, making this approach both efficient and effective. Support Vector Machine (SVM) with HOG Features To complement deep learning approaches, I propose using Support Vector Machine (SVM) combined with Histogram of Oriented Gradients (HOG) features. This traditional machine learning model is particularly effective for smaller datasets and can classify clothing images based on their shapes and edges. The interpretability of SVM will also provide valuable insights into the decision boundaries for clothing categories. Next Steps |
Hi @5rujana thanks for sharing your approach. Can you please confirm the dataset which will be used here? |
can someone confirm the source of the dataset used here? |
Deep Learning Simplified Repository (Proposing new issue)
🔴 Project Title : Fashion Sense Detector
🔴 Aim : The of this project to develop a model which is capable enough to detect the cloths and try to find the best match using some algorithums
🔴 Dataset : A collection of 60,000 training images
🔴 Approach : Try to use 3-4 algorithms to implement the models and compare all the algorithms to find out the best fitted algorithm for the model by checking the accuracy scores. Also do not forget to do a exploratory data analysis before creating any model.
📍 Follow the Guidelines to Contribute in the Project :
requirements.txt
- This file will contain the required packages/libraries to run the project in other machines.Model
folder, theREADME.md
file must be filled up properly, with proper visualizations and conclusions.🔴🟡 Points to Note :
✅ To be Mentioned while taking the issue :
Happy Contributing 🚀
All the best. Enjoy your open source journey ahead. 😎
The text was updated successfully, but these errors were encountered: