switcher dataset explorer

lat lon -> geopoint
correct location for gps if small keypoints number
This commit is contained in:
Alex Bezdieniezhnykh
2025-06-23 20:47:28 +03:00
parent ad1e39268c
commit f58dd3d04f
31 changed files with 469 additions and 192 deletions
+4 -3
View File
@@ -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
}
}