Zj-BinXia / SSL

This project is the official implementation of 'Structured Sparsity Learning for Efficient Video Super-Resolution', CVPR2023
95 stars 6 forks source link

REDS data problem #3

Closed zxd-cqu closed 1 year ago

zxd-cqu commented 1 year ago

Why does the file(SSL-master/basicsr/data/meta_info/meta_info_REDS_GT.txt) include folders with numbers greater than 269? Isn't REDS supposed to have 240+30 folders? ...... 267 100 (720,1280,3) 268 100 (720,1280,3) 269 100 (720,1280,3) 270 100 (720,1280,3) 271 100 (720,1280,3) 272 100 (720,1280,3) 273 100 (720,1280,3)

Zj-BinXia commented 1 year ago

We follow the basicsr. Please see basicsr.data.reds_dataset.py, REDSRecurrentDataset will remove 4 clips for validation. So the training REDS is actually 270 clips.