-
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…
-
As instructed in the README.md, I tried below steps
1. `git clone --recursive https://github.com/facebookresearch/DepthContrast.git `
2. `cd (third_party/) pointnet2`
3. `python setup.py install`…
-
I have been training [pointnet ](https://github.com/charlesq34/pointnet)for the past three days as a requirement to run this code. I just finished running **_train.py_** in the home directory of [poin…
-
Hi,
I want to use OpenPoints as a library within my project. It would be nice if OpenPoints was able to be installed in its entirety as a package. This would entail:
- Defining all non-cuda requ…
CCInc updated
2 years ago
-
Hello. I have been trying part segmentation code on the shapenetcore_partanno_segmentation_benchmark_v0_normal dataset and both training and evaluation works fine. However, when I try to test the trai…
-
Pytorch 0.3.* version is too old and some of the functions are depricated. Please use the Pointnet2_Pytorch v2 code to make your code compatible with latest Pytorch versions.
ruc98 updated
4 years ago
-
Hi Charlers,
When I tried to run your train.py code, I got some error. It seems FarthestPointSample is running on CPU not GPU, but I did not change anything about your codes. I am wondering if you ha…
-
Hello,
First of all, thank you for your work.
In the context of a concrete application for my thesis subject I would like to test your PVN3D code. However, I encounter a problem that I can't c…
-
```bash
Processing ./tgs/models/snowflake/pointnet2_ops_lib
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
error: subprocess-exited-with-e…
-
When I use this package for pointnet2, I found out the atomicAdd() function in the .cu file is not fixed in order when called, resulting in a numerical error in the sum of floating points as a result …