MGT-python
MGT-python copied to clipboard
Musical Gestures Toolbox for Python
Add code from [mocaptoolbox_py](https://github.com/fourMs/mocaptoolbox_py?organization=fourMs&organization=fourMs) and more stuff from the Mocap toolbox for Matlab.
The motion function (technically method) is implemented in Opencv (though there is an FFmpeg-based implementation in the `_utils.py`, that however produces slightly different results), and since it is doing a...
As I learned through testing (#239), many format conversions are having a byproduct of adding a frame. We can try to counteract this (supposed bug?) by enforcing the framecount of...
This is a long-term goal, in order to keep the growing package smooth and bug-free. Currently we mostly test by running the (by now, quite long) jupyper notebook, which is...
...into csv, tsv or txt, similar to how it's done with the motiondata in `motion()`.
The famous work visbeat, I think, can be replicated by this library. We can use the QoM values to make it. [Visbeat](https://github.com/abedavis/visbeat). Can you share a sample code to make...
It would be cool to add the [Frame-Averaged Pixel Array](http://oioiiooixiii.blogspot.com/2018/09/ffmpeg-fapa-frame-averaged-pixel-array.html) method. I think two versions would be nice: 1. The one above, with one pixel per frame and wrapped with...