-
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…
-
Issue: Building PointNet++ with PyTorch 2.0.0+cu118 on Ubuntu 20.04
Environment:
- OS: Ubuntu 20.04
- CUDA: 11.8
- PyTorch: 2.0.0+cu118
- Python: 3.8
Error:
file or directory
6 |…
-
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\include\crt/host_config.h(160): fatal error C1189: #error: -- unsupported Microsoft Visual Studio version! Only the versions between 201…
-
Hello, I followed the instructions in README.md, but when I run the train_tracking.py, there is nothing output. It has stopped when importing Pointnet_Tracking from pointnet2.modules.
My conda env i…
-
Hi there,
I installed torch-points3d and try a test run with
`python train.py task=segmentation models=segmentation/pointnet2 model_name=pointnet2_charlesssg data=segmentation/shapenet-fixed`
…
-
```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…
-
FileNotFoundError: [Errno 2] No such file or directory: '/Users/williamed/Desktop/sanet_relocal_demo-master/7_scenes/heads/seq-01/seq.json'
when I try to run the code according to your READ.md, I …
-
### Discussed in https://github.com/pyg-team/pytorch_geometric/discussions/3243
Originally posted by **MBrandt-NASA** September 26, 2021
Hi,
Thanks for creating the amazing PyG :).
In sh…
-
Hi @sshaoshuai,
Shouldn't evaluation be performed in `eval()` mode?
https://github.com/sshaoshuai/Pointnet2.PyTorch/blob/master/tools/train_and_eval.py#L103
-
Hello Guo! I found that much more epochs were needed in part_seg task when I replaced the model in Pointnet++ with PCT. (Pointnet++ code from https://github.com/yanx27/Pointnet_Pointnet2_pytorch)
…