Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanbirkner/yfcc100m-downloader
YFCC100M Downloader
https://github.com/stefanbirkner/yfcc100m-downloader
downloader yfcc100m
Last synced: about 1 month ago
JSON representation
YFCC100M Downloader
- Host: GitHub
- URL: https://github.com/stefanbirkner/yfcc100m-downloader
- Owner: stefanbirkner
- License: mit
- Created: 2018-05-08T08:49:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T20:04:46.000Z (over 6 years ago)
- Last Synced: 2023-03-14T05:31:01.561Z (over 1 year ago)
- Topics: downloader, yfcc100m
- Language: Python
- Size: 6.84 KB
- Stars: 24
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YFCC100M Downloader
This repository contains a set for scripts for downloading the images of the
[YFCC100M data set](https://multimediacommons.wordpress.com/yfcc100m-core-dataset/).YFCC100M Downloader is published under the
[MIT license](http://opensource.org/licenses/MIT). 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.