Pointnet2_PyTorch icon indicating copy to clipboard operation
Pointnet2_PyTorch copied to clipboard

PyTorch implementation of Pointnet2/Pointnet++

Results 73 Pointnet2_PyTorch issues
Sort by recently updated
recently updated
newest added

Hi @erikwijmans , Have you tried to convert the pointnet2 model you wrote to Torch script for inferencing in C++? I've met some issues. One of the issues is about...

my cpu is i7 6700k ,did the error means these code cant run on my cpu?

@pengPeterpeng I tried running the conftest.py file but getting the following error **Traceback (most recent call last): File "conftest.py", line 16, in @pytest.helpers.register AttributeError: module 'pytest' has no attribute 'helpers'**...

ERROR: Command errored out with exit status 1: command: /home/kpl/.conda/envs/PartAssembly/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-gu1d26xj/setup.py'"'"'; __ file__='"'"'/tmp/pip-req-build-gu1d26xj/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else...

Hi everyone! As I run `pip install -r requirements.txt` I am getting various compilation errors. I have attached the error logs below. I used ubuntu20.04, cuda driver 10.0, python3.7, pytorch1.8.1....

copying pointnet2_ops/_ext-src/src/sampling_gpu.cu -> build/lib.linux-x86_64-3.6/pointnet2_ops/_ext-src/src running build_ext Traceback (most recent call last): File "", line 1, in File "/home/yuenlin/documents/PVN3D-master/Pointnet2_PyTorch-master/pointnet2_ops_lib/setup.py", line 38, in include_package_data=True, File "/home/yuenlin/.venvs/pvn3dmaster/lib/python3.6/site-packages/setuptools/__init__.py", line 153, in setup return distutils.core.setup(**attrs)...

First thx to your pointnet_ops_code in cpp, cuda. it so nice to me in my case, i first use KNN function then return idx. after that i use grouping_operation(xyz_trans, idx)....

Hello ! I executed the pip install -r requirements.txt and it doesn't produce any error.But when I tried to start training it produces the follwoing error. 2_PyTorch-master/pointnet2$ python3.6 train.py task=cls...

I wonder how to train the pointnet++_ssg network without normal on cls task. I already revise the data loader to load the point cloud without containing no normal but I...

Hello and so happy to see you use Pytorch-Lightning! :tada: Just wondering if you already heard about quite the new **Pytorch Lightning (PL) ecosystem CI** where we would like to...