LizhenWangT / FaceVerse

FaceVerse: a Fine-grained and Detail-controllable 3D Face Morphable Model from a Hybrid Dataset (CVPR2022)
BSD 2-Clause "Simplified" License
455 stars 56 forks source link

Some questions about this project #19

Open hylq66 opened 1 year ago

hylq66 commented 1 year ago

Dear author, it is a perfect work. When i use this shell, there are some error. How can i solve it? python3 fit_images.py --version 1 --input example/images --res_folder example/image_results --save_ply --align

image

LizhenWangT commented 1 year ago

It seems that there is something wrong with your onnxruntime. Please make sure that your onnxruntime library is the CPU version and maybe you can refer to issues of OpenSeeFace for the reasons.