warmshao / FasterLivePortrait

Bring portraits to life in Real Time!onnx/tensorrt support!实时肖像驱动!
455 stars 42 forks source link

Strange cropping results in "animal mode" #64

Closed tivikoff closed 1 month ago

tivikoff commented 1 month ago

Hello. I'm in the middle of testing of the new animal mode. With human images it works flawlessly as I can see: image

But when I use source image of animal, and tick the checkbox "is_animal" - it produces some weird results, but nothing close to good animation. Looks like some glitches with cropping or detecting animal faces. image

Tested multiple times - result always is the same.

Also have some issues with source video mode (it shows "error in ms_deformable_im2col_cuda: no kernel image is available for execution on the device"), but I think this is the topic for another issue.

Thanks for your work and support!

Windows package from 0810

warmshao commented 1 month ago

This should be a problem with the compilation of Xposed ops, you can try to compile it yourself to solve it in the following way: .\venv\python.exe src\models\XPose\models\UniPose\ops\setup.py build install

warmshao commented 1 month ago

Hello. I'm in the middle of testing of the new animal mode. With human images it works flawlessly as I can see: image

But when I use source image of animal, and tick the checkbox "is_animal" - it produces some weird results, but nothing close to good animation. Looks like some glitches with cropping or detecting animal faces. image

Tested multiple times - result always is the same.

Also have some issues with source video mode (it shows "error in ms_deformable_im2col_cuda: no kernel image is available for execution on the device"), but I think this is the topic for another issue.

Thanks for your work and support!

Windows package from 0810

If you don't want to install, the latest Windows integration package 0811 should have fixed it, but you will need to re-download.

tivikoff commented 1 month ago

It's fixed now. Thank you!