AliaksandrSiarohin / first-order-model

This repository contains the source code for the paper First Order Motion Model for Image Animation
https://aliaksandrsiarohin.github.io/first-order-model-website/
MIT License
14.46k stars 3.2k forks source link

Display of key points #589

Open shimizu-k opened 7 months ago

shimizu-k commented 7 months ago

I wish to display the key points on the source image and if possible on the driving video. The key points are very important to understand the video generation. They seem to be generated in the function 'make_animation' and the kp_detector appears in this function parameter. Could you please tell me the way to display the key points?

fenghe12 commented 4 months ago

Have you finished this? I want to visualize keypoints too