Files
annotations/Azaion.Annotator/config.json
T
Oleksandr Bezdieniezhnykh 468d28d9d8 small visual adjusments
2024-08-12 11:14:09 +03:00

66 lines
1.3 KiB
JSON

{
"VideosDirectory": "E:\\Azaion3\\Videos",
"LabelsDirectory": "E:\\labels",
"ImagesDirectory": "E:\\images",
"ResultsDirectory": "E:\\results",
"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"
}
],
"WindowSize": "1920,1080",
"WindowLocation": "200,121",
"FullScreen": true,
"LeftPanelWidth": 300,
"RightPanelWidth": 300,
"ShowHelpOnStart": false,
"VideoFormats": ["mov", "mp4"],
"ImageFormats": ["jpg", "jpeg", "png", "bmp", "gif"]
}