ParthaEth / GIF

GIF is a photorealistic generative face model with explicit 3D geometric and photometric control.
https://gif.is.tue.mpg.de/
MIT License
405 stars 63 forks source link

Problem with run generate_random_samples.py #20

Closed xiaoF981204 closed 3 years ago

xiaoF981204 commented 3 years ago

Hi,@ParthaEth,when I run the generate_random_samples.py,it has some problems in /GIF-master/my_utils/photometric_optimization/renderer.py,could you please tell me how to solve it?Thank you very much! L34~F9HBS}CYNAT01{8A5 Y

ParthaEth commented 3 years ago

Hi was the flame model unable to load texture map or something like that? Can you please trace-back the None? i.e. finding out why verts_uvs are None

wjxzju commented 3 years ago

@xiaoF981204 I also meet this problem, the resource file head_template_mesh.obj and b_box_stats.npz are stored with git lfs, you need redownload these two files.

ParthaEth commented 3 years ago

Seems like its solved with wjxzju's solution