fashion-ai-analysis
                                
                                
                                
                                    fashion-ai-analysis copied to clipboard
                            
                            
                            
                        Extract attribute of clothes detected in image.
FashionAI-Analysis
This is a project for extracting attribute of clothes detected in image.
Dependencies
Installation
- Download & install cuda 10.2 toolkit here
 - Download & install anaconda python 3.7 version
 - Install requirements
 
How to test the model
- 
Download yolo-v3 model from here and put in 'root directory'.
 - 
Downoad model from here and put in 'root directory'.
 - 
Run
file_demo.pyto run each image file demostration - 
Run
cam_demo.pyto run web-cam demostration (not tested) 
Clothing multi-attributes definition
| 
 
  | 
 1  | 
 2  | 
 3  | 
 4  | 
 5  | 
 6  | 
 7  | 
 8  | 
 9  | 
 10  | 
 11  | 
 12  | 
 13  | 
| 
 GT values  | 
 Top color(14)  | 
 Top pattern(6)  | 
 Top gender(2)  | 
 Top season(4)  | 
 Top type(7)  | 
 Top sleeves(3)  | 
 Bottom color(14)  | 
 Bottom pattern(6)  | 
 Bottom gender(2)  | 
 Bottom season(4)  | 
 Bottom length(2)  | 
 Bottom type(2)  | 
 leg pose(3)  | 
| 
 0  | 
 null  | 
 null  | 
 null  | 
 null  | 
 null  | 
 null  | 
 null  | 
 null  | 
 null  | 
 null  | 
 null  | 
 null  | 
 null  | 
| 
 1  | 
 white  | 
 plain  | 
 man  | 
 spring  | 
 shirt  | 
 short sleeves  | 
 white  | 
 plain  | 
 man  | 
 spring  | 
 short pants  | 
 pants  | 
 standing  | 
| 
 2  | 
 black  | 
 checker  | 
 woman  | 
 summer  | 
 jumper  | 
 long sleeves  | 
 black  | 
 checker  | 
 woman  | 
 summer  | 
 long pants  | 
 skirt  | 
 sitting  | 
| 
 3  | 
 gray  | 
 dotted  | 
 
  | 
 autunm  | 
 jacket  | 
 no sleeves  | 
 gray  | 
 dotted  | 
 
  | 
 autunm  | 
 
  | 
 
  | 
 lying  | 
| 
 4  | 
 pink  | 
 floral  | 
 
  | 
 winter  | 
 vest  | 
 
  | 
 pink  | 
 floral  | 
 
  | 
 winter  | 
 
  | 
 
  | 
 
  | 
| 
 5  | 
 red  | 
 striped  | 
 
  | 
 
  | 
 parka  | 
 
  | 
 red  | 
 striped  | 
 
  | 
 
  | 
 
  | 
 
  | 
 
  | 
| 
 6  | 
 green  | 
 mixed  | 
 
  | 
 
  | 
 coat  | 
 
  | 
 green  | 
 mixed  | 
 
  | 
 
  | 
 
  | 
 
  | 
 
  | 
| 
 7  | 
 blue  | 
 
  | 
 
  | 
 
  | 
 dress  | 
 
  | 
 blue  | 
 
  | 
 
  | 
 
  | 
 
  | 
 
  | 
 
  | 
| 
 8  | 
 brown  | 
 
  | 
 
  | 
 
  | 
 
  | 
 
  | 
 brown  | 
 
  | 
 
  | 
 
  | 
 
  | 
 
  | 
 
  | 
| 
 9  | 
 navy  | 
 
  | 
 
  | 
 
  | 
 
  | 
 
  | 
 navy  | 
 
  | 
 
  | 
 
  | 
 
  | 
 
  | 
 
  | 
| 
 10  | 
 beige  | 
 
  | 
 
  | 
 
  | 
 
  | 
 
  | 
 beige  | 
 
  | 
 
  | 
 
  | 
 
  | 
 
  | 
 
  | 
| 
 11  | 
 yellow  | 
 
  | 
 
  | 
 
  | 
 
  | 
 
  | 
 yellow  | 
 
  | 
 
  | 
 
  | 
 
  | 
 
  | 
 
  | 
| 
 12  | 
 purple  | 
 
  | 
 
  | 
 
  | 
 
  | 
 
  | 
 purple  | 
 
  | 
 
  | 
 
  | 
 
  | 
 
  | 
 
  | 
| 
 13  | 
 orange  | 
 
  | 
 
  | 
 
  | 
 
  | 
 
  | 
 orange  | 
 
  | 
 
  | 
 
  | 
 
  | 
 
  | 
 
  | 
| 
 14  | 
 mixed  | 
 
  | 
 
  | 
 
  | 
 
  | 
 
  | 
 mixed  | 
 
  | 
 
  | 
 
  | 
 
  | 
 
  | 
 
  | 
A nice example
