File size: 599 Bytes
49f0d37 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
The directory structure is as follows:
```shell
datasets/
└── demo/
└── test/
└── [DatasetName]/
├── GT/ # Ground Truth: folder of high-quality frames (one per clip)
├── GT-Video/ # Ground Truth (video version): lossless MKV format
├── LQ/ # Low-quality Input: folder of degraded frames (one per clip)
└── LQ-Video/ # Low-Quality Input (video version): lossless MKV format
```
All datasets are available [here](https://drive.google.com/drive/folders/1yNKG6rtTNtZQY8qL74GoQwA0jgjBUEby?usp=sharing).
|