Quan Liu

Results 1 comments of Quan Liu
trafficstars

Hi there. I found it's possible to manually replicate that operation: ``` git clone https://github.com/erikwijmans/Pointnet2_PyTorch.git cp -r Pointnet2_PyTorch/pointnet2_ops_lib pointnet2_ops_lib rm -rf Pointnet2_PyTorch pip install pointnet2_ops_lib/ ``` Still haven't checked out...