Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
updated incorrect docstring for create_video_with_all_detections
  • Loading branch information
n-poulsen committed Jul 20, 2023
commit 9013aa787d20d03ba59fd6bc4be217fe07a648aa
2 changes: 1 addition & 1 deletion deeplabcut/utils/make_labeled_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ def create_video_with_all_detections(
If False, all keypoints will be plot with alpha=1. Otherwise, this can be
defined as a function f: [0, 1] -> [0, 1] such that the alpha value for a
keypoint will be set as a function of its score: alpha = f(score). The default
function used when True is f(x) = max(0, (x - pcutoff)/(1 - pcutoff)).
function used when True is f(x) = x.
"""
from deeplabcut.pose_estimation_tensorflow.lib.inferenceutils import Assembler
import re
Expand Down