From 95aadc792dc4dd07b737e9a45ce12cca5d3ea787 Mon Sep 17 00:00:00 2001 From: meeki007 <5952964+meeki007@users.noreply.github.com> Date: Sun, 28 Feb 2021 02:10:07 -0500 Subject: [PATCH] typo --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 30b0f505..6434eb03 100644 --- a/config.js +++ b/config.js @@ -139,7 +139,7 @@ export default { scoreThreshold: 0.5, // threshold for deciding when to remove boxes based on score // 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 modelType: 'MobileNet', // Human includes MobileNet version, but you can switch to ResNet },