Skip to content

Commit

Permalink
Until we figure out how to re-enable GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
nacmartin committed Mar 27, 2023
1 parent 649565f commit a39cab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/manitas/src/gestures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async function load(config: ManitasConfig) {
const gestureRecognizer = await GestureRecognizer.createFromOptions(vision, {
baseOptions: {
modelAssetPath: config.modelAssetPath,
delegate: config.delegate,
//delegate: config.delegate,
},
runningMode: "VIDEO",
numHands: 2,
Expand Down

0 comments on commit a39cab5

Please sign in to comment.