Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,13 @@ license: cc-by-sa-4.0
|
|
| 6 |
|
| 7 |
This is the dataset repository used in the [pyiqa toolbox](https://github.com/chaofengc/IQA-PyTorch). Please refer to [Awesome Image Quality Assessment](https://github.com/chaofengc/Awesome-Image-Quality-Assessment) for details of each dataset
|
| 8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
# Disclaimer for This Dataset Collection
|
| 10 |
This collection of datasets is compiled and maintained for academic, research, and educational purposes. It is important to note the following points regarding the datasets included in this Collection:
|
| 11 |
|
|
|
|
| 6 |
|
| 7 |
This is the dataset repository used in the [pyiqa toolbox](https://github.com/chaofengc/IQA-PyTorch). Please refer to [Awesome Image Quality Assessment](https://github.com/chaofengc/Awesome-Image-Quality-Assessment) for details of each dataset
|
| 8 |
|
| 9 |
+
Example commandline script with `huggingface-cli`:
|
| 10 |
+
```
|
| 11 |
+
huggingface-cli download chaofengc/IQA-PyTorch-Datasets live.tgz --local-dir ./datasets --repo-type dataset
|
| 12 |
+
cd datasets
|
| 13 |
+
tar -xvf live.tgz
|
| 14 |
+
```
|
| 15 |
+
|
| 16 |
# Disclaimer for This Dataset Collection
|
| 17 |
This collection of datasets is compiled and maintained for academic, research, and educational purposes. It is important to note the following points regarding the datasets included in this Collection:
|
| 18 |
|