We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5744732 commit 4e57aaeCopy full SHA for 4e57aae
src/PoseNet/index.js
@@ -18,7 +18,7 @@ const DEFAULTS = {
18
maxPoseDetections: 5,
19
scoreThreshold: 0.5,
20
nmsRadius: 20,
21
- detectionType: 'single',
+ detectionType: 'multiple',
22
multiplier: 0.75,
23
};
24
0 commit comments