[CVPR'24 Highlight] Official PyTorch implementation of CoDeF: Content Deformation Fields for Temporally Consistent Video Processing
4.84k
stars
385
forks
source link
Regarding pe_deformed_grid = (deformed_grid + 0.3) / 1.6 #76
Closed
yitongx closed 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.