fix: change min bbox size for frontal
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 2m53s
Build Worker Base and Application Images / deploy-stack (push) Successful in 15s
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 2m53s
Build Worker Base and Application Images / deploy-stack (push) Successful in 15s
This commit is contained in:
parent
9e5b5a32ad
commit
402f7732a8
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class TrackingPipelineIntegration:
|
|||
|
||||
# Min bbox filtering configuration
|
||||
# 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
|
||||
self.stats = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue