Files
annotations/Azaion.Suite/config.production.json
T
Oleksandr Bezdieniezhnykh 5e226d422d fix textbox keyboard global handling
add CameraConfig to prod json
add launch and tasks jsons to vscode folder
2025-10-01 20:04:45 +03:00

38 lines
939 B
JSON

{
"LoaderClientConfig": {
"ZeroMqHost": "127.0.0.1",
"ZeroMqPort": 5025,
"ApiUrl": "https://api.azaion.com"
},
"InferenceClientConfig": {
"ZeroMqHost": "127.0.0.1",
"ZeroMqPort": 5127,
"ApiUrl": "https://api.azaion.com"
},
"GpsDeniedClientConfig": {
"ZeroMqHost": "127.0.0.1",
"ZeroMqPort": 5555,
"ZeroMqReceiverPort": 5556
},
"DirectoriesConfig": {
"ApiResourcesDirectory": "",
"VideosDirectory": "videos",
"LabelsDirectory": "labels",
"ImagesDirectory": "images",
"ResultsDirectory": "results",
"ThumbnailsDirectory": "thumbnails",
"GpsSatDirectory": "satellitesDir",
"GpsRouteDirectory": "routeDir"
},
"UIConfig": {
"LeftPanelWidth": 170.0,
"RightPanelWidth": 120.0,
"GenerateAnnotatedImage": true,
"SilentDetection": false
},
"CameraConfig": {
"Altitude": 400,
"CameraSensorWidth": 23.5,
"CameraFocalLength": 24
}
}