Views
No views yet
Flow-Guided Transformer for Video Inpainting
Kaidong Zhang, Jingjing Fu and Dong Liu
European Conference on Computer Vision (ECCV), 2022
lafc.pth.tar: The pretrained model of "Local Aggregation Flow Completion Network", which accepts a sequence of corrupted optical flows, and outputs the completed flows.lafc_single.pth.tar: The pretrained model of the single flow completion version of "Local Aggregation Flow Completion Network", it accepts one corrupted flow, and outputs one completed flow. (Only for the training of the FGT model)fgt.pth.tar: The pretrained model of "Flow Guided Transformer", which receives a sequence of corrupted frames and completed optical flows, and outputs the completed frames.LAFC_config.yaml: The configuration file of lafc.pth.tarLAFC_single_config.yaml: The configuration file of lafc_single.pth.tarFGT_config.yaml: The configuration file of fgt.pth.tarquick start section in the github page and run the object removal demo directly.