Git Product home page Git Product logo

Comments (6)

Yang7879 avatar Yang7879 commented on July 17, 2024

@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.

from 3d-bonet.

519830100 avatar 519830100 commented on July 17, 2024

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?

from 3d-bonet.

Yang7879 avatar Yang7879 commented on July 17, 2024

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.

from 3d-bonet.

bonbonjour avatar bonbonjour commented on July 17, 2024

@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

from 3d-bonet.

fxy2012 avatar fxy2012 commented on July 17, 2024

@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" ?

from 3d-bonet.

mtli77 avatar mtli77 commented on July 17, 2024

@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!

from 3d-bonet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.