Lower min scores for person and car in plus docs (#8114)

This commit is contained in:
Nicolas Mowen 2023-10-09 17:15:23 -06:00 committed by GitHub
parent a82334ca1c
commit 68ebd55425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```