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
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:
commit
43c717947e
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue