mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 21:56:31 +00:00
28 lines
676 B
JSON
28 lines
676 B
JSON
{
|
|
"InferenceClientConfig": {
|
|
"ZeroMqHost": "127.0.0.1",
|
|
"ZeroMqPort": 5127,
|
|
"RetryCount": 25,
|
|
"TimeoutSeconds": 5,
|
|
"ResourcesFolder": "stage"
|
|
},
|
|
"GpsDeniedClientConfig": {
|
|
"ZeroMqHost": "127.0.0.1",
|
|
"ZeroMqPort": 5555,
|
|
"ZeroMqReceiverPort": 5556,
|
|
"RetryCount": 25,
|
|
"TimeoutSeconds": 5
|
|
},
|
|
"DirectoriesConfig": {
|
|
"VideosDirectory": "E:\\Azaion6",
|
|
"LabelsDirectory": "E:\\labels",
|
|
"ImagesDirectory": "E:\\images",
|
|
"ResultsDirectory": "E:\\results",
|
|
"ThumbnailsDirectory": "E:\\thumbnails"
|
|
},
|
|
"UIConfig": {
|
|
"LeftPanelWidth": 220.0,
|
|
"RightPanelWidth": 230.0,
|
|
"GenerateAnnotatedImage": true
|
|
}
|
|
} |