mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:16:30 +00:00
32 lines
828 B
JSON
32 lines
828 B
JSON
{
|
|
"InferenceClientConfig": {
|
|
"ZeroMqHost": "127.0.0.1",
|
|
"ZeroMqPort": 5127,
|
|
"RetryCount": 25,
|
|
"TimeoutSeconds": 5,
|
|
"ApiUrl": "https://api.azaion.com"
|
|
},
|
|
"GpsDeniedClientConfig": {
|
|
"ZeroMqHost": "127.0.0.1",
|
|
"ZeroMqPort": 5555,
|
|
"ZeroMqReceiverPort": 5556,
|
|
"RetryCount": 25,
|
|
"TimeoutSeconds": 5
|
|
},
|
|
"DirectoriesConfig": {
|
|
"ApiResourcesDirectory": "stage",
|
|
"VideosDirectory": "E:\\Azaion6",
|
|
"LabelsDirectory": "E:\\labels",
|
|
"ImagesDirectory": "E:\\images",
|
|
"ResultsDirectory": "E:\\results",
|
|
"ThumbnailsDirectory": "E:\\thumbnails",
|
|
"GpsSatDirectory": "satellitesDir",
|
|
"GpsRouteDirectory": "routeDir"
|
|
},
|
|
"UIConfig": {
|
|
"LeftPanelWidth": 220.0,
|
|
"RightPanelWidth": 230.0,
|
|
"GenerateAnnotatedImage": true,
|
|
"SilentDetection": true
|
|
}
|
|
} |