lemon_3d icon indicating copy to clipboard operation
lemon_3d copied to clipboard

How to use MeshLab to label a point cloud file (PLY or TXT) and an SMPL-H human body mesh file with multiple tags? #1611

Open soddday opened this issue 4 months ago • 1 comments

HI @yyvhang if I want to label an SMPL-H human body model with two different types of tags, how should I do it? Should I use two different colors to label it and export it as .ply file?

Image

And how to label a point cloud with two tags? I noticed that it seems impossible to directly label a point cloud by MeshLab. I hope the final exported point cloud file format is a 2D array, where the first three columns are coordinate information, and the following columns for each point are the tag information. How should I export this format of file? please give me some advice

Image

soddday avatar Aug 06 '25 02:08 soddday

  1. Yes, you can use different colors to label the SMPL-H;
  2. Use CloudCompare to label the point cloud;

yyvhang avatar Aug 14 '25 00:08 yyvhang