yoyo-nb / Thin-Plate-Spline-Motion-Model

[CVPR 2022] Thin-Plate Spline Motion Model for Image Animation.
MIT License
3.38k stars 552 forks source link

AttributeError at animation generation #103

Open RitaA123 opened 4 months ago

RitaA123 commented 4 months ago

When try to run the piece of code to generate I get AttributeError at this line:

i = _find(source_image, driving_video, device.type=='cpu')
Schermata 2024-02-16 alle 22 56 16

And this is the stack trace error:

Schermata 2024-02-16 alle 22 58 09

Can you please support me in solving it?

Chichibabin commented 4 months ago

You can try changing _2D to Two_D, as the notation for _2D is considered outdated.