-
after build pointnet2, I get this error when importing:
```
>>> import pointnet2_cuda
Segmentation fault (core dumped)
```
-
Hello,
It seems that the command: `python setup.py develop` doesn't work properly on my machine. As a results, when using testing the code with `python test_cmkd.py --cfg ${CONFIG_FILE} --ckpt ${CK…
-
line 102 and line 105 in file ./model/pointnet2_utils.py, should N to be changed N - 1?
![image](https://github.com/yanx27/Pointnet_Pointnet2_pytorch/assets/53884785/9b582060-befd-4392-84ee-2529c7c…
-
I was unable to import _ext module. As I think that this is related to compiling the Pointnet2 layers I tried to compile Pointnet2 independently, but then again when I try compiling them I get a Value…
-
When I run the command:python setup.py build_ext --inplace
Something occures:
=0 -std=c++14
FAILED: /mnt/f/Ubuntu_win/Project/Point2Skeleton/code/pointnet2/build/temp.linux-x86_64-3.6/_ext-src/src/…
-
https://github.com/yanx27/Pointnet_Pointnet2_pytorch/blob/eb64fe0b4c24055559cea26299cb485dcb43d8dd/models/pointnet2_utils.py#L102
-
I'm training a PointNet++, based on `https://github.com/pyg-team/pytorch_geometric/blob/master/examples/pointnet2_classification.py`. I'm getting a similar error as [this issue](https://github.com/pyg…
-
_pointnet2.c:22:24: fatal error: pyconfig.h: 没有那个文件或目录
compilation terminated.
Traceback (most recent call last):
File "/usr/lib/python3.6/distutils/unixccompiler.py", line 118, in _compile
…
HJ-Xu updated
5 years ago
-
Hi,
While running the model with my own data, i got the following error:
Pointnet2_PyTorch/pointnet2/models/pointnet2_ssg_cls.py", line 148, in validation_end
for k in outputs[0]:
IndexError…
-
Traceback (most recent call last):
File "/data/yechangxin/code/PAConv/scene_seg/tool/train.py", line 326, in
main()
File "/data/yechangxin/code/PAConv/scene_seg/tool/train.py", line 146, i…