Riccardo Marin
Results
2
comments of
Riccardo Marin
RTX 2080 Ti Driver: 460.20 (27.21.14.6020), 17/09/2020
@tomguluson92 , I faced the same issue and solved with these lines in "test_LVD_MANO.py": ``` #d1 = torch.sqrt(directed_distance(vertices_scan_torch, vertices_smpl[0], False)).mean() #d2 = torch.sqrt(directed_distance(vertices_smpl[0], vertices_scan_torch, False)).mean() d = sided_distance(torch.unsqueeze(vertices_scan_torch,0), torch.unsqueeze(vertices_smpl[0],0))[0] #d1...