xinntao / EDVR

Winning Solution in NTIRE19 Challenges on Video Restoration and Enhancement (CVPR19 Workshops) - Video Restoration with Enhanced Deformable Convolutional Networks. EDVR has been merged into BasicSR and this repo is a mirror of BasicSR.
https://github.com/xinntao/BasicSR
1.49k stars 318 forks source link

About different resolution question #42

Open LI945 opened 5 years ago

LI945 commented 5 years ago

Hello, My images have different resolutions.I want to know how to store them in the lmdb file and read them. Thanks.

xinntao commented 5 years ago

Did you mean that the input frames have different height and width sizes?

If you want to store single images, you can refer to this and the code. If each frame of your input clip has different size, it seems strange. If each clip has different size, then just store the spatial size of each frame and read them in the dataloader.