Create config.json
Browse files- config.json +14 -0
config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "localization",
|
| 3 |
+
"architecture": "position-estimator",
|
| 4 |
+
"input": [
|
| 5 |
+
"sensor_coordinates",
|
| 6 |
+
"map_reference"
|
| 7 |
+
],
|
| 8 |
+
"output": [
|
| 9 |
+
"estimated_position",
|
| 10 |
+
"orientation",
|
| 11 |
+
"confidence_score"
|
| 12 |
+
],
|
| 13 |
+
"version": "1.0.0"
|
| 14 |
+
}
|