icbcbicc / IQA-Dataset

A unified interface for downloading and loading popular Image Quality Assessment (IQA) datasets.
http://ivc.uwaterloo.ca/research/bayesianIQA
101 stars 9 forks source link

Unable to download some datasets #2

Closed arthur0219 closed 6 months ago

arthur0219 commented 6 months ago

Firstly, thanks a lot for this great work of yours. Unfortunately, some datasets cannot be downloaded through the links given in readme.md. Could you please give me some new links to download some of those datasets, including A57, MDID2013, MDID2016, Toyama, PDAP-HDDS. Is it possible for you to upload these datasets to Baidudisk? Thank you very much.

arthur0219 commented 6 months ago

By the way, do you have the passwords for SDIVL and MDIVL?

icbcbicc commented 6 months ago

Hi,

I tested the links and they appear to be working. Can you describe the error you're receiving?

The script should be able to download and unzip SDIVL and MDIVL without a password.

arthur0219 commented 6 months ago

Hi,

Thanks for your reply!

PDAP-HDDS is a large-scale database that I need, but the link(https://sites.google.com/site/eelab907/zi-liao-ku) seems not working, the error on the Google Drive website is "Sorry, the file you have requested does not exist."

icbcbicc commented 6 months ago

This repo supports PDAP-HDDS. You can try this:

from load_dataset import load_dataset
dataset = load_dataset("PDAP-HDDS")
arthur0219 commented 6 months ago

Thank you very much!

icbcbicc commented 6 months ago

The links provided in the readme are official links to the datasets and not download links. Please refer to demo.py for instructions on how to use this script.

arthur0219 commented 6 months ago

Thanks a lot, great help!