Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions deeplabcut/pose_estimation_tensorflow/predict_multianimal.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,8 @@ def GetPoseandCostsS(cfg, dlc_cfg, sess, inputs, outputs, cap, nframes, shelf_pa
inputs,
outputs,
)
if not dets:
continue
db[key] = dets[0]
del dets
elif counter >= nframes:
Expand Down