QingyongHu / RandLA-Net

🔥RandLA-Net in Tensorflow (CVPR 2020, Oral & IEEE TPAMI 2021)
Other
1.29k stars 319 forks source link

Implementation in pytorch #5

Open CharlieLeee opened 4 years ago

CharlieLeee commented 4 years ago

Thanks for the great work! will it possible for you to release the torch version of the code?

QingyongHu commented 4 years ago

Unfortunately, we don't plan to implement our RandLA-Net in Pytorch at the moment, but you are encouraged to have a try. I am happy to offer help if necessary.

tchaton commented 4 years ago

@CharlieLeee @QingyongHu We are working on a deep point cloud framework in Pytorch and we have an old version of RandLA-Net using PYG (https://github.com/nicolas-chaulet/deeppointcloud-benchmarks). We plan to implement it within a partial_dense format too.