shunsukesaito / SCANimate

This repository contains the code for the paper "SCANimate: Weakly Supervised Learning of Skinned Clothed Avatar Networks"
https://scanimate.is.tue.mpg.de/
Other
274 stars 31 forks source link

ground level value in load_trimesh() #7

Closed garvita-tiwari closed 3 years ago

garvita-tiwari commented 3 years ago

CapeDataset.py/load_trimesh()

This function uses a fixed value of ground level(line 60). This creates problem for new datasets if the ground level for the new dataset is much lower.

shunsukesaito commented 3 years ago

Thanks for pointing it out! Just pushed the fix.