FaceX-Zoo icon indicating copy to clipboard operation
FaceX-Zoo copied to clipboard

about render in face_masker and render.pyx

Open B-Aisingioro opened this issue 2 years ago • 1 comments

While running add_mask_one.py, I got an error "ValueError: Buffer dtype mismatch, expected 'long' but got 'long long'", it shows the render_cy in line 165 of face_masker.py and the render_cy in line 45 of render.pyx have a dtype mismatch. How can i solve this problem? image

face_masker.py line 165 image

render.pyx line 45 image

B-Aisingioro avatar Jun 16 '22 17:06 B-Aisingioro

#136 see here

While running add_mask_one.py, I got an error "ValueError: Buffer dtype mismatch, expected 'long' but got 'long long'", it shows the render_cy in line 165 of face_masker.py and the render_cy in line 45 of render.pyx have a dtype mismatch. How can i solve this problem? image

face_masker.py line 165 image

render.pyx line 45 image

linhuaiyi avatar Jun 22 '22 07:06 linhuaiyi