qiuyu96 / CoDeF

[CVPR 2024 Highlight] Official PyTorch implementation of CoDeF: Content Deformation Fields for Temporally Consistent Video Processing

Home Page:https://qiuyu96.github.io/CoDeF/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regarding pe_deformed_grid = (deformed_grid + 0.3) / 1.6

yitongx opened this issue · comments

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.

nvm, found same issue at here.