mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:56:29 +00:00
gallery manager WIP
This commit is contained in:
@@ -3,60 +3,25 @@
|
||||
"LabelsDirectory": "E:\\labels",
|
||||
"ImagesDirectory": "E:\\images",
|
||||
"ResultsDirectory": "E:\\results",
|
||||
"ThumbnailsDirectory": "E:\\thumbnails",
|
||||
"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"
|
||||
}
|
||||
{ "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",
|
||||
"ThumbnailConfig": {
|
||||
"Size": "480,270",
|
||||
"Border": 10
|
||||
},
|
||||
"FullScreen": true,
|
||||
"LeftPanelWidth": 300,
|
||||
"RightPanelWidth": 300,
|
||||
|
||||
Reference in New Issue
Block a user