Skip to content

Commit eec3c4c

Browse files
authored
Merge pull request #2 from littletomatodonkey/patch-1
Update modelzoo.md
2 parents deb004b + 747759f commit eec3c4c

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/notes/modelzoo.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,18 @@ model.detect(image)
4848

4949
PubLayNet Dataset:
5050

51-
| Model | CPU time cost | GPU time cost |
52-
| :-------------: | :-----------: | :-----------: |
53-
| Detectron2 | 16545.5ms | 209.5ms |
54-
| PaddleDetection | 1713.7ms | 66.6ms |
51+
| Model | model | mAP | CPU time cost | GPU time cost |
52+
| :-------------: | :---: | :-----------: | :-----------: | :-----------: |
53+
| Detectron2 | mask_rcnn_X_101_32x8d_FPN_3x | 89.0 | 16545.5ms | 209.5ms |
54+
| PaddleDetection | ppyolov2_r50vd_dcn_365e | 93.6 | 1713.7ms | 66.6ms |
55+
5556

5657
TableBank Dataset:
5758

58-
| Model | CPU time cost | GPU time cost |
59-
| :-------------: | :-----------: | :-----------: |
60-
| Detectron2 | 7623.2ms | 104.2.ms |
61-
| PaddleDetection | 1968.4ms | 65.1ms |
59+
| Model | model | mAP | CPU time cost | GPU time cost |
60+
| :-------------: | :---: | :-----------: | :-----------: | :-----------: |
61+
| Detectron2 | faster_rcnn_R_101_FPN_3x | 91.3 | 7623.2ms | 104.2.ms |
62+
| PaddleDetection | ppyolov2_r50vd_dcn_365e | 96.2 | 1968.4ms | 65.1ms |
6263

6364
**Envrionment:**
6465

@@ -74,4 +75,4 @@ TableBank Dataset:
7475
| [PubLayNet](https://github.com/ibm-aur-nlp/PubLayNet) | `{0: "Text", 1: "Title", 2: "List", 3:"Table", 4:"Figure"}` |
7576
| [PrimaLayout](https://www.primaresearch.org/dataset/) | `{1:"TextRegion", 2:"ImageRegion", 3:"TableRegion", 4:"MathsRegion", 5:"SeparatorRegion", 6:"OtherRegion"}` |
7677
| [NewspaperNavigator](https://news-navigator.labs.loc.gov/) | `{0: "Photograph", 1: "Illustration", 2: "Map", 3: "Comics/Cartoon", 4: "Editorial Cartoon", 5: "Headline", 6: "Advertisement"}` |
77-
| [TableBank](https://doc-analysis.github.io/tablebank-page/index.html) | `{0: "Table"}` |
78+
| [TableBank](https://doc-analysis.github.io/tablebank-page/index.html) | `{0: "Table"}` |

0 commit comments

Comments
 (0)