mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:46:30 +00:00
switcher dataset explorer
lat lon -> geopoint correct location for gps if small keypoints number
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
{ "Id": 15, "Name": "Building", "ShortName": "Будівля", "Color": "#ffb6c1" },
|
||||
{ "Id": 16, "Name": "Caponier", "ShortName": "Капонір", "Color": "#ffa500" }
|
||||
],
|
||||
"VideoFormats": [ ".mp4", ".mov", ".avi" ],
|
||||
"VideoFormats": [ ".mp4", ".mov", ".avi", ".ts", ".mkv" ],
|
||||
"ImageFormats": [ ".jpg", ".jpeg", ".png", ".bmp" ],
|
||||
"AnnotationsDbFile": "annotations.db"
|
||||
},
|
||||
@@ -34,5 +34,8 @@
|
||||
|
||||
"ModelBatchSize": 4
|
||||
},
|
||||
"GpsDeniedConfig": {
|
||||
"MinKeyPoints": 15
|
||||
},
|
||||
"ThumbnailConfig": { "Size": "240,135", "Border": 10 }
|
||||
}
|
||||
Reference in New Issue
Block a user