bernardohenz / deep_joint_design_cfa_demosaicing

Implementation of the article Deep Joint Design of Color Filter Arrays and Demosaicing
GNU General Public License v3.0
21 stars 5 forks source link

datasets and trains_models #3

Open Yuannianzeng opened 3 years ago

Yuannianzeng commented 3 years ago

The datasets and trains_models cannot be downloaded. Can you upload it again?

bernardohenz commented 3 years ago

I have updated the downloading script to python. Try to run

python ./trained_models/download_trained_models.py

and

python ./datasets/download_datasets.py

from the root of the repo.

Let me know if you still can't download them.

Yuannianzeng commented 3 years ago

Thank you for your reply, but I still can’t download it. I get the following error when running the code: urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x0000020853DE9408>: Failed to establish a new connection: [WinError 10060] Can you share the link to Google Cloud Disk?

bernardohenz commented 3 years ago

I checked and the links are public, do not know what is happening. These are links for my google drive files:

Just download and extract it into datasets and trained_models folders.

Yuannianzeng commented 3 years ago

Thank you! Now I can download them.