qiuyu96 / CoDeF

[CVPR'24 Highlight] Official PyTorch implementation of CoDeF: Content Deformation Fields for Temporally Consistent Video Processing
https://qiuyu96.github.io/CoDeF/
Other
4.84k stars 385 forks source link

Question about the flow #74

Open Mowenyii opened 1 year ago

Mowenyii commented 1 year ago

Thanks for your great work! I have a question regarding the setting of flow to 5 for points with high confidence (https://github.com/qiuyu96/CoDeF/blob/main/datasets/video_dataset.py#L130) . Could you please explain the reason behind this decision?

qiuyu96 commented 1 year ago

The flow of points with low confidence is adjusted to a value of 5, and the reasoning behind this adjustment can be found here