catalystneuro / vame-desktop

A desktop application for the Variational Animal Motion Encoding project.
GNU General Public License v3.0
1 stars 0 forks source link

force align endpoint with egocentric data config #4

Closed vinicvaz closed 1 month ago

vinicvaz commented 1 month ago

With the latest changes in https://github.com/EthoML/VAME/tree/dev the run pipeline was broken because was not passing through data alignment step which is required.

If egocentric_data is True we shoud always run csv_to_numpy method. If egocentric_data is False we should run egocentric_alignment method.

This PR fix the run pipeline for the demo app to match the last changes in VAME dev

garrettmflynn commented 1 month ago

Noticed this change in VAME dev yesterday. Thanks for pushing on this!

I've fixed some bugs on my end to get this through, notably how the app handles multiple files when creating a new project.

vinicvaz commented 1 month ago

Nice, thanks for the review @garrettmflynn !