-
Notifications
You must be signed in to change notification settings - Fork 84
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
Comments
@BenChenCh It's pretty easy. Note, just remove the "psemce_loss" from the "end_2_end_loss" , if you don't use the pointnet++ based semantic segmentation branch. |
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? |
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. |
@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 |
@Yang7879 , hi, I can't understand the meaning of the sem+ins ground truth. Does it mean |
@Yang7879 @BenChenCh @bonbonjour |
@Yang7879 Could you share the code to make dataset with scanNet (v2) or describe how to do it? Thanks
The text was updated successfully, but these errors were encountered: