decreased label threshold

This commit is contained in:
Tristan Lee
2022-12-19 22:34:59 -08:00
parent 404fce5539
commit 8b2c67fbed
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ CLUSTERS = [
]
BOUNDING_BOX = {"x": [100, 200], "y": [-370,-50]}
LABEL_THRESHOLD = 15
LABEL_THRESHOLD = 10
if __name__ == "__main__":