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

Regarding pe_deformed_grid = (deformed_grid + 0.3) / 1.6 #76

Closed yitongx closed 1 year ago

yitongx commented 1 year ago

Hi, thanks for your great work.

I'm curious how come the values in line202 in train.py.

I understand it as you're normaliziing the deformed grid. Are the -0.3 and 1.6 the boundary values of grids? How are those values decided?

Thanks in advance to any hints.

yitongx commented 1 year ago

nvm, found same issue at here.