JingyunLiang / RVRT

Recurrent Video Restoration Transformer with Guided Deformable Attention (NeurlPS2022, official repository)
https://arxiv.org/abs/2206.02146
Other
354 stars 33 forks source link

About infer time. #28

Open foxbeing7 opened 6 months ago

foxbeing7 commented 6 months ago

Hi, I read your work and run with commind: python main_test_rvrt.py --task 001_RVRT_videosr_bi_REDS_30frames --folder_lq testsets/ --tile 100 128 128 --tile_overlap 2 20 20 --save_result My test data have 180 LR image with 854*480 , the infer time took 1,115s which is much longer than expected time. Why this and how to solve it ? thx.

foxbeing7 commented 6 months ago

In addition , my gpu is tesla V100 with 32G gpu memory.