Merge remote-tracking branch 'origin/master' into dev

This commit is contained in:
Blake Blackshear
2024-02-14 18:20:55 -06:00
25 changed files with 408 additions and 91 deletions

View File

@@ -26,6 +26,10 @@ LABEL_CONSOLIDATION_MAP = {
"face": 0.5,
}
LABEL_CONSOLIDATION_DEFAULT = 0.9
LABEL_NMS_MAP = {
"car": 0.6,
}
LABEL_NMS_DEFAULT = 0.4
# Audio Consts