Skip to content

Data collection code for NeurIPS 2021 Datasets and Benchmarks Track paper: 'The Met Dataset: Instance-level Recognition for Artworks'

License

Notifications You must be signed in to change notification settings

GuangxingHan/Flickr_Image_Crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Flickr_Image_Crawler

A tool to crawl Flickr images

The tool supports downloading image urls of all galleries from a flickr user, and provides a simple BoW based text-matching method for matching flickr image titles/desscriptions to a pre-defined database.

The code is used to build an artwork dataset for instance-level recognition. For more details, please visit https://ilr-workshop.github.io/ECCVW2020/ and https://ilr-workshop.github.io/ICCVW2021/

The project page of our NeurIPS 2021 Datasets and Benchmarks Track paper: 'The Met Dataset: Instance-level Recognition for Artworks' is here

Citing Our Work

If you use this tool/dataset in your research, please use the following BibTeX entries:

@inproceedings{ypsilantis2021met,
  title={The met dataset: Instance-level recognition for artworks},
  author={Ypsilantis, Nikolaos-Antonios and Garcia, Noa and Han, Guangxing and Ibrahimi, Sarah and Van Noord, Nanne and Tolias, Giorgos},
  booktitle={Thirty-fifth Conference on Neural Information Processing Systems Datasets and Benchmarks Track (Round 2)},
  year={2021}
}

Acknowledgement

Python Flickr API is used to build our Flickr Crawler.

NLTK and fuzzywuzzy are used for text preprocessing.

About

Data collection code for NeurIPS 2021 Datasets and Benchmarks Track paper: 'The Met Dataset: Instance-level Recognition for Artworks'

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages