goutamgmb / deep-burst-sr

Official implementation of Deep Burst Super-Resolution
Other
186 stars 28 forks source link

Is there something specific about the test set in synthetic burst dataset? #18

Open pokaaa opened 2 years ago

pokaaa commented 2 years ago

After downloading the test dataset from the official website, there is actually 22G of the data. Is the 1204 images selected for the validation set specific? Is that randomly chosen or others?

If there is no test dataset for val, here should have some changes: from:

      if split in ['train', 'test']:
            self.img_pth = os.path.join(root, split, 'canon')

to:

        if split in ['train', 'test']:
            self.img_pth = os.path.join(root, 'train', 'canon')

Am I right?

Phoenix2022go commented 2 days ago

Hi! Pokaaa, I can't download the synthetic burst dataset on the official web, due to the 404 error on the website, could you please offer me the original dataset with Google drive or some way? Thank you!!!!