frankier / skelshop

📺 📰 🧑‍💼 Toolkit for skeleton & face analysis of talking heads (e.g. news) videos 🧑‍💼 📰 📺
https://frankier.github.io/skelshop
MIT License
5 stars 1 forks source link

Trackshots is not efficiently used #42

Open frankier opened 3 years ago

frankier commented 3 years ago

There are a few places where the trackshots is iterated over framewise and then regrouped person-wise, which is quite bad since it's actually already person-grouped. The reader should provide person grouped reading and this should be used instead.

frankier commented 3 years ago

This seems to actually have quite a big performance impact. It makes reading trackshots something like 10x slower at least.