Skip to content
Merged
Prev Previous commit
Next Next commit
messed up indentation
  • Loading branch information
KonradDanielewski authored Jul 27, 2023
commit ec9743cef66930149c09b155e5031be5c84decde
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 @@ -1796,7 +1796,7 @@ def convert_detections2tracklets(
inferencecfg.get("min_hits", 1),
inferencecfg.get("iou_threshold", 0.6),
)
tracklets = {}
tracklets = {}
multi_bpts = cfg["multianimalbodyparts"]
ass = inferenceutils.Assembler(
data,
Expand Down