YLinca

Results 3 comments of YLinca

> hi @YiLin32Wang, can you check the version of the gcc and g++ in your server Hi, the gcc version is 7.5.0 on my server.

I'm also trying to code the python version directly to replace the pointnet2_uils. Do you think it possible if I directly replace the `pointnet2_utils.gather_operation()` by `torch.gather()`? It seems that there's...

Sorry for late reply! I'm using RTX2080Ti with CUDA 11.4. So far I haven't succeeded in installing the pointnet2_utils so I'm using another PyTorch implementation and `torch.gather()` to replace the...