add editor, fix some bugs

WIP
This commit is contained in:
Alex Bezdieniezhnykh
2024-09-10 17:10:54 +03:00
parent b4bedb7520
commit 52371ace3a
16 changed files with 498 additions and 148 deletions
+11 -3
View File
@@ -3,6 +3,7 @@
"LabelsDirectory": "E:\\labels",
"ImagesDirectory": "E:\\images",
"ResultsDirectory": "E:\\results",
"UnknownImages": "E:\\unknown",
"ThumbnailsDirectory": "E:\\thumbnails",
"AnnotationClasses": [
{ "Id": 0, "Name": "Броньована техніка", "Color": "#40FF0000" },
@@ -16,13 +17,20 @@
{ "Id": 8, "Name": "Танк з захистом", "Color": "#40008000" },
{ "Id": 9, "Name": "Дим", "Color": "#40000080" }
],
"WindowSize": "1920,1080",
"WindowLocation": "200,121",
"MainWindowConfig": {
"WindowSize": "1920,1080",
"WindowLocation": "50,50",
"FullScreen": true
},
"DatasetExplorerConfig": {
"WindowSize": "1920,1080",
"WindowLocation": "50,50",
"FullScreen": true
},
"ThumbnailConfig": {
"Size": "480,270",
"Border": 10
},
"FullScreen": true,
"LeftPanelWidth": 300,
"RightPanelWidth": 300,
"ShowHelpOnStart": false,