AroticMerch commited on
Commit
3252324
·
verified ·
1 Parent(s): b60e8f7

Create config.json

Browse files
Files changed (1) hide show
  1. 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
+ }