File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 """
You can’t perform that action at this time.
0 commit comments