mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:56:31 +00:00
switcher dataset explorer
lat lon -> geopoint correct location for gps if small keypoints number
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"LoaderClientConfig": {
|
||||
"ZeroMqHost": "127.0.0.1",
|
||||
"ZeroMqPort": 5025,
|
||||
"ZeroMqPort": 5024,
|
||||
"ApiUrl": "https://api.azaion.com"
|
||||
},
|
||||
"InferenceClientConfig": {
|
||||
"ZeroMqHost": "127.0.0.1",
|
||||
"ZeroMqPort": 5127,
|
||||
"ZeroMqPort": 5126,
|
||||
"ApiUrl": "https://api.azaion.com"
|
||||
},
|
||||
"GpsDeniedClientConfig": {
|
||||
@@ -28,6 +28,7 @@
|
||||
"LeftPanelWidth": 220.0,
|
||||
"RightPanelWidth": 230.0,
|
||||
"GenerateAnnotatedImage": true,
|
||||
"SilentDetection": false
|
||||
"SilentDetection": false,
|
||||
"ShowDatasetWithDetectionsOnly": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user