You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A core feature of the envisioned napari frontend (see #31) is the ability load pose tracks from DeepLabCut and SLEAP.
We need to write readers that wrap around the functions in load_poses.py.
The text was updated successfully, but these errors were encountered:
We decided to not implement this feature as a reader plugin. The main reason is that we need to also pass the source software when loading a file, the file path alone is not enough.
Instead we are making a loader widget as part of the movement napari plugin. Users will be able to specify file path, fps and source software through the widget. See ongoing work in #112
A core feature of the envisioned napari frontend (see #31) is the ability load pose tracks from DeepLabCut and SLEAP.
We need to write readers that wrap around the functions in
load_poses.py
.The text was updated successfully, but these errors were encountered: