fix: change min bbox size for frontal #26
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