fyviezhao / M3D-VTON

Official code for ICCV2021 paper "M3D-VTON: A Monocular-to-3D Virtual Try-on Network"
166 stars 38 forks source link

strange results when use color point clouds to reconstruct mesh #7

Open NguyenTriTrinh opened 2 years ago

NguyenTriTrinh commented 2 years ago

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.