sczhou / ProPainter

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

Support ONNX? #59

Open tommy-qichang opened 10 months ago

tommy-qichang commented 10 months ago

Hi there,

Great job, and I'm looking forward to use it and compare with other frameworks like E2FGVI.

Just wondering do you plan to convert the model to Onnx format? I think that would be a great advantages if the model would evaluate on multiple devices. I've tried converting model of E2FGVI to ONNX, but failed(Since it has mmcv customer modules which is hard to convert).

Thanks.