Hello, I’d like to ask for advice. When I try to run this demo, it always gets stuck at the model initialization step. I want to know how to resolve this issue. Thank you!
public int Init(string modelPath)
{
return Faceplugin_init(Marshal.StringToHGlobalAnsi(modelPath));
}
Hello, I’d like to ask for advice. When I try to run this demo, it always gets stuck at the model initialization step. I want to know how to resolve this issue. Thank you!
public int Init(string modelPath)
{
return Faceplugin_init(Marshal.StringToHGlobalAnsi(modelPath));
}