-
-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create functions to download specific IQA datasets #15
Comments
Dear Sir, I would like to build up a dataset builder based on CSIQ dataset. In the first stage, I tried to download CSIQ dataset with the following codes: import tensorflow as tf #from . import CHECKSUMS_PATH #tfds.download.add_checksums_dir(CHECKSUMS_PATH) CITATION = r""" 〒432-8561 | 浜松市中区城北3-5-1 | 静岡大学 工学部 電気電子工学科 Portions of this site contain images © David Vignoni. LGPL 2.1. The Essential theme for Moodle is developed by Gareth J Barnard class CSIQ(tfds.core.GeneratorBasedBuilder):
WHile building a pipeline, with following commands: NonMatchingChecksumError Traceback (most recent call last) 17 frames NonMatchingChecksumError: Artifact http://vision.eng.shizuoka.ac.jp/csiq/dst_imgs.zip, downloaded to /root/tensorflow_datasets/downloads/vision.eng.shizuoka.ac.jp_csiq_dst_imgsX-ETcy6zbVXku6A1J7b7xRNgTdP0_qLW84MAch1ss5c.zip.tmp.b3e7b23d848648c69a92d6b1566a39d6/dst_imgs.zip, has wrong checksum. I would be glad if you could really guide me on this issue. |
Hi @KamalLamichhane, I want to download the CSIQ databaes, but the link to it can not be located anymore. Do you have any solution to deal with it? Thanks |
Datasets:
The text was updated successfully, but these errors were encountered: