Skip to content

Script to download AVA database from the website (A Large-Scale Database for Aesthetic Visual Analysis)

Notifications You must be signed in to change notification settings

yuyu0927/ava_downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

AVA dataset downloader

AVA: A Large-Scale Database for Aesthetic Visual Analysis

Attention!

The script is deprecated (your IP would be blocked by dpchallenge.com), please check the links below to download.

http://www.lucamarchesotti.com/

The site above contains the download link

For the sake of convenience, I put the download link below (via Reddit):

Dataset download link:

https://mega.nz/#F!hIEhQTLY

key: !RkOnZv8Fz7EbYreHsiEzvA

The entire dataset has been split into 64 7z files. Download all the zip files, unzip the first file and it should work. About 32GB and 255,500 picture files.

Dataset info files:

https://mega.nz/#!MUcXyBSB

key: !0Q0Nq8_zBuSGiKmEHuKXKoAg8SDsB-21GwlJ22AJegU


AVA is a large-Scale database for aesthetic visual analysis containing 250000+ photos from dpchallenge.com.

However, the downloaded pakage only contains image list and annotations. You may need the script to download AVA images from website.

- Known Issue

With this script keep sending requests to dpchallenge.com, the website would block your ip address for some time. So, I'm trying to figure out another way to download all the pictures from the site. Contact me if you have any. Thank you! 2017-1-21

## Usage

1. Download ava_downloader.py to any directory you like.

2. Make sure you have downloaded AVA Database (zip, 4.2 MB) from the site.

3. Unzip AVA_dataset.zip and place AVA.txt under the same directory as the script. Also create a folder 'image'

4. Run the script with command $python ava_downloader.py beginIndex endIndex

5. Tips: Note that beginIndex and endIndex both range from 1 to 25553. Downloading all the images would consume a lot of time. It is recommended you download a small amount once a time.

## More

- [ ] Multithreading download - [ ] Catch errors

Happy downloading~ 😎

Fing

2016-11-13

About

Script to download AVA database from the website (A Large-Scale Database for Aesthetic Visual Analysis)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%