mtli77
mtli77
Hi, team Thanks for sharing the wonderful project! I miss this bug: ``` Traceback (most recent call last): File "/disk/tia/votenet_v0/pointnet2/pointnet2_utils.py", line 26, in import pointnet2._ext as _ext ImportError: /home/ubuntu/.conda/envs/tia37/lib/python3.7/site-packages/pointnet2-0.0.0-py3.7-linux-x86_64.egg/pointnet2/_ext.cpython-37m-x86_64-linux-gnu.so: undefined...
Hi @chrischoy @sjnarmstrong Thanks for sharing your wonderful projects! I comment the line252-255 https://github.com/chrischoy/FCGF/blob/1a4e35c8e11ccdd3fcc9cbe4aaed7a492b5584c5/lib/data_loaders.py#L252 and some errors in dataloader were caught: ``` feats0:(array([], shape=(0, 1), dtype=float64),) Traceback (most recent call...
Hi @Yang7879 Thank you very much for sharing the great project! I am new to tensorflow. However, I found it quite difficult to debug on tensorflow, which means that with...
Hi @Yang7879 Thank for sharing the experiments of s3dis! Could you please release the code about the training and evaluation process of Scannet_v2 dataset ?
Hi @jeasinema During the training process, the program throws the following errors, Could you please help me to solve it? train: 3053/74810 @ epoch:0/10 loss: 0.9977248311042786 reg_loss: 0.6558214426040649 cls_loss: 0.3419033885002136...
Hi @HuguesTHOMAS During training, an error was reported here: ``` InternalError (see above for traceback): Blas GEMM launch failed : a.shape=(2054, 256), b.shape=(2054, 128), m=256, n=128, k=2054 [[node optimizer/gradients/KernelPointNetwork/layer_2/resnetb_deformable_0/conv1/MatMul_grad/MatMul_1 (defined...
Hi @HuguesTHOMAS Thanks for sharing your code, which helped me a lot! But I have some difficulties in understanding the data preparation details. Could you tell me how to get...
Hi @zeliu98 Thanks for sharing the wonderful work! Any scripts for visualization of prediction of partnet segmentation as Fig 7 in your paper?
Hi, @JiaxuanYou Thanks for sharing your code! When I run the scripts according to the README.md, some errors occurs: `-----------------Final------------------- 0.73879 0.014555 Loading data... Using only features.. Traceback (most recent...
Hi, here I miss this error: ``` Traceback (most recent call last): File "train.py", line 331, in train(start_epoch) File "train.py", line 316, in train train_one_epoch() File "train.py", line 234, in...