Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When test on 'Synthetic_v3_InstanceSegmentation' test dataset, break out Segmentation fault (core dumped) without any more imformation #29

Open
TobyZhouWei opened this issue Jul 16, 2023 · 5 comments

Comments

@TobyZhouWei
Copy link

Hi, I am working to test on 'Synthetic_v3_InstanceSegmentation' test dataset. However, no matter how to split data to small blocks, it awalys come out "Segmentation fault (core dumped)" without any more imformation to fix it. what can I do to reslove [it?]

(isbnet) root@autodl-container-690911b33c-4a0c7e92:~/ISBNet-master# python tools/test.py configs/stpls3d/isbnet_stpls3d.yaml head_stpls3d_val.pth --out result/test
2023-07-16 10:37:20,083 - INFO - Load state dict from head_stpls3d_val.pth
2023-07-16 10:37:20,229 - INFO - unexpected key in source state_dict: criterion.empty_weight
2023-07-16 10:37:20,233 - INFO - Load test dataset: 100 scans
Segmentation fault (core dumped)

@huanghuang113
Copy link

Hi, I am working to test on 'Synthetic_v3_InstanceSegmentation' test dataset. However, no matter how to split data to small blocks, it awalys come out "Segmentation fault (core dumped)" without any more imformation to fix it. what can I do to reslove [it?]

(isbnet) root@autodl-container-690911b33c-4a0c7e92:~/ISBNet-master# python tools/test.py configs/stpls3d/isbnet_stpls3d.yaml head_stpls3d_val.pth --out result/test 2023-07-16 10:37:20,083 - INFO - Load state dict from head_stpls3d_val.pth 2023-07-16 10:37:20,229 - INFO - unexpected key in source state_dict: criterion.empty_weight 2023-07-16 10:37:20,233 - INFO - Load test dataset: 100 scans Segmentation fault (core dumped)

Hi, have you solved the problem of testing on the stpls3d26-28 dataset, I trained the whole model and I don't know how to test on unlabeled data now!

@TobyZhouWei
Copy link
Author

Hi, you need to add label for val not for test. The easiest way is to add 2 columns, like this x,y,z,r,g,b,100, 100.

@huanghuang113
Copy link

Hi, you need to add label for val not for test. The easiest way is to add 2 columns, like this x,y,z,r,g,b,100, 100.

I apologize for my rude request, what you mean is that when I executed test.py, the files inside my val folder were semantically labeled and instance labeled, and the txt file for the test inside the test folder, simply had xyzrgb, and I executed the task python tools/test.py . /configs/plant/isbnet_stpls3d_test.yaml ... /work_dirs/stpls3d/exp200/latest.pth
--out
result/stpls3d , Since my input test data doesn't have sem_label and ins_label, he is just wrong in calculating the AP, and when running the program, I debugged it and found that the pred_insts are not simply a list of only ins_label, please ask you to implement test.py's for the test file to output their prediction results yet, thank you very much for your answer!

@TobyZhouWei
Copy link
Author

Hi, maybe I need to explain. I did not read the code carefully so I did not kown the reason. The solution is the result of trying luck. I have not work on the code yet, so sorry that I can not help you more.
Best!

@WS517
Copy link

WS517 commented Jul 11, 2024

嗨,我正在努力在“Synthetic_v3_InstanceSegmentation”测试数据集上进行测试。但是,无论如何将数据拆分为小块,它都会出现“分段错误(核心转储)”,而没有任何更多信息来修复它。我能做些什么来重新爱上它?
(isbnet) root@autodl-container-690911b33c-4a0c7e92:~/ISBNet-master# python tools/test.py configs/stpls3d/isbnet_stpls3d.yaml head_stpls3d_val.pth --out result/test 2023-07-16 10:37:20,083 - INFO - 来自 head_stpls3d_val.pth 的加载状态字典 2023-07-16 10:37:20,229 - INFO - 源 state_dict 中的意外键:criterion.empty_weight 2023-07-16 10:37:20,233 - INFO - 负载测试数据集:100 次扫描 分段故障(核心转储)

嗨,你有没有解决在stpls3d26-28数据集上测试的问题,我训练了整个模型,我现在不知道如何在未标记的数据上测试!

Hello and thanks for your great work. I have trained the stpls3d dataset using the code to get the model, I would like to know how to test the stpls3d unlabeled test data, which has only 6 columns of data, which are xyzrgb, could you please take the time to answer my question, I would appreciate if you can help me with my problem!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants