Add paddlemodel#45
Closed
an1018 wants to merge 2 commits intoLayout-Parser:masterfrom
an1018:add_paddlemodel
Closed
Add paddlemodel#45an1018 wants to merge 2 commits intoLayout-Parser:masterfrom an1018:add_paddlemodel
an1018 wants to merge 2 commits intoLayout-Parser:masterfrom
an1018:add_paddlemodel
Conversation
| | [TableBank](https://doc-analysis.github.io/tablebank-page/index.html) | [ppyolov2_r50vd_dcn_365e_tableBank_word](https://paddle-model-ecology.bj.bcebos.com/model/layout-parser/ppyolov2_r50vd_dcn_365e_tableBank_word.tar) | lp://TableBank/ppyolov2_r50vd_dcn_365e_tableBank_word/config | 96.2 [eval.csv](https://paddle-model-ecology.bj.bcebos.com/model/layout-parser/eval_tablebank.csv) | | ||
|
|
||
| * For PubLayNet models, we suggest using `mask_rcnn_X_101_32x8d_FPN_3x` model as it's trained on the whole training set, while others are only trained on the validation set (the size is only around 1/50). You could expect a 15% AP improvement using the `mask_rcnn_X_101_32x8d_FPN_3x` model. | ||
| * []() |
| @@ -373,9 +373,9 @@ | |||
| ], | |||
| "metadata": { | |||
| - [@ivanpp](https://github.com/ivanpp) curates a detailed description for installing `Detectron2` on Windows: [Detectron2 walkthrough (Windows)](https://ivanpp.cc/detectron2-walkthrough-windows/#step3installdetectron2) | ||
| - `Detectron2` maintainers claim that they won't provide official support for Windows (see [1](https://github.com/facebookresearch/detectron2/issues/9#issuecomment-540974288) and [2](https://detectron2.readthedocs.io/en/latest/tutorials/install.html)), but Detectron2 is continuously built on windows with CircleCI (see [3](https://github.com/facebookresearch/detectron2/blob/master/INSTALL.md#common-installation-issues)). Hopefully this situation will be improved in the future. | ||
|
|
||
| ## [Optional] Install PaddleDetection for Using Layout Models |
There was a problem hiding this comment.
Install PaddleDetection -> Install PaddlePaddle
|
|
||
| ### For Windows and Linux Users | ||
|
|
||
| If you would like to use PaddleDetection deep learning models for layout detection, you also need to install paddle on your computer. This could be done by running the following command: |
There was a problem hiding this comment.
PaddleDetection -> PaddlePaddle
| ## [Optional] Install OCR utils | ||
|
|
||
| Layout Parser also comes with supports for OCR functions. In order to use them, you need to install the OCR utils via: | ||
| Layout Parser also comes with supports for OCR functions. In order to use them, you need to install the PaddleOCR utils via: |
| author = "Zejiang Shen Ruochen Zhang", | ||
| license = "Apache-2.0", | ||
| url = "https://github.com/Layout-Parser/layout-parser", | ||
| url = "https://github.com/an1018/layout-parser", |
Open
lolipopshock
reviewed
Jun 8, 2021
| @@ -0,0 +1,142 @@ | |||
| ## Install Requirements: | |||
Member
There was a problem hiding this comment.
Do you have external documentations for training the Paddle models - we can add a link to that. But this should not be included in the layout parser documentation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add PaddleDetection layout parser model and PaddleOCR model