-
hi ,everyone. I am trying to reproductive this code . I install all the dependency . when I run this line :
poetry run python train.py task=segmentation models=segmentation/pointnet2 model_name=point…
-
### What is the feature?
Currently I'm implementing my own dataset in mmdetection3d for point cloud segmentation task. I got this error when testing pointnet2.
`TypeError: The annotations loaded f…
-
### 🐛 Describe the bug
In the examples folder, running _dgcnn_classification.py_ and/or _pointnet2_classification.py_ produces the following error:
```
Traceback (most recent call last):
File …
-
It seems like the `pip install .` isn't working as expected. After a successful install I'm not able to import `m2t2` from outside the repo.
Steps to reproduce
1. `cd $M2T2_DIR`
2. `micromamba en…
-
CUDA kernel failed : no kernel image is available for execution on the device
void furthest_point_sampling_kernel_wrapper(int, int, int, const float*, float*, int*) at L:231 in /home/imi1214/WY/wang/…
-
`python train.py --data modelnet40 --model dgcnn`
and
`python train.py --data modelnet40 --model pointnet2`
-
https://github.com/yanx27/Pointnet_Pointnet2_pytorch/blob/eb64fe0b4c24055559cea26299cb485dcb43d8dd/models/pointnet2_utils.py#L87
group_idx = torch.arange(N, dtype=torch.long).to(device).view(1,…
-
Hi guys, I noticed your imported package pointnet2_ops_lib is missing. Check it.
-
Building CUDA layers fails with the following error when running `python setup.py install` from inside the `pointnet2` directory:
```
running install
running bdist_egg
running egg_info
creating…
-
My machine is an ubuntu 18 with cuda 10.
TF is good `python -c "import tensorflow as tf"`
However, I got following error
```
[100%] Built target open3d
-- Found Open3D at /workspace/github…