Merge pull request 'fix: change min bbox size for frontal' (#26) from dev into main
All checks were successful
Build Worker Base and Application Images / check-base-changes (push) Successful in 7s
Build Worker Base and Application Images / build-base (push) Has been skipped
Build Worker Base and Application Images / build-docker (push) Successful in 2m43s
Build Worker Base and Application Images / deploy-stack (push) Successful in 19s

Reviewed-on: #26
This commit is contained in:
Chawanwit Pornnatwuttigul 2025-09-30 10:25:03 +00:00
commit 43c717947e

View file

@ -74,7 +74,7 @@ class TrackingPipelineIntegration:
# Min bbox filtering configuration # Min bbox filtering configuration
# TODO: Make this configurable via pipeline.json in the future # TODO: Make this configurable via pipeline.json in the future
self.min_bbox_area_percentage = 4.5 # 4.5% of frame area minimum self.min_bbox_area_percentage = 3.5 # 3.5% of frame area minimum
# Statistics # Statistics
self.stats = { self.stats = {