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

Update a DCNv2 compile hint in readme. #81

Closed zhuhaozh closed 3 years ago

zhuhaozh commented 4 years ago

When compile DCNv2, GCC version lower than 4.9 will lead to seg fault which may confused many people. Feel free to merge it or not.