From 68ebd5542587757c89195b679b89f1c572efd873 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 9 Oct 2023 17:15:23 -0600 Subject: [PATCH] Lower min scores for person and car in plus docs (#8114) --- docs/docs/plus/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/plus/index.md b/docs/docs/plus/index.md index ced79174a..7d92fb531 100644 --- a/docs/docs/plus/index.md +++ b/docs/docs/plus/index.md @@ -70,10 +70,10 @@ objects: fedex: min_score: .75 person: - min_score: .8 + min_score: .65 threshold: .85 car: - min_score: .8 + min_score: .65 threshold: .85 ```