Skip to content

stefanbirkner/yfcc100m-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YFCC100M Downloader

This repository contains a set for scripts for downloading the images of the YFCC100M data set.

YFCC100M Downloader is published under the MIT license. It requires Python 3.

Download images

Clone this repository or download the two files download_files.py and download_index.py.

Execute

./download_index.py

It downloads all index files to a folder data.

The download the images with

./download_files.py

It reads the index files from data and downloads the images of the index files. The images are stored in the data folder, too.

Releases

No releases published

Packages

No packages published

Languages