qianlim / SCALE

Official implementation of "SCALE: Modeling Clothed Humans with a Surface Codec of Articulated Local Elements", CVPR 2021 https://arxiv.org/abs/2104.07660
https://qianlim.github.io/SCALE
Other
148 stars 12 forks source link

how can I visualize the outputs as you show in the paper? #4

Closed seyeeet closed 3 years ago

seyeeet commented 3 years ago

thanks for the great work. can you share the code that used in the paper for visualize the output and results/meshes

qianlim commented 3 years ago

Hi, to render the generated point clouds you can use the code in the render/ folder, take a look at the README. Rendering meshes is similar, you can e.g. replace this line by o3d.io.read_triangle_mesh(fn).