推理报错
#340
Replies: 1 comment
-
可以更新到新的模型,现在不需要dlib来推理 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
有没有大佬知道:在推理过程中出现这个问题怎么解决!
Traceback (most recent call last):
File "inference.py", line 158, in
main(args)
File "inference.py", line 55, in main
preprocess_model = CropAndExtract(path_of_lm_croper, path_of_net_recon_model, dir_of_BFM_fitting, device)
File "/home/csj/home/csj/pythonProject/SadTalker/src/utils/preprocess.py", line 51, in init
self.croper = Croper(path_of_lm_croper)
File "/home/csj/home/csj/pythonProject/SadTalker/src/utils/croper.py", line 38, in init
self.predictor = dlib.shape_predictor(path_of_lm)
RuntimeError: Error deserializing object of type int64
while deserializing a floating point number.
while deserializing a dlib::matrix
while deserializing object of type std::vector
while deserializing object of type std::vector
while deserializing object of type std::vector非常感谢大家!
Beta Was this translation helpful? Give feedback.
All reactions