KwaiVGI / LivePortrait

Bring portraits to life!
https://liveportrait.github.io
Other
12.09k stars 1.27k forks source link

Anybody have success installing animal inference dependency (xpose) in colab/kaggle ? #307

Closed x4080 closed 1 month ago

x4080 commented 1 month ago
%cd src/utils/dependencies/XPose/models/UniPose/ops
!python setup.py build install

this part show lot of warning deprecation etc and when running

!python inference_animals.py -s assets/examples/source/s39.jpg -d assets/examples/driving/wink.pkl --no_flag_stitching --driving_multiplier 1.75

it stops because cannot find required files

FurkanGozukara commented 1 month ago

Yes I did on a free kaggle

The notebook shared in this tutorial got updated

https://youtu.be/wG7oPp01COg?si=OvaNJ6SpEL03owX_

x4080 commented 1 month ago

Ok, solve it by uinstalling torch first