lizhuoq / SRGAN_Pytorch

A PyTorch implementation of SRGAN
12 stars 5 forks source link

Google Drive Dataset Link is broken #1

Closed Arslan-Mehmood1 closed 10 months ago

Arslan-Mehmood1 commented 10 months ago

Screenshot from 2023-11-07 12-07-19

lizhuoq commented 10 months ago

I'm sorry, I accidentally deleted the data. You can try the link below.

Datasets

Train、Val Dataset

The train and val datasets are sampled from VOC2012. Train dataset has 16700 images and Val dataset has 425 images. Download the datasets from here(access code:5tzp), and then extract it into data directory.

Test Image Dataset

The test image dataset are sampled from | Set 5 | Bevilacqua et al. BMVC 2012 | Set 14 | Zeyde et al. LNCS 2010 | BSD 100 | Martin et al. ICCV 2001 | Sun-Hays 80 | Sun and Hays ICCP 2012 | Urban 100 | Huang et al. CVPR 2015. Download the image dataset from here(access code:xwhy), and then extract it into data directory.

Test Video Dataset

The test video dataset are three trailers. Download the video dataset from here(access code:956d).

Arslan-Mehmood1 commented 10 months ago

okay thank you