mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:36:31 +00:00
31 lines
763 B
JSON
31 lines
763 B
JSON
{
|
|
"InferenceClientConfig": {
|
|
"ZeroMqHost": "127.0.0.1",
|
|
"ZeroMqPort": 5131,
|
|
"RetryCount": 25,
|
|
"TimeoutSeconds": 5
|
|
},
|
|
"GpsDeniedClientConfig": {
|
|
"ZeroMqHost": "127.0.0.1",
|
|
"ZeroMqPort": 5555,
|
|
"ZeroMqReceiverPort": 5556,
|
|
"RetryCount": 25,
|
|
"TimeoutSeconds": 5
|
|
},
|
|
"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
|
|
}
|
|
} |