mirror of https://github.com/vladmandic/human
updated docs
parent
60eb01217f
commit
640fbd9a10
|
@ -173,6 +173,8 @@ config = {
|
||||||
|
|
||||||
hand: {
|
hand: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
|
rotation: false, // use best-guess rotated hand image or just box with rotation as-is
|
||||||
|
// false means higher performance, but incorrect finger mapping if hand is inverted
|
||||||
inputSize: 256, // fixed value
|
inputSize: 256, // fixed value
|
||||||
skipFrames: 15, // how many frames to go without re-running the hand bounding box detector
|
skipFrames: 15, // how many frames to go without re-running the hand bounding box detector
|
||||||
// only used for video inputs
|
// only used for video inputs
|
||||||
|
|
Loading…
Reference in New Issue