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

code for the ScanNet++ dataset #26

Open
LiangXu123 opened this issue Jul 1, 2024 · 2 comments
Open

code for the ScanNet++ dataset #26

LiangXu123 opened this issue Jul 1, 2024 · 2 comments

Comments

@LiangXu123
Copy link

hi guy, thanks for great work here!
I am try to do the experiments that you mentioned in the supplyment materials, but i came to notice that your code does not include the ScanNet++ dataset.
BOTH in the ISBNet extraction code and dataset preparation part!!
For example:
THERE IS NOT segmenter3d/ISBNet/dataset/scannetpp dir for me to pre-process the dataset
as a result , I have no idea how to generate the corresponding groundtruth file, i.e. "*_inst_nostuff.pth"

will you release that part of code soon? Many thanks again!

@PhucNDA
Copy link
Collaborator

PhucNDA commented Jul 5, 2024

Hi @LiangXu123,
Training the 3DIS network for ScanNet++ is a bit challenging for ISBNet as we are investigating proper hyperparams best suited for ScanNet++. ISBNet pretrained on ScanNet200 yields worse results on ScanNet++ so we did not include the inference code. as we are planning to release ISBNet training code (configs) for ScanNet++ in the future. Make sure you keep an eye out!
Currently, we just use the 2D-only version for ScanNet++ and it achieves top-4 on the 3DIS benchmark.

Best,
PhucNDA.

@LiangXu123
Copy link
Author

Hi @LiangXu123, Training the 3DIS network for ScanNet++ is a bit challenging for ISBNet as we are investigating proper hyperparams best suited for ScanNet++. ISBNet pretrained on ScanNet200 yields worse results on ScanNet++ so we did not include the inference code. as we are planning to release ISBNet training code (configs) for ScanNet++ in the future. Make sure you keep an eye out! Currently, we just use the 2D-only version for ScanNet++ and it achieves top-4 on the 3DIS benchmark.

Best, PhucNDA.

THANKS for your reply, But I stt you released the/configs/scannetpp.yaml
and I want to evaluate on the scannet++ dataset, could you please tell me how to generate the gr file for scannet++ dataset?:
gt_pth: './data/Scannetpp/Scannetpp_3D/val/groundtruth' # gt path
as it is required for the evaluation code?
OR may you you can just upload the groundtruth.tar ?

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

2 participants