yfeng95 / PRNet

Joint 3D Face Reconstruction and Dense Alignment with Position Map Regression Network (ECCV 2018)
http://openaccess.thecvf.com/content_ECCV_2018/papers/Yao_Feng_Joint_3D_Face_ECCV_2018_paper.pdf
MIT License
4.95k stars 947 forks source link

MemoryError #41

Open nbeeee opened 6 years ago

nbeeee commented 6 years ago

A memory error occurred when I ran the demo_texture.py

Traceback (most recent call last): File "demo_texture.py", line 101, in texture_editing(prn, parser.parse_args()) File "demo_texture.py", line 24, in texture_editing pos = prn.process(image) File "/home/nvee/opt/git/python/PRNet/api.py", line 99, in process detected_faces = self.dlib_detect(image) File "/home/nvee/opt/git/python/PRNet/api.py", line 53, in dlib_detect return self.face_detector(image, 1) MemoryError: std::bad_alloc