georgeretsi / smirk

Official Pytorch Implementation of SMIRK: 3D Facial Expressions through Analysis-by-Neural-Synthesis (CVPR 2024)
https://georgeretsi.github.io/smirk/
MIT License
126 stars 10 forks source link

Input as a video? #1

Closed raincrash closed 3 months ago

raincrash commented 3 months ago

Hello!

Great work!

Is there a way to input videos/track SMIRK over frames?

filby89 commented 3 months ago

Hi, thanks for your interest in smirk ! We just added a file called demo_video.py that can be used to run smirk on a video and render the results either in crop coordinate or in coordinates of the original video.

Let us know if everything works as intended.

raincrash commented 3 months ago

Works perfectly, thank you!