mirror of
https://github.com/azaion/detections.git
synced 2026-06-21 09:51:08 +00:00
Added camera config
This commit is contained in:
@@ -41,9 +41,13 @@ def user_ai_settings(user_id):
|
||||
"tracking_intersection_threshold": 0.6,
|
||||
"model_batch_size": 8,
|
||||
"big_image_tile_overlap_percent": 20,
|
||||
"altitude": 400,
|
||||
"focal_length": 24,
|
||||
"sensor_width": 23.5,
|
||||
"camera_config": {
|
||||
"focal_length": 24,
|
||||
"sensor_width": 23.5,
|
||||
"current_zoom": 1,
|
||||
"current_angle": 90,
|
||||
"current_height": 400,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user