update node demo

pull/91/head
Vladimir Mandic 2021-03-17 18:36:12 -04:00
parent b2f8f41966
commit f11074d9ab
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ const myConfig = {
detector: { modelPath: 'file://models/handdetect.json' }, detector: { modelPath: 'file://models/handdetect.json' },
skeleton: { modelPath: 'file://models/handskeleton.json' }, skeleton: { modelPath: 'file://models/handskeleton.json' },
}, },
object: { modelPath: 'file://models/nanodet.json', enabled: true },
}; };
async function init() { async function init() {