Free-Form-Video-Inpainting icon indicating copy to clipboard operation
Free-Form-Video-Inpainting copied to clipboard

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 Convolut...

Results 8 Free-Form-Video-Inpainting issues
Sort by recently updated
recently updated
newest added

Thanks for sharing your work. but,when I use the FVI dataset, root_masks_dir="../dataset/FVI/Train/object_masks/" Displays: NotImplementedError: Image mode P And, after using root_masks_dir="../dataset/FVI/Train/random_masks/" The number of JPEGImages trained in the epoch is...

It is ok to use pre-training weights to run on THE GPU during the test. But I can only run on the CPU but not on the GPU during the...

Hi, thanks for sharing great codes! I have a question about the mode (training / testing) you have used for I3D networks for evaluating VFID score. https://github.com/amjltc295/Free-Form-Video-Inpainting/blob/19bfc6fbe626385be549ea2fc6c1ba7852e48e56/src/evaluate.py#L35-L48 As shown above...

Hey guys, thanks for the clean code and open sourcing your work I'm looking into face inpainting techniques for some work in occlusion removal for faces, and I wanted to...

@amjltc295 @Nash2325138 Can anyone help me with the inference of both methods, TPatchGAN and LGTSM? The code seems to be confusing and I need to test both models on custom...

Hi, Many thanks for sharing the code. I found the pretrained model (v0.2.3_GatedTSM_inplace_noskip_b2_back_L1_vgg_style_TSMSNTPD128_1_1_10_1_VOR_allMasks_load135_e135_pdist0.1256.pth) is for gated TSM but not LGTSM. May I ask could you please share your trained model...

Hi, Thanks very much for providing the research community with your code. In the LGTSM paper, it says "_Note that the TSM module could be easily modified to online settings...

hello~dear author~I wanna know where is self.flownet.infer_video code in src/model/loss.py?!