yootd 0.2.31 → 0.2.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -931,7 +931,7 @@ export var VideoPlayer = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
931
931
|
modelUrl: "".concat(OSS, "/model-zoo/pose-detection-models/model.json")
|
932
932
|
};
|
933
933
|
_context3.next = 63;
|
934
|
-
return poseDetection.createDetector(
|
934
|
+
return poseDetection.createDetector(poseDetection.SupportedModels.MoveNet, detectorConfig);
|
935
935
|
case 63:
|
936
936
|
_poseDetector = _context3.sent;
|
937
937
|
getAdjacentPairsRef.current = poseDetection.util.getAdjacentPairs;
|