Skip to content

access to "prediction without track identity" #1171

Answered by roomrys
adpala asked this question in Help!
Discussion options

You must be logged in to vote

Hi @adpala,

Only instances with track identities are saved in the analysis hdf5. As you stated, you will need to navigate within the slp file directly. We have a data structures notebook which gives a few examples for how to navigate the data in your slp.

Basically each slp file is contained within a Labels object.

sleap/sleap/io/dataset.py

Lines 390 to 426 in 57ee08a

class Labels(MutableSequence):
"""
The :class:`Labels` class collects the data for a SLEAP project.
This class is front-end for all interactions with loading, writing,
and modifying these labels. The actual storage backend for the data
is mostly abstracted away from the main int…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@adpala
Comment options

Answer selected by adpala
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help!
Labels
None yet
2 participants