xiaolonw / TimeCycle

Learning Correspondence from the Cycle-consistency of Time (CVPR 2019)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AffineGridGenV3

cinjon opened this issue · comments

What is the reason for AffineGridGenV3? It seems like the only change from it and V2 was that you moved the creation of the grids to the forward pass instead of the initialization and made them Tensors instead of FloatTensors. What was the reasoning behind these changes?

So the function of V3 is still the same as V2.

The reason of making a V3 is that defining new tensors in init does not work together with the CycleTime class, when we try to make AffineGridGenV3 as part of the function in CycleTime.