Skip to content

Commit 4e57aae

Browse files
committed
multiple as default for posenet
1 parent 5744732 commit 4e57aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PoseNet/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const DEFAULTS = {
1818
maxPoseDetections: 5,
1919
scoreThreshold: 0.5,
2020
nmsRadius: 20,
21-
detectionType: 'single',
21+
detectionType: 'multiple',
2222
multiplier: 0.75,
2323
};
2424

0 commit comments

Comments
 (0)