Skip to content

Commit efa7124

Browse files
author
Anna Grebneva
authored
Updated reference for road-segmentation-adas-0001 model (#3282)
1 parent bc92ceb commit efa7124

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

models/intel/road-segmentation-adas-0001/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ that was converted for four class classification task are:
2424

2525
| Label | IOU | ACC |
2626
|----------|-----------|-----------|
27-
| **mean** | **0.844** | **0.901** |
27+
| **mean** | **0.844** | **0.899** |
2828
| BG | 0.986 | 0.994 |
2929
| 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 |
3232

3333
- `IOU=TP/(TP+FN+FP)`
3434
- `ACC=TP/GT`

models/intel/road-segmentation-adas-0001/accuracy-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ models:
1313
reference:
1414
BG: 0.986
1515
curbs: 0.727
16-
marks: 0.708
16+
marks: 0.707
1717
mean: 0.844
1818
road: 0.954
1919
- type: mean_accuracy
2020
presenter: print_vector
2121
reference:
2222
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
2626
road: 0.974

0 commit comments

Comments
 (0)