Skip to content

Commit be260b2

Browse files
authored
Update constant.ts for MoveNet. (#772)
1 parent 575b70c commit be260b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pose-detection/src/movenet/constants.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ export const MOVENET_SINGLE_POSE_ESTIMATION_CONFIG: MoveNetEstimationConfig = {
4242

4343
export const KEYPOINT_FILTER_CONFIG = {
4444
frequency: 30,
45-
minCutOff: 6.36,
46-
beta: 636.61,
47-
derivateCutOff: 4.77,
45+
minCutOff: 2.5,
46+
beta: 300.0,
47+
derivateCutOff: 2.5,
4848
thresholdCutOff: 0.5,
4949
thresholdBeta: 5.0
5050
};

0 commit comments

Comments
 (0)