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
* first draft of loading function
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* adapted to new dimensions order
* adapted to work with new dims arrangement
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* anipose loader test
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* validator for anipose file
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* anipose validator finished
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* linting fixes
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update tests/test_unit/test_validators/test_files_validators.py
Co-authored-by: Niko Sirmpilatze <[email protected]>
* simplified validator test
* Update movement/io/load_poses.py
Co-authored-by: Niko Sirmpilatze <[email protected]>
* Update movement/validators/files.py
Co-authored-by: Niko Sirmpilatze <[email protected]>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update movement/validators/files.py
Co-authored-by: Niko Sirmpilatze <[email protected]>
* Update movement/validators/files.py
Co-authored-by: Niko Sirmpilatze <[email protected]>
* implementing fixes
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* more consistency fixes
* moved anipose loading test to load_poses
* fixed validators tests
* tests for anipose loading done properly
* docstring fixes
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Implementing direct anipose load from from_file
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* ruffed
* trying to fix mypy check
* Update movement/io/load_poses.py
Co-authored-by: Niko Sirmpilatze <[email protected]>
* Update movement/io/load_poses.py
Co-authored-by: Niko Sirmpilatze <[email protected]>
* Update movement/io/load_poses.py
Co-authored-by: Niko Sirmpilatze <[email protected]>
* Update movement/io/load_poses.py
Co-authored-by: Niko Sirmpilatze <[email protected]>
* final touches to docstrings
* added entry in input_output docs
* define anipose link in conf.py
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Niko Sirmpilatze <[email protected]>
Copy file name to clipboardExpand all lines: docs/source/user_guide/input_output.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ To analyse pose tracks, `movement` supports loading data from various frameworks
10
10
-[DeepLabCut](dlc:) (DLC)
11
11
-[SLEAP](sleap:) (SLEAP)
12
12
-[LightingPose](lp:) (LP)
13
+
-[Anipose](anipose:) (Anipose)
13
14
14
15
To analyse bounding boxes' tracks, `movement` currently supports the [VGG Image Annotator](via:) (VIA) format for [tracks annotation](via:docs/face_track_annotation.html).
0 commit comments