You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hand-detection/src/tfjs/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,9 @@ Pass in `handDetection.SupportedModels.MediaPipeHands` from the
62
62
63
63
**maxHands*: Defaults to 2. The maximum number of hands that will be detected by the model. The number of returned hands can be less than the maximum (for example when no hands are present in the input).
64
64
65
+
**modelType*: specify which variant to load from `MediaPipeHandsModelType` (i.e.,
66
+
'lite', 'full'). If unset, the default is 'full'.
67
+
65
68
**detectorModelUrl*: An optional string that specifies custom url of
66
69
the detector model. This is useful for area/countries that don't have access to the model hosted on tf.hub.
67
70
**landmarkModelUrl* An optional string that specifies custom url of
0 commit comments