File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 27
27
},
28
28
"dependencies" : {
29
29
"@mediapipe/hands" : " ^0.4.1675469240" ,
30
- "@mediapipe/pose" : " ^0.5.1675469404" ,
31
30
"@tensorflow-models/hand-pose-detection" : " ^2.0.0" ,
32
- "@tensorflow-models/pose-detection" : " ^2.1.0" ,
33
31
"@tensorflow/tfjs" : " ^4.2.0" ,
34
32
"@tensorflow/tfjs-vis" : " ^1.5.1" ,
35
33
"axios" : " ^1.3.4"
Original file line number Diff line number Diff line change 1
1
import neuralNetwork from "./NeuralNetwork" ;
2
2
import handpose from "./Handpose" ;
3
- import poseDetection from "./PoseDetection" ;
3
+ // import poseDetection from "./PoseDetection";
4
4
import * as tf from "@tensorflow/tfjs" ;
5
5
import * as tfvis from "@tensorflow/tfjs-vis" ;
6
6
import p5Utils from "./utils/p5Utils" ;
@@ -12,6 +12,6 @@ export default Object.assign(
12
12
tfvis,
13
13
neuralNetwork,
14
14
handpose,
15
- poseDetection,
15
+ // poseDetection,
16
16
}
17
17
) ;
You can’t perform that action at this time.
0 commit comments