File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import { mediaReady } from "../utils/imageUtilities";
18
18
class PoseDetection extends EventEmitter {
19
19
/**
20
20
* @typedef {Object } options
21
- * @property {string } modelType - Optional. specify what model variant to load from. Default: 'SINGLEPOSE_LIGHTNING '.
21
+ * @property {string } modelType - Optional. specify what model variant to load from. Default: 'MULTIPOSE_LIGHTNING '.
22
22
* @property {boolean } enableSmoothing - Optional. Whether to use temporal filter to smooth keypoints across frames. Default: true.
23
23
* @property {string } modelUrl - Optional. A string that specifies custom url of the model. Default to load from tf.hub.
24
24
* @property {number } minPoseScore - Optional. The minimum confidence score for a pose to be detected. Default: 0.25.
You can’t perform that action at this time.
0 commit comments