fourMs / MGT-python

Musical Gestures Toolbox for Python
https://www.uio.no/ritmo/english/research/labs/fourms/downloads/software/musicalgesturestoolbox/mgt-python/index.html
GNU General Public License v3.0
53 stars 11 forks source link

Heatmap of face detection #262

Closed alexarje closed 2 years ago

alexarje commented 2 years ago

Now that we have the blur_faces() in place with data export, it would be really cool to also create some visualizations based on the data. What about some heatmaps like the ones here?

joachimpoutaraud commented 2 years ago

I just pushed an new version of the blur_faces() function and added the draw_heatmap parameter which allows the user to draw heatmap of face detection. More information can be found here.

This is only available on the local repository at the moment but I will update a new version of the repository on PyPI with some other functions shortly.