Mukosame / Zooming-Slow-Mo-CVPR-2020

Fast and Accurate One-Stage Space-Time Video Super-Resolution (accepted in CVPR 2020)
GNU General Public License v3.0
908 stars 165 forks source link

Generating LR images #28

Closed sangeetajha closed 3 years ago

sangeetajha commented 4 years ago

To generate LR images i need to run python $ZOOMING_ROOT/codes/data_scripts/generate_mod_LR_bic.py . Do I need to run this for every folder as it is looking for png files?

Mukosame commented 4 years ago

Hi @sangeetajha , you can use os or glob to get the subfolders and run the script in every subfolder.