mcahny / Deep-Video-Inpainting

Official pytorch implementation for "Deep Video Inpainting" (CVPR 2019)
508 stars 95 forks source link

about the evaluation index is low #36

Open xia-yilan opened 1 year ago

xia-yilan commented 1 year ago

According to the mask in the Fuseformer, I measured psnr=26.9 in the youtube-vos test set, far lower than 29.2 in the Fuseformer. This code only modifies the parameter pre_run = 2 and the test image size is set to 432,240. Is it the parameter setting problem? Another setting: python3.7, pytorch1.4.0+cu100. Look forward to your feedbacks and suggestions soon.