mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 09:56:31 +00:00
45 lines
1.6 KiB
JSON
45 lines
1.6 KiB
JSON
{
|
|
"VideosDirectory": "E:\\Azaion3\\VideosTest",
|
|
"LabelsDirectory": "E:\\labels",
|
|
"ImagesDirectory": "E:\\images",
|
|
"ThumbnailsDirectory": "E:\\thumbnails",
|
|
"ResultsDirectory": "E:\\results",
|
|
"UnknownImages": "E:\\unknown",
|
|
"AnnotationClasses": [
|
|
{ "Id": 0, "Name": "Броньована техніка", "Color": "#40FF0000" },
|
|
{ "Id": 1, "Name": "Вантажівка", "Color": "#4000FF00" },
|
|
{ "Id": 2, "Name": "Машина легкова", "Color": "#400000FF" },
|
|
{ "Id": 3, "Name": "Артилерія", "Color": "#40FFFF00" },
|
|
{ "Id": 4, "Name": "Тінь від техніки", "Color": "#40FF00FF" },
|
|
{ "Id": 5, "Name": "Окопи", "Color": "#4000FFFF" },
|
|
{ "Id": 6, "Name": "Військовий", "Color": "#40000000" },
|
|
{ "Id": 7, "Name": "Накати", "Color": "#40800000" },
|
|
{ "Id": 8, "Name": "Танк з захистом", "Color": "#40008000" },
|
|
{ "Id": 9, "Name": "Дим", "Color": "#40000080" }
|
|
],
|
|
"MainWindowConfig": {
|
|
"WindowSize": "1920,1080",
|
|
"WindowLocation": "50,50",
|
|
"FullScreen": true
|
|
},
|
|
"DatasetExplorerConfig": {
|
|
"WindowSize": "1920,1080",
|
|
"WindowLocation": "50,50",
|
|
"FullScreen": true
|
|
},
|
|
"ThumbnailConfig": {
|
|
"Size": "480,270",
|
|
"Border": 10
|
|
},
|
|
"LeftPanelWidth": 300,
|
|
"RightPanelWidth": 300,
|
|
"ShowHelpOnStart": false,
|
|
"VideoFormats": ["mov", "mp4"],
|
|
"ImageFormats": ["jpg", "jpeg", "png", "bmp", "gif"],
|
|
"AIRecognitionConfig": {
|
|
"AIModelPath": "azaion.onnx",
|
|
"FrameRecognitionSeconds": 2,
|
|
"TrackingDistanceConfidence": 0.15,
|
|
"TrackingProbabilityIncrease": 15
|
|
}
|
|
} |