-
Notifications
You must be signed in to change notification settings - Fork 23
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
Comments
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! |
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 |
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. |
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! |
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)
The text was updated successfully, but these errors were encountered: