BiaoBiaoLi

Results 6 issues of BiaoBiaoLi

Thanks your work, In https://github.com/chrischoy/FCGF/blob/master/lib/data_loaders.py M = (self.velo2cam @ positions[0].T @ np.linalg.inv(positions[1].T) @ np.linalg.inv(self.velo2cam)).T Why does the M not be np.linalg.inv(positions[0]) @ positions[1] ? Thanks!!!

Thanks your work !!! I would like to know how to achieve the reconstruction rendering effect like supplementmaterial and showing video. ![image](https://user-images.githubusercontent.com/44672683/103433958-dfb31d00-4c34-11eb-9244-240181fc4aca.png) My reconstruction is at a poor rendering level....

Hi chrischoy: Thanks your work,I want know where is the supplement? I want to know the detail of the 3.3. Weighted Procrustes for SE(3),thanks!

Thanks your work! I want to know how to get the std of FMR in the paper and the rotated experiments? because the test.py cannot generate it. ![image](https://user-images.githubusercontent.com/44672683/151224757-18de0f06-046b-4ce4-934d-87899e3a5156.png)

Hi yewzijian: Thanks your work,I want ask two questions: 1. As for finding the nearest neighbor: group_idx[sqrdists > radius ** 2] = N group_idx = group_idx.sort(dim=-1)[0][:, :, :nsample] In the...

### Describe the question. Thanks for your work !! I meet a problem, could you please help me ? I use the resnet example in pytorch case, i test the...

question