Git Product home page Git Product logo

Comments (5)

Yang7879 avatar Yang7879 commented on August 16, 2024

Hi @fxy2012 , tbh, I don't know how to make it work on a windows machine. If you need to visualize the pc, I suggest you use Matlab in windows OS.

from 3d-bonet.

fxy2012 avatar fxy2012 commented on August 16, 2024

@Yang7879 Thank you for your reply. I have solved this problem. But the codes for visualization in main_eval.py always show that sem_gt_all is empty. Does there something wrong with the array sem_gt_all ?
And I would like to know how I could get the segmentation of the object ,which will show the boxes around the object.

from 3d-bonet.

Yang7879 avatar Yang7879 commented on August 16, 2024

@fxy2012 , (1) Plz check whether the sem gt labels are well loaded from your datasets. (2) After obtaining the instance segmentation results, you may compute the bounding box by checking the min-max vertex.

from 3d-bonet.

fxy2012 avatar fxy2012 commented on August 16, 2024

@Yang7879 Thank you for your help! I have solved the problems above. Then could you please tell me how you compute the mPrec on dataset S3DIS ? Prec = The boxes whose IoU >0.5 / The number of total boxes( In one scene). Is this right? Then the mean Prec is the average of all scenes. Is it right?

from 3d-bonet.

Yang7879 avatar Yang7879 commented on August 16, 2024

@fxy2012, For each category, the Prec is computed after gathering predicted results from all scenes. The mPrec is the average score from all categories. Plz check the code below carefully.

pre_all = []

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.