ASIS icon indicating copy to clipboard operation
ASIS copied to clipboard

BlockMerging出错!!!

Open swjtu-jia-wei opened this issue 3 years ago • 2 comments

我使用了您的训练模型,并且下载了完整且没有错误的S3DIS数据用于测试。 但是在BlockMerging这里出现了 : index 129 is out of bounds for axis 0 with size 100这样的问题。 想请教您这个问题到底出在哪里了呢?

swjtu-jia-wei avatar Feb 27 '22 05:02 swjtu-jia-wei

Hi, I'm running this model, too. The inference_merge.py file was found missing during training. Have you ever encountered this problem? Do you have this file to share?

LH1005 avatar Nov 22 '24 08:11 LH1005

@swjtu-jia-wei @LH1005 @WXinlong hello! have encountered the same issue, like this: Traceback (most recent call last): File "test.py", line 261, in test() File "test.py", line 202, in test groupids_block.astype(np.int32), group_seg, gap) File "/mnt/pjn/segment/ASIS/utils/test_utils.py", line 184, in BlockMerging groupcounts[grouplabel[i]] += 1 IndexError: index 686 is out of bounds for axis 0 with size 100

that's why? i can't understand

jianuo1128 avatar Dec 17 '24 05:12 jianuo1128