Skip to content

Commit 468b817

Browse files
Update element_moseq/moseq_train.py
Co-authored-by: Copilot <[email protected]>
1 parent 547e124 commit 468b817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

element_moseq/moseq_train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class PreProcessing(dj.Computed):
230230
-> PCATask # Unique ID for each `PCATask` key
231231
---
232232
coordinates : longblob # Dictionary mapping filenames to keypoint coordinates as ndarrays of shape (n_frames, n_bodyparts, 2[or 3])
233-
confidences : longblob # Dictionary mapping filenames to `likelihood` scores as ndarrays of shape (n_frames, n_bodyparts)
233+
confidences : longblob # Dictionary mapping filenames to likelihood scores as ndarrays of shape (n_frames, n_bodyparts)
234234
formatted_bodyparts : longblob # List of bodypart names. The order of the names matches the order of the bodyparts in `coordinates` and `confidences`.
235235
average_frame_rate : float # Average frame rate of the videos for model training (used for kappa calculation).
236236
"""

0 commit comments

Comments
 (0)