StableVSR
StableVSR copied to clipboard
Missing Key Code/Files for Training & Validation on Vimeo-90K and REDS Datasets
Hi,
Thank you for sharing your excellent work! I encountered a few issues while trying to train on the Vimeo-90K and REDS datasets:
- Vimeo-90K Dataset Process and Training Code/Scripts:
Thedatasetdirectory only containsreds_dataset.py, andtrain.pyseems to import this class exclusively. Could you kindly provide the complete data loading code for Vimeo-90K, as well as any relevant configuration files likeconfig_vimeo.yamlandmetadata.txt? - Validation Output for REDS Dataset:
Whilevalidation_stepsis defined, I couldn’t locate the corresponding log, output images (e.g., super-resolved images), or evaluation metrics mentioned in your paper. Could you clarify this part? - Training Parameters and Key Files:
In thetrain.shscript,VALIDATION_IMAGEpoints to thetrain/gtdirectory. Should this be corrected totrain/lq? Also, the requiredmetadata.txtfile for this appears to be missing. I attempted to create it based onREDS_train_metadata.txtand the training settings mentioned in your paper as follows:000 100\n 011 100\n 015 100\n 020 100Could you confirm if this matches your setup? If not, could you kindly upload the correct file? Additionally, if Vimeo-90K also requires such these files/configs, could you provide it as well?
Thank you in advance for your support and for providing additional details. Your assistance would be invaluable in reproducing your results!