Giter Club home page Giter Club logo

Comments (7)

orlitany avatar orlitany commented on July 28, 2024 1

Hi @WangZhouTao . Happy to learn you liked the paper. Indeed we used meshlab. Fun fact: you can make the boxes look nicer by turning them to quadmesh (under FIlter -> remeshing)

from votenet.

charlesq34 avatar charlesq34 commented on July 28, 2024

and the point color is coded according to the depth of the points.

as Or said, for remeshing in MeshLab you can select Filters->Polygon and Quad Mesh->Turn into Quad-dominant mesh.

from votenet.

NUAAXQ avatar NUAAXQ commented on July 28, 2024

@charlesq34 Thanks very much for sharing. So the color is computed in advance before imported into MeshLab, or colorized by some function in MeshLab?

from votenet.

charlesq34 avatar charlesq34 commented on July 28, 2024

Hi @NUAAXQ No problem.

The color is written in advance into the PLY file. You can refer to the write_ply_rgb here

def write_ply_rgb(points, colors, out_filename, num_classes=None):

We used matplotlib's colormap.

from votenet.

WangZhouTao avatar WangZhouTao commented on July 28, 2024

Thank you for your reply,

from votenet.

raghavgurbaxani avatar raghavgurbaxani commented on July 28, 2024

@WangZhouTao Were you able to get the figure ?

from votenet.

LZQ1204 avatar LZQ1204 commented on July 28, 2024

Hi @NUAAXQ No problem.

The color is written in advance into the PLY file. You can refer to the write_ply_rgb here

def write_ply_rgb(points, colors, out_filename, num_classes=None):

We used matplotlib's colormap.

Hello, can I add color information during training and see the color of point cloud during visualization:
CUDA_VISIBLE_DEVICES=0 python train.py --dataset sunrgbd --log_dir log_sunrgbd --use_color

from votenet.

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.