yasaminjafarian / HDNet_TikTok

MIT License
335 stars 36 forks source link

Evaluation datasets #35

Closed chenhd1112 closed 2 years ago

chenhd1112 commented 2 years ago

Hello, author, I would like to know how the dataset (Vlasic et al.dataset, THuman2.0 dataset) you are evluating, how to perform ray tracing from mesh to depth map, can you provide relevant code or links or related method implementation details.

yasaminjafarian commented 2 years ago

Hi. I extract the depth channel using Blender python API. But you can also use pifuhd visualization code and get the z channel (z = renderer.get_z_value())