Skip to content

Commit 6867e88

Browse files
committed
fix comment
1 parent 3c2dc8c commit 6867e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PoseDetection/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { mediaReady } from "../utils/imageUtilities";
1818
class PoseDetection extends EventEmitter {
1919
/**
2020
* @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'.
2222
* @property {boolean} enableSmoothing - Optional. Whether to use temporal filter to smooth keypoints across frames. Default: true.
2323
* @property {string} modelUrl - Optional. A string that specifies custom url of the model. Default to load from tf.hub.
2424
* @property {number} minPoseScore - Optional. The minimum confidence score for a pose to be detected. Default: 0.25.

0 commit comments

Comments
 (0)