Reality123b commited on
Commit
2a2385f
·
verified ·
1 Parent(s): e081d62

Add benchmark_cot.json

Browse files
Files changed (1) hide show
  1. benchmark_cot.json +56 -0
benchmark_cot.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "planning": {
3
+ "l2_1s": 1.153036206960678,
4
+ "l2_2s": 1.6463652551174164,
5
+ "l2_3s": 2.1500342786312103,
6
+ "l2_avg": 1.649811913569768,
7
+ "collision_rate_1s": 0.0,
8
+ "collision_rate_2s": 0.0,
9
+ "collision_rate_3s": 0.0,
10
+ "collision_rate_avg": 0.0,
11
+ "planning_score": 0.6700376172860464
12
+ },
13
+ "detection": {
14
+ "mAP": 0.0031852083397097886,
15
+ "mATE": 0.5,
16
+ "mASE": 0.5,
17
+ "mAOE": 0.5,
18
+ "mAVE": 0.5,
19
+ "mAAE": 0.29999999999999993,
20
+ "NDS": 0.2715926041698549
21
+ },
22
+ "carla": {
23
+ "route_completion": 2.7063107738892236,
24
+ "infraction_score": 1.0,
25
+ "num_collisions": 0,
26
+ "num_red_light_violations": 0,
27
+ "num_stop_sign_violations": 0,
28
+ "num_route_deviations": 0,
29
+ "driving_score": 0.02706310773889224
30
+ },
31
+ "safety": {
32
+ "min_ttc": 0.15026038885116577,
33
+ "mean_ttc": 0.7554779772957166,
34
+ "ttc_below_2s_rate": 0.9166666666666666,
35
+ "emergency_brake_precision": 0.0,
36
+ "emergency_brake_recall": 0.0,
37
+ "emergency_brake_f1": 0.0,
38
+ "mean_jerk": 0.47455190246303874,
39
+ "max_jerk": 3.813385009765625,
40
+ "min_obstacle_distance": 0.5039934515953064,
41
+ "mean_obstacle_distance": 1.1577232132355373,
42
+ "speed_compliance_rate": 1.0,
43
+ "safe_following_distance_rate": 0.0,
44
+ "cot_override_accuracy": 0.4791666666666667,
45
+ "cot_risk_auc": 0.5
46
+ },
47
+ "occupancy": {
48
+ "iou_near": 0.0016212966584134847,
49
+ "iou_far": 0.02265196091805895,
50
+ "vpq_near": 0.001459166992572136,
51
+ "vpq_far": 0.01925416678035011
52
+ },
53
+ "total_samples": 48,
54
+ "total_time_s": 97.4211196899414,
55
+ "fps": 0.49270630590951764
56
+ }