-
I notice that there are few mistakes about the improvement of data augmentation in the [paper](https://arxiv.org/abs/2206.04670).
In Sec. 4.4.1 Table 4, the performance is boosted from 77.9% to 81.…
-
In the implementation of ShapeNet , is there only poinext-s, no poinext-B, poinext-L implementation code???
-
Hi, Dr. Robert.
I met a problem when I customed my model based on your DeepViewAgg project again with the S3DIS dataset.
I add a customed classification label for each pixel in images, i.e., extend …
-
Hello! Thank you for a very nice job! I want to know about the implementation part of the ```super-voxel pooling```, where is the code implementation for this part?
-
I have made a dataset, and I want to use the network to get segmentation results.
The format of my dataset is [ x, y, z, label ]. And I have converted to [ x, y, z, 0, 0, 0, label ].
Can you give so…
-
作者你好,我在尝试执行scene_seg训练时,碰到以下错误,我尝试了降低PyTorch版本但无法解决,查询其他方案包括将 -v 更改为 --version,但这样会导致一些其他报错。
作者是否有解决思路?
```
Traceback (most recent call last):
File "/data1/zyy/usr/local/anaconda3/envs/PAConv/…
-
First of all, thank you for releasing your code to the public.
I'm currently trying to train the network from scratch on the S3DIS dataset and I noticed a mistake in the training script
https://gi…
-
https://pytorch-geometric.readthedocs.io/en/latest/modules/datasets.html#torch_geometric.datasets.S3DIS
-
I follow the command
`python -m pip install -vq .`
and get this error:
`Building wheels for collected packages: scenic
Building wheel for scenic (setup.py) ... error
error: subprocess-exited-…
-
Hi,
Thanks for your work.
If I only want to voxelize the S3DIS dataset and deal with the voxelized feature, is it suitable to use your code?
Many thanks.
Judge