-
Notifications
You must be signed in to change notification settings - Fork 3
인공지능 readme
Chanmi edited this page Jul 11, 2021
·
3 revisions
MMfashion에서 제공하는 다음과 같은 사전 훈련된 모델을 사용함.
- Category and Attribute Prediction : 의류 카테고리/속성 분류 모델
- In-Shop Clothes Retrieval : 의류 유사도 분석 모델
- MMfashion Github 주소 : https://github.com/open-mmlab/mmfashion
git clone --recursive https://github.com/open-mmlab/mmfashion.git
cd mmfashion
python setup.py install
참고: https://github.com/open-mmlab/mmfashion/blob/master/docs/MODEL_ZOO.md
Backbone | Pooling | Loss | Top-5 Cate. Recall | Top-5 Attr. Recall. | Download (Google Drive) |
---|---|---|---|---|---|
VGG-16 | Global Pooling | Cross-Entropy | 35.91 | 25.44 | model |
Backbone | Pooling | Loss | Top-5 Acc. | Download (Google Drive) |
---|---|---|---|---|
VGG-16 | Global Pooling | Cross-Entropy | 38.76 | model |
- Readme : https://github.com/open-mmlab/mmfashion/blob/master/docs/DATA_PREPARATION.md
- 데이터 다운로드 : http://mmlab.ie.cuhk.edu.hk/projects/DeepFashion/AttributePrediction.html
참고: https://github.com/open-mmlab/mmfashion/blob/master/docs/GETTING_STARTED.md