fyviezhao / M3D-VTON

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

depth generate #3

Closed hematank closed 2 years ago

hematank commented 2 years ago

hi,thans for your great job. i am very curious about this project and how to generate depth. Is there some code to refer. hope your reply!

fyviezhao commented 2 years ago

Hi, great to hear that you like our work :). The double depth maps used in this code are orthographically projected from the PIFu-HD meshes fitted on the MPV3D person images. We provide the detailed camera setting in the mpv3d_example folder and you may also want to look at the rgbd2pcd.py for the unprojection process.