Skip to content

Commit

Permalink
fix table
Browse files Browse the repository at this point in the history
  • Loading branch information
sunjiahao1999 committed May 10, 2023
1 parent f13fdf0 commit 2cc554e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions docs/en/advanced_guides/datasets/semantickitti.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@ Typically mean intersection over union (mIoU) is used for evaluation on Semantic

An example of printed evaluation results is as follows:

```
+---------+--------+---------+------------+--------+--------+--------+-----------+--------------+--------+---------+----------+--------------+----------+--------+------------+--------+---------+--------+--------------+--------+--------+---------+
| classes | car | bicycle | motorcycle | truck | bus | person | bicyclist | motorcyclist | road | parking | sidewalk | other-ground | building | fence | vegetation | trunck | terrian | pole | traffic-sign | miou | acc | acc_cls |
+---------+--------+---------+------------+--------+--------+--------+-----------+--------------+--------+---------+----------+--------------+----------+--------+------------+--------+---------+--------+--------------+--------+--------+---------+
| ------- | ------ | ------- | ---------- | ------ | ------ | ------ | --------- | ------------ | ------ | ------- | -------- | ------------ | -------- | ------ | ---------- | ------ | ------- | ------ | ------------ | ------ | ------ | ------- |
| results | 0.9687 | 0.1908 | 0.6313 | 0.8580 | 0.6359 | 0.6818 | 0.8444 | 0.0002 | 0.9353 | 0.4854 | 0.8106 | 0.0024 | 0.9050 | 0.6111 | 0.8822 | 0.6605 | 0.7493 | 0.6442 | 0.4837 | 0.6306 | 0.9202 | 0.6924 |
+---------+--------+---------+------------+--------+--------+--------+-----------+--------------+--------+---------+----------+--------------+----------+--------+------------+--------+---------+--------+--------------+--------+--------+---------+
```
6 changes: 1 addition & 5 deletions docs/zh_cn/advanced_guides/datasets/semantickitti.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,6 @@ bash tools/dist_test.sh configs/minkunet/minkunet_w32_8xb2-15e_semantickitti.py

以下是一个评估结果的样例:

```
+---------+--------+---------+------------+--------+--------+--------+-----------+--------------+--------+---------+----------+--------------+----------+--------+------------+--------+---------+--------+--------------+--------+--------+---------+
| classes | car | bicycle | motorcycle | truck | bus | person | bicyclist | motorcyclist | road | parking | sidewalk | other-ground | building | fence | vegetation | trunck | terrian | pole | traffic-sign | miou | acc | acc_cls |
+---------+--------+---------+------------+--------+--------+--------+-----------+--------------+--------+---------+----------+--------------+----------+--------+------------+--------+---------+--------+--------------+--------+--------+---------+
| ------- | ------ | ------- | ---------- | ------ | ------ | ------ | --------- | ------------ | ------ | ------- | -------- | ------------ | -------- | ------ | ---------- | ------ | ------- | ------ | ------------ | ------ | ------ | ------- |
| results | 0.9687 | 0.1908 | 0.6313 | 0.8580 | 0.6359 | 0.6818 | 0.8444 | 0.0002 | 0.9353 | 0.4854 | 0.8106 | 0.0024 | 0.9050 | 0.6111 | 0.8822 | 0.6605 | 0.7493 | 0.6442 | 0.4837 | 0.6306 | 0.9202 | 0.6924 |
+---------+--------+---------+------------+--------+--------+--------+-----------+--------------+--------+---------+----------+--------------+----------+--------+------------+--------+---------+--------+--------------+--------+--------+---------+
```

0 comments on commit 2cc554e

Please # to comment.