yagmurakarken commited on
Commit
d4590ed
·
verified ·
1 Parent(s): 7cecb9b

copy results/geometry_analysis.json

Browse files
Files changed (1) hide show
  1. results/geometry_analysis.json +50 -0
results/geometry_analysis.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "game_train": {
3
+ "vertical_profile_top_to_bottom": [
4
+ 0.672,
5
+ 0.634,
6
+ 0.579,
7
+ 0.503,
8
+ 0.411,
9
+ 0.322,
10
+ 0.253,
11
+ 0.2,
12
+ 0.154,
13
+ 0.12
14
+ ],
15
+ "row_dist_spearman": -0.69,
16
+ "far_field_fraction": 0.334
17
+ },
18
+ "nyu": {
19
+ "vertical_profile_top_to_bottom": [
20
+ 0.572,
21
+ 0.597,
22
+ 0.614,
23
+ 0.6,
24
+ 0.541,
25
+ 0.455,
26
+ 0.375,
27
+ 0.302,
28
+ 0.235,
29
+ 0.18
30
+ ],
31
+ "row_dist_spearman": -0.509,
32
+ "far_field_fraction": 0.401
33
+ },
34
+ "kitti": {
35
+ "vertical_profile_top_to_bottom": [
36
+ 0.0,
37
+ 0.015,
38
+ 0.088,
39
+ 0.458,
40
+ 0.487,
41
+ 0.347,
42
+ 0.18,
43
+ 0.097,
44
+ 0.048,
45
+ 0.019
46
+ ],
47
+ "row_dist_spearman": -0.792,
48
+ "far_field_fraction": 0.121
49
+ }
50
+ }