changed behaviour re detection threshold

#8
by sofmi - opened
DeepLabCut org

Before: the pose estimation was not computed if the confidence for the bounding box detection was below the bbox threshold, but the bounding box was still shown.
For a detection threshold = 95%:
cats_before.png

Now: the bounding box is not shown if the detection confidence is below threshold
cats_after.png

mwmathis changed pull request status to merged
DeepLabCut org

With @sofmi , we change the way of cropping the img (branch color_confidence_kypts)
pending:

  • add bb in the new image
  • add text with the confidence from MegaDetector

Sign up or log in to comment