M3D-VTON icon indicating copy to clipboard operation
M3D-VTON copied to clipboard

strange results when use color point clouds to reconstruct mesh

Open NguyenTriTrinh opened this issue 3 years ago • 0 comments

Hi ,Zhao, Thanks for sharing your interesting work. I downloaded M3D dataset and tried to run python rgbd2pcd.py to get point clouds using depth maps of the dataset. I set flag label='gt' , but got a strange result. Here is the front-view rgb.png and the generated rgb_back.png

rgb_front rgb_back

And here is the mesh I got following your instructions on MeshLab. image

Besides, why we use fd = -1.0 * (2.0 * fd - 1.0) rather than fd = 2.0 * fd - 1.0 to transform the fd coordinates? Can you give me some tips to fix that ? really thank.

NguyenTriTrinh avatar Nov 30 '21 07:11 NguyenTriTrinh