Add metrics page for embeddings and face / license plate processing times (#15818)

* Get stats for embeddings inferences

* cleanup embeddings inferences

* Enable UI for feature metrics

* Change threshold

* Fix check

* Update python for actions

* Set python version

* Ignore type for now
This commit is contained in:
Nicolas Mowen
2025-01-05 08:47:57 -06:00
committed by Blake Blackshear
parent 0c13227f7d
commit a6ae208fe7
15 changed files with 309 additions and 39 deletions

View File

@@ -309,7 +309,7 @@ function FaceAttempt({
<div className="capitalize">{data.name}</div>
<div
className={cn(
Number.parseFloat(data.score) > threshold
Number.parseFloat(data.score) >= threshold
? "text-success"
: "text-danger",
)}