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.48k stars 320 forks source link

How much is LMDB faster than regular REDS? #157

Open DenisDiachkov opened 4 years ago

DenisDiachkov commented 4 years ago

Hello, you said data loading is the bottleneck and that's why you use LMDB. Could you tell how it changes the perfomance? Did you measure the time in both cases(LMDB and regular)?

Thank you