forked from Layout-Parser/layout-parser
-
Notifications
You must be signed in to change notification settings - Fork 2
update #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
an1018
wants to merge
29
commits into
an1018:add-paddle-structure
Choose a base branch
from
Layout-Parser:master
base: add-paddle-structure
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
update #1
Conversation
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
* add paddle model * Better model downloading logic * Use layout parser PathManager * simplify the layoutmodel in paddledetection * remove the empty preprocess.py file * incldue paddle models in dev-requirements Co-authored-by: Shannon Shen <22512825+lolipopshock@users.noreply.github.com>
* change default value for extra_config * fix typo
* Add the MFD models in the model catalog * Update new models in the documentation * Add the mfd model config in test
* Allowing specifying box_alpha for draw_box * clean ups * alpharize all non-text based colors * Add alpha tests * Update doc and input checks * clean up
* remove the old elements * migrate to the new elements * remove from_series * Add additional load apis to init * Update element tests
* Introducing file_utils and improve init * Remove the import class within OCR modules * fix paddle check in file utils * Improve layoutmodel specs * More robust import for ocr agents
* add effdet check * Add effdet models and catalogs * clean-up * register effdet models * Add generalized image type support for layout models * Add effdet tests * Update reqs
* Fix file-utils for gcv * Add file-utils tests * fix ci * fix dep * separately install effdet * Add additional extra_requires
* move _reconstruct_path_with_detector_name to the baseclass * improve the installation logic * allow three model config formats * update tests * minor fixes * Add complete tests * Add AutoLayoutModel * Better error message * Move to automodel folder * warnings for enforce_cpu * Add AutoModel tests * cleanup
* Added License Information * minor fix * Update setup.py Co-authored-by: Shannon Shen <22512825+lolipopshock@users.noreply.github.com>
* reorganize folders * automatically setting ids * Add pdf loading functionality * add pdf tests * add deps * Add load_pdf to init * add load_pdf to doc * Add copyright
* Add shape operation tools * Add test for tools * Add scipy as the dep
* Update the main readme * Update installation instruction * Typo fixes * Add video links Co-authored-by: RosenZhang <rosenzhang97@gmail.com>
* remove unused type annotations * automatically set label_map in Detectron2LayoutModel
* Add IMAGENET_DEFAULT_MEAN and IMAGENET_DEFAULT_STD * Try update backend-specific tests * modify test_effdet_backend ci * add test_only_effdet.py * more backend specific tests * Add pytest * escape torch.Tensor type annotation * misc fixes * install "torchvision" is more robust
* Update Deep Layout Parsing.ipynb with 'inplace=True' * tweaking the notebook to minize the diffs Co-authored-by: Shannon Shen <22512825+lolipopshock@users.noreply.github.com>
* more robust PDF loading for "empty PDFs" * Tests * fix tests
* fix to #94 (comment) now all text will inferred as string and the user can change it to their desired data type. * maybe a simpler solution Co-authored-by: lolipopshock <22512825+lolipopshock@users.noreply.github.com>
…notation (#124) * Add notebook for lp+label studio annotation * better naming * Re-org and add file downloading * Better Docs * better gitignore
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.
No description provided.