yfeng95 / face3d

Python tools for 3D face: 3DMM, Mesh processing(transform, camera, light, render), 3D face representations.
2.68k stars 614 forks source link

Verification of the posmap from 8_generate_posmap_300WLP.py #55

Closed heathentw closed 5 years ago

heathentw commented 5 years ago

Hello, I was trying to re-train PRNet and was using the provided function to generate gt position map, but I wonder if I did it correctly, since when I use plot functions from PRNet with the generated posmap, there seems to be a bit unaccurate. Shouldn't the results be more accurate? or is there any other way to verify if the posmap were properly generated?

sparse alignment_screenshot_28 08 2019

heathentw commented 5 years ago

I just found out that load the .npy will lead to the correct plotting result! so is there any mis-understanding for me about the .jpg posmap file?