Ndx-pose

Latest version: v0.2.1

Safety actively analyzes 681775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2.1

Bug fixes
- Fixed missing files in source distribution (`.tar.gz`). rly (35)

0.2.0

Major changes
- Added support for storing training data in the new `PoseTraining` neurodata type and other new types.
roomrys, CBroz1, rly, talmo, eberrigan (7, 21, 24)
- Deprecated the `nodes` and `edges` constructor arguments and fields from the `PoseEstimation` neurodata type to
support linking to the same `Skeleton` object from a `PoseEstimation` object and pose training data.
rly (7, 24, 33)
- Data from `ndx-pose` versions before `0.2.0` can still be read; a temporary `Skeleton` object with name
"subject" will be created and the `nodes` and `edges` fields will be populated with the data from
the `PoseEstimation` object.
- Instead of using the `nodes` and `edges` fields, you should now use a `Skeleton` object:
- Create a `Skeleton` object with those nodes and edges.
- Create a `Skeletons` container object and pass the `Skeleton` object to that.
- Add the `Skeletons` object to your "behavior" processing module (at the same level as the `PoseEstimation` object).
- Pass the `Skeleton` object to the `PoseEstimation` constructor.
- Added ability to link a `PoseEstimation` object to one or more camera devices. If the number of original videos,
labeled videos, or dimensions does not equal the number of camera devices when creating the object not from a file,
a `DeprecationWarning` will be raised. rly (33)

Minor changes
- Made `PoseEstimation.confidence` optional. h-mayorquin (11)

0.1.1

The schema is unchanged, but the Python package has been updated.

Bug fix
- Remove hdmf-docutils as an installation dependency. rly (6)

0.1.0

Initial release including `PoseEstimation` and `PoseEstimationSeries` neurodata types.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.