mirror of https://github.com/vladmandic/human
typo
parent
ccbd6d0021
commit
95aadc792d
|
@ -139,7 +139,7 @@ export default {
|
||||||
scoreThreshold: 0.5, // threshold for deciding when to remove boxes based on score
|
scoreThreshold: 0.5, // threshold for deciding when to remove boxes based on score
|
||||||
// in non-maximum suppression
|
// in non-maximum suppression
|
||||||
nmsRadius: 20, // radius for deciding points are too close in non-maximum suppression
|
nmsRadius: 20, // radius for deciding points are too close in non-maximum suppression
|
||||||
outputStride: 16, // size of block in which to run point detectopn, smaller value means higher resolution
|
outputStride: 16, // size of block in which to run point detection, smaller value means higher resolution
|
||||||
// defined by model itself, can be 8, 16, or 32
|
// defined by model itself, can be 8, 16, or 32
|
||||||
modelType: 'MobileNet', // Human includes MobileNet version, but you can switch to ResNet
|
modelType: 'MobileNet', // Human includes MobileNet version, but you can switch to ResNet
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue