Zekhire
Results
2
issues of
Zekhire
Hello. I would like to know how to disable cost volume part of PWC-Net in the PyTorch implementation.
Hello. I would like to ask if there is no error in the geometricDistance function. The function is: ``` def geometricDistance(correspondence, flow): flow = flow.permute(1, 2, 0).cpu().detach().numpy() p1 = correspondence[0]...