mirror of https://github.com/vladmandic/human
update node demo
parent
b2f8f41966
commit
f11074d9ab
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue