psychopa4 / PFNL

Progressive Fusion Video Super-Resolution Network via Exploiting Non-Local Spatio-Temporal Correlations
MIT License
138 stars 21 forks source link

Using unknown downsampling LR #6

Open codyshen0000 opened 4 years ago

codyshen0000 commented 4 years ago

What should I do if I want to use LR generated by unknown downsampling

psychopa4 commented 4 years ago

You may generate LR images by unknown downsampling and store them in the corresponding path. Then, use the function double_input_producer() in model/base_model.py to generate LR-HR pairs during training.