TimoBolkart / TEMPEH

TEMPEH reconstructs 3D heads in dense semantic correspondence from calibrated multi-view images in about 0.3 seconds.
https://tempeh.is.tue.mpg.de
Other
116 stars 7 forks source link

"mesh_sampler.npz" missed in coarse_TEMPEH_final.zip? #3

Closed changfali closed 11 months ago

changfali commented 11 months ago

I have download the test data, and unzip "data/downloads/coarse__TEMPEH_final.zip" to "runs/coarse/coarseTEMPEH_final" , then I try to run the demo, but I can't find mesh_sampler.npz under the "./runs/coarse/coarseTEMPEH_final/" mesh_sampler_fname = join(self.directory_output, 'mesh_sampler.npz') there is a file in "./runs/refinement/refinement_TEMPEH_final" but not in this path "runs/coarse/coarse__TEMPEH_final",is it the same thing, or could you provide the file for us?

TimoBolkart commented 11 months ago

Hello, in the setting of TEMPEH's final trained model, the mesh_sampler is nothing more than an identity mapping. You can use whatever mesh_sampler you have.

changfali commented 11 months ago

Thanks for your help! I downloaded the data again, everything is all right now, thanks for your great job!