sczhou / ProPainter

[ICCV 2023] ProPainter: Improving Propagation and Transformer for Video Inpainting
https://shangchenzhou.com/projects/ProPainter/
Other
5.46k stars 645 forks source link

Why configs/train_e2fgvi.json? #22

Closed Roowenliang closed 12 months ago

Roowenliang commented 12 months ago

Awesome algorithm! I tested the inference code and it works great!

I have a question on the train.py. Does your training code need anything from E2FGVI code? parser = argparse.ArgumentParser(description='E2FGVI') parser.add_argument('-c', '--config', default='configs/train_e2fgvi.json', type=str)

sczhou commented 12 months ago

Thank you @Roowenliang for reporting this typo.

Since this work was built on the E2FGVI's repo, I forgot to change default argument, but it should not affect the training. I will fix it then. Thanks!