-
According to the paper, Pointnets (2017) are used for the 3D feature extraction.
However, here a modified PCP model is used.
Could you explain why it is so and why not pointnets?
-
Train my own S3DIS dataset, no files are generated and errors are reported after running the code ‘Python collect_indoor3d_data.py’
D:\CCCCCCCC\Pointnet_Pointnet2_pytorch-master\Pointnet_Pointnet2_…
-
# [논문 리뷰] PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation - Lee-Jaewon’s Blog
PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation 리뷰
[https://le…
-
pytorch=1.9.1 +CUDA11.1 无法运行,如何适配?
编译pointnet2_cuda时报错。
Traceback (most recent call last):
File "network/train.py", line 16, in
from datasets.dataset import get_dataloader
File "/hy-tmp/…
-
Hi Muyun, thank you so much for your work. I am running the code but I found that the test result for PointNet is too high and its miou reaches around 0.47. I know this is a project you did quite a lo…
-
Hello !
I was trying to compile pointops and i got an error about my cuda version :
`RuntimeError:
The detected CUDA version (12.0) mismatches the version that was used to compile
PyTorch (11…
-
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)
…
-
Hi, thanks for you excellent project.
Meanwhile, I want to extract point-wise features from pointnet for my project. However, the feature from pointnet++ is group-wise. Could you please share the …
-
File "/content/pointnet.pytorch/utils/train_classification.py", line 53, in
dataset = ModelNetDataset(
File "/content/pointnet.pytorch/pointnet/dataset.py", line 154, in __init__
with op…
-
Hi @LongLong-Jing
I noticed that the pointnet model is not being used during training. Is it that a new version of the code will be released with pointnet training?