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

ScanNet dataset #6

Closed
BenChenCh opened this issue Aug 15, 2019 · 6 comments
Closed

ScanNet dataset #6

BenChenCh opened this issue Aug 15, 2019 · 6 comments

Comments

@BenChenCh
Copy link

@Yang7879 Could you share the code to make dataset with scanNet (v2) or describe how to do it? Thanks

@Yang7879
Copy link
Owner

@BenChenCh It's pretty easy.
(1) Use the ScanNet official code (https://github.com/ScanNet/ScanNet/tree/master/BenchmarkScripts/3d_helpers) to extract raw point clouds and the sem+ins ground truth.
(2) To divide the large point clouds into 1mx1m blocks. Refer to PointNet code (https://github.com/charlesq34/pointnet/blob/master/sem_seg/indoor3d_util.py)
(3) If you need to use SCN to train the point semantic segmentation, refer to code (https://github.com/facebookresearch/SparseConvNet/tree/master/examples/ScanNet).

Note, just remove the "psemce_loss" from the "end_2_end_loss" , if you don't use the pointnet++ based semantic segmentation branch.

@519830100
Copy link

Hi @Yang7879 Does the training process input all the points from 40 classes or just fewer points from 18 classes or 20 classes (including wall and ground). Some papers input points that belong to 18 classes, would this cause a problem during the testing process, which has to input all points?

@Yang7879
Copy link
Owner

Hi @519830100 In my case, the sparseCov was trained on 20 cls (same as their settings) for semantic seg; for instance segmentation, I tried either 20 cls or 40 cls for training, the results are quite similar. This is sensible cuz our 3D-BoNet doesn't require the semantic label for training.

@bonbonjour
Copy link

@BenChenCh,hi,I am interested in trainning with scannet database, too. Have you successfully generate raw point clouds and the sem+ins ground truth? can you please tell exactly steps to extract raw point clouds and the sem+ins ground truth. thanks

@fxy2012
Copy link

fxy2012 commented Dec 28, 2019

@Yang7879 , hi, I can't understand the meaning of the sem+ins ground truth. Does it mean export_semantic_label_grid_for_evaluation? What is the meaning of "ins" ?

@mtli77
Copy link

mtli77 commented Mar 23, 2020

@Yang7879 @BenChenCh @bonbonjour
Hi, I have some trouble with extracting the semantic and instance labels on ScanNet_v2.
Cloud you please tell exactly steps to extract raw point clouds and the sem+ins ground truth?
Hope to hear from you soon!

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

6 participants