Skip to content
Merged
Prev Previous commit
Next Next commit
spelling
  • Loading branch information
KonradDanielewski authored Jul 19, 2023
commit eb9969a0bc3aad5ce465219acadee8638c3e4879
2 changes: 1 addition & 1 deletion deeplabcut/pose_estimation_tensorflow/predict_videos.py
Original file line number Diff line number Diff line change
Expand Up @@ -1872,7 +1872,7 @@ def convert_detections2tracklets(
xy = animals[:, keep_inds, :2]
trackers = mot_tracker.track(xy)
elif isinstance(ass, dict) and identity_only:
#identity assignement if read from _assemblies.pickle
#identity assignment if read from _assemblies.pickle
mat = np.zeros(
(len(assemblies), inferencecfg["topktoretain"])
)
Expand Down