Nms optimize for stationary cars (#9684)

* Use different nms values for different object types

* Add tests

* Format tests
This commit is contained in:
Nicolas Mowen
2024-02-05 16:52:06 -07:00
committed by GitHub
parent 97a619eaf0
commit 50563eef8d
3 changed files with 23 additions and 2 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