AI Meets Beauty Challenge

ACM Multimedia 2018

Perfect Half Million Beauty Product Image Recognition Challenge at ACM Multimedia 2018 Link

teaser

Repo contains the scripts used for downloading the dataset and evaluation of our submission for the challenge [Team: VCA]

Code Structure

.
├── caffe-prototxt              # Prototxt file for caffe model using inception-v1
├── dataset                     # test images urls and labels
├── scripts                     # scripts for evaluation on testset
├── utils                       # Helper code for retrieval and testing scripts
└── README.md

Usage

  • Download the whole retrieval dataset consisting of 500K images in dataset folder
$ python crawl.py 0
$ python -u testbed.py --p deploy.caffemodel -i 0 | tee log.txt