ytrock / THuman2.0-Dataset

292 stars 8 forks source link

How to transfer object to RGBD images? #1

Closed zxy110 closed 3 years ago

zxy110 commented 3 years ago

Hi,

I found RGBD images are regarded as inputs in the paper, but the datasets provided are obj, mtl and jpeg files. Could you please tell me how you transfer the obj format to RGBD format? Thanks so much.

Sincerely, zxy110

ytrock commented 3 years ago

Hi Xiaoyu, we rendered the RGBD images using a PRT-based renderer we implemented using c++, if you think the RGBD images are useful, perhaps we can also release our rendered RGBD images, please standing by for the updates :)

zxy110 commented 3 years ago

Hi Tao, I solved it by the open3d visualization class here. Thank you very much!

mmmcn commented 2 years ago

@zxy110 Hi Xiaoyu, could you describe how you got the RGBD images, by the way, what about camera intrinsic parameters?

zxy110 commented 2 years ago

@mmmcn Hi, I use the open3d.visualization.Visualizer implement. I get the RGBD images by capture_screen_image function, and change view by open3d.visualization.ViewControl. You can read and write the camera intrinsic parameters by open3d.io function.