File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
models/intel/road-segmentation-adas-0001 Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ that was converted for four class classification task are:
24
24
25
25
| Label | IOU | ACC |
26
26
| ----------| -----------| -----------|
27
- | ** mean** | ** 0.844** | ** 0.901 ** |
27
+ | ** mean** | ** 0.844** | ** 0.899 ** |
28
28
| BG | 0.986 | 0.994 |
29
29
| road | 0.954 | 0.974 |
30
- | curbs | 0.727 | 0.831 |
31
- | marks | 0.708 | 0.806 |
30
+ | curbs | 0.727 | 0.825 |
31
+ | marks | 0.707 | 0.803 |
32
32
33
33
- ` IOU=TP/(TP+FN+FP) `
34
34
- ` ACC=TP/GT `
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ models:
13
13
reference :
14
14
BG : 0.986
15
15
curbs : 0.727
16
- marks : 0.708
16
+ marks : 0.707
17
17
mean : 0.844
18
18
road : 0.954
19
19
- type : mean_accuracy
20
20
presenter : print_vector
21
21
reference :
22
22
BG : 0.994
23
- curbs : 0.831
24
- marks : 0.806
25
- mean : 0.901
23
+ curbs : 0.825
24
+ marks : 0.803
25
+ mean : 0.899
26
26
road : 0.974
You can’t perform that action at this time.
0 commit comments