talmo / sleap-mit-tutorial

Slides, code and data for SLEAP tutorial at MIT on July 9, 2020.
Creative Commons Zero v1.0 Universal
29 stars 10 forks source link

Code for unsupervised behavior recognition from pose #1

Closed lnguyen closed 3 years ago

lnguyen commented 3 years ago

IS the code for that available anywhere to look at? I watched the youtube video and it seems very interesting

talmo commented 3 years ago

Hi @lnguyen,

The unsupervised recognition is based off MotionMapper (https://github.com/gordonberman/MotionMapper).

Here's a couple of repos that are probably a bit more usable:

https://github.com/bermanlabemory/motionmapperpy https://github.com/LINCellularNeuroscience/VAME <-- different approach but works in a similar way https://github.com/YttriLab/B-SOID

lnguyen commented 3 years ago

thank you!