WangYueFt / dgcnn

MIT License
1.62k stars 420 forks source link

Why does the pytorch version not have transform? #77

Closed sahalaan closed 2 years ago

sahalaan commented 3 years ago

I cannot find the transform in pytorch version but can find it in tensorflow version. Can somebody find and note where the trasform in pytorch version is? Thank you very much.

bramton commented 2 years ago

Duplicate of #32

This repo has a nice PyTorch implementation of the spatial transform: https://github.com/AnTao97/dgcnn.pytorch

sahalaan commented 2 years ago

Accurate and perfect. Thank you!