Coder Social home page Coder Social logo

Comments (11)

sheromon avatar sheromon commented on July 17, 2024 1

I recently started playing with this model. (BTW, thank you @charlesq34 for this excellent release. It is much higher-quality and easier to use than other projects that I've looked at.) @sitzikbs and @touristCheng, there are programs such as MeshLab that will recognize the .obj file format. Using MeshLab, I just imported the "pred" (prediction) and "gt" (ground truth) .obj files separately, and you can compare them. I imagine that other programs for 3D visualization will do the same.

from pointnet.

daerduoCarey avatar daerduoCarey commented on July 17, 2024

The one-hot vector is there for fair comparison to the other baseline methods which target at segmentation for shapes from a given same object category. Our part-seg PointNet can work without one-hot vector but there will be some performance drop, around 1-2%. The fact that our PointNet can train across different object categories leads to both positive effects (e.g. easier to train, no overfitting to small subcategories, can be easily finetuned to new shapes) and negative ones (e.g. some segmentation labels may be from different object categories).

Thank you.

Bests,
Kaichun

from pointnet.

touristCheng avatar touristCheng commented on July 17, 2024

Thanks very much! I want to know where I can get the original 3D models for sampling the points, and how can I visualize the segmentation results, thanks for your help.

from pointnet.

sitzikbs avatar sitzikbs commented on July 17, 2024

@touristCheng If you are reffering to the classification it is in the ModelNet40 website. If it is to the segmentation then I think it is in the shapenet ( not sure though). The code has a file to download the sampled data.

I too will appreciate a visualization code for the segmentation results ( Im sure there is a file like this somewhere since the paper shows these results)

from pointnet.

sitzikbs avatar sitzikbs commented on July 17, 2024

Thanks @sheromon. I already wrote some code to visualize it. Hopefully Ill upload a branch to this in a few months.

from pointnet.

charlesq34 avatar charlesq34 commented on July 17, 2024

seems the issue has been resolved. closing for now.

from pointnet.

pournami123 avatar pournami123 commented on July 17, 2024

@sitzikbs
Have you written the code for visualization?

from pointnet.

sitzikbs avatar sitzikbs commented on July 17, 2024

@rejivipin
try the functions here :
https://github.com/sitzikbs/3DmFV-Net/blob/master/utils/visualization.py

from pointnet.

noridayu1998 avatar noridayu1998 commented on July 17, 2024

@rejivipin
try the functions here :
https://github.com/sitzikbs/3DmFV-Net/blob/master/utils/visualization.py

@sitzikbs
this is for visualizing the semantic segmentation result?

from pointnet.

sitzikbs avatar sitzikbs commented on July 17, 2024

The function visualize_pc_seg should work but I am sure that there are better implementations by now.

from pointnet.

noridayu1998 avatar noridayu1998 commented on July 17, 2024

The function visualize_pc_seg should work but I am sure that there are better implementations by now.

@sitzikbs
the function visualize_pc_seg will export image file. there is possible to change it in point cloud file?

from pointnet.

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.