Skip to content

gniknoil/Perfect500K-Beauty-and-Personal-Care-Products-Retrieval-Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Perfect Half Million Beauty Product Image Recognition Challenge

This is our solution for Perfect Half Million Beauty Product Image Recognition Challenge , which obtained the 1st place (USTC_NELSLIP) with MAP@7 0.4086

Dependency

Preparation

For Image Database

1.Download all the images of dataset recorded in csvfile

2.Transform all the images to square form using 255 padding

3.Put all the images in the folder data_clean

For Query Images

Query images are put in the folder search/ori_images

For models

SEResnet152 Densenet201

Download these two models and put them in the folder /code/pretrained

Usage

  1. Extract features of images in database(Perfect-500K)
$ python features.py
  1. Conduct image retrieval
$ python search.py

Note

All the models are all pretrained on the Imagenet. They can be downloaded from module pretrainedmodels.

About

Solution of Image Retrieval Challenge in ACM MM 2019

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages