TensorFlow
Add DIV2K dataset to TensorFlow Datasets
Div2K is a Image Super Resolution Dataset. Given an image patch size(for example: 128x128), the dataset should be downloaded and the images should be cropped to that specific shape. The supporting unittest should also be writen. Useful Links:
- Dataset: http://data.vision.ee.ethz.ch/cvl/DIV2K
- https://www.tensorflow.org/datasets/add_dataset
- Sample: https://github.com/tensorflow/datasets/blob/master/tensorflow_datasets/image/horses_or_humans.py
- Sample Test: https://github.com/tensorflow/datasets/blob/master/tensorflow_datasets/image/horses_or_humans_test.py
Task tags
Students who completed this task
WZHANG