-
Notifications
You must be signed in to change notification settings - Fork 5
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
About prepocess on ScanNet dataset #4
Comments
Hi Zhouky1, Thanks for your interest in our paper. I get the label mapping file by calculating all instances from the current scene. You can refer to here for some code snippets you might need. But the preprocessing part of ScanNet is still not very clean, and I am currently working on an improved version of ObjectSDF. I will try to release a more clean version of the code for dealing with the ScanNet dataset in that version. |
Thanks for your reply! This really helps, for it differs from the result gotten from "aggregation.json" |
Hi Zhouky1, have you solved this problem? |
Hi!
Congratulations on your wonderful work!
I meet some problem with the experiment on scannet dataset. I see the code needs "label_mapping_instance.txt", and I get it from "scenexxxx_00.aggregation.json" as "0, 1, 2, .....,9 ", but there are still errors when running code, as "nll_loss_forward_reduce_cuda_kernel_2d: block: [0,0,0], thread: [28,0,0] Assertion
t >= 0 && t < n_classes
failed."It seems that the semantic (ground truth) has something wrong.
I wonder what is wrong with it.
Thank you in advance!
The text was updated successfully, but these errors were encountered: