Skip to content

Commit de87879

Browse files
committed
temporarily removing pose detection, something broke with ml5.neuralnetwork
1 parent 86549c0 commit de87879

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@mediapipe/hands": "^0.4.1675469240",
30-
"@mediapipe/pose": "^0.5.1675469404",
3130
"@tensorflow-models/hand-pose-detection": "^2.0.0",
32-
"@tensorflow-models/pose-detection": "^2.1.0",
3331
"@tensorflow/tfjs": "^4.2.0",
3432
"@tensorflow/tfjs-vis": "^1.5.1",
3533
"axios": "^1.3.4"

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import neuralNetwork from "./NeuralNetwork";
22
import handpose from "./Handpose";
3-
import poseDetection from "./PoseDetection";
3+
// import poseDetection from "./PoseDetection";
44
import * as tf from "@tensorflow/tfjs";
55
import * as tfvis from "@tensorflow/tfjs-vis";
66
import p5Utils from "./utils/p5Utils";
@@ -12,6 +12,6 @@ export default Object.assign(
1212
tfvis,
1313
neuralNetwork,
1414
handpose,
15-
poseDetection,
15+
// poseDetection,
1616
}
1717
);

0 commit comments

Comments
 (0)