amjltc295 / Free-Form-Video-Inpainting

Official Pytorch implementation of "Learnable Gated Temporal Shift Module for Deep Video Inpainting. Chang et al. BMVC 2019." and the FVI dataset in "Free-form Video Inpainting with 3D Gated Convolution and Temporal PatchGAN, Chang et al. ICCV 2019"
https://arxiv.org/abs/1907.01131
335 stars 53 forks source link

Remove no-longer existed argument "-mask" in evaluate.py #25

Closed Nash2325138 closed 4 years ago

Nash2325138 commented 4 years ago

Why do we need this PR?

The issue #23 mentioned that an argument -mask of evaluate.py described in doc/script_usage.md does not exist in evaluate.py. After investigation, I found this argument is removed in the old repository because all evaluation should be done along with masks:

image

So, I remove -mask in doc/script_usage.md to prevent future confusion.

PR readiness check list

[ v ] Did it pass the Flake8 check? [ v ] Did you test this PR?

Nash2325138 commented 4 years ago

Flake 8 updated? image