mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:56:29 +00:00
a5c72c49f1
lower expectations from gmaps, enlarge size of download map
34 lines
904 B
JSON
34 lines
904 B
JSON
{
|
|
"LoaderClientConfig": {
|
|
"ZeroMqHost": "127.0.0.1",
|
|
"ZeroMqPort": 5024,
|
|
"ApiUrl": "https://api.azaion.com"
|
|
},
|
|
"InferenceClientConfig": {
|
|
"ZeroMqHost": "127.0.0.1",
|
|
"ZeroMqPort": 5126,
|
|
"ApiUrl": "https://api.azaion.com"
|
|
},
|
|
"GpsDeniedClientConfig": {
|
|
"ZeroMqHost": "127.0.0.1",
|
|
"ZeroMqPort": 5535,
|
|
"ZeroMqReceiverPort": 5536
|
|
},
|
|
"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": false,
|
|
"ShowDatasetWithDetectionsOnly": false
|
|
}
|
|
} |