Submitted by AKavun t3_y0zbfj in MachineLearning
I am an engineering student who is very new to machine learning.
I want to make an object classification kind of model to deduce the attributes like color, pattern, type, fit, etc. of various pieces of clothing. Most sources I could find on the subject are classifying to a single class like if something is a cat or dog.
I wish to train a model that can find multiple attributes associated with the image like a shirt with attributes ["black, "long sleeves", "fit", "V collar"] or a skirt with attributes ["red", "spotted", "short"]. I have the dataset, which is custom-made, and there are a lot of attributes.
I don't know where to start my research about this. What is the name of this kind of classification? Is there a pre-existing network architecture that I can use? Is there a tutorial video that you can recommend or an academic paper?
Seankala t1_iruvc69 wrote
I work at a startup that provides solutions to exactly this problem. It's just multi-label classification, you might want to look more into that.