3DGNN_pytorch
3DGNN_pytorch copied to clipboard
3D Graph Neural Networks for RGBD Semantic Segmentation
In the code, why use the same batch of data as both training set and validation set? I divided the training set and test set according to the method in...
i wonder if you have this problem ? ### **OverflowError: cannot serialize a bytes object larger than 4 GiB** I do as you ask,and then ,find it limit the size...
我的精度略高于论文中的0.45,达到了0.7以上,部分图片效果比论文展示的好。
Could you please give me the pretrained weight of this network?
作者您好!我在运行此程序时,控制台出现了这个 0%| | 0/363 [00:00
I see this "# do this for every sample in batch, not nice, but I don't know how to use index_select batchwise" in model code.Why gnn part need batchwise to...
Have you tested 40 categories? How is the hyperparameter set?When I tested labels40, MIoU only had 0.25
At first, thanks for your code... https://github.com/yanx27/3DGNN_pytorch/blob/b5e0188e56f926cff9b2c9a68bedf42cb3b42d2f/models.py#L411 Can we use convolution(e.g. 1x1) operations to achieve this part? I have a try like this: ```python self.g_rnn_conv = nn.Sequential( nn.Conv2d(2048 * self.k,...
Hello, I am learning GNN recently, and I want to reproduce your program, but when I run the program, I have encountered such a problem: `Traceback (most recent call last):...