wungemach

Results 5 comments of wungemach

Did you download the data from GoogleDrive and put it in Data/net-data as instructed in the README?

Thanks for the help! Being sure to run with python 2.7 I am now getting a separate error: >File "/Users/wungemach/Projects/PRNet/api.py", line 25, in __init__ > self.face_detector = dlib.cnn_face_detection_model_v1( > AttributeError:...

I can't seem to get the version of dilb updated correctly. I keep getting the following error: >(PRNet_env) DN0a1e2e76:PRNet weston$ pip install dilb==19.9 >Collecting dilb==19.9 > Could not find a...

@yyssmm Those coordinates are listed in the Data/uv_kpt_ind.txt file.

@marvin521 The data augmentation should happen after you have converted the data from 3dmm coordinates to xyz-coordinates. You DO also modify the labels as you augment the input image.