mirror of
https://github.com/azaion/detections.git
synced 2026-04-26 00:46:31 +00:00
Skip GSD and size filtering without altitude
This commit is contained in:
+1
-1
@@ -163,7 +163,7 @@ class AIConfigDto(BaseModel):
|
||||
tracking_intersection_threshold: float = 0.6
|
||||
model_batch_size: int = 8
|
||||
big_image_tile_overlap_percent: int = 20
|
||||
altitude: float = 400
|
||||
altitude: Optional[float] = None
|
||||
focal_length: float = 24
|
||||
sensor_width: float = 23.5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user