-
Notifications
You must be signed in to change notification settings - Fork 287
Adding Differential Binarization model from PaddleOCR to Keras3 #1739
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
49f6bb1
Add `DifferentialBinarization` model
gowthamkpr 5b4e011
Added tests for `DifferentialBinarization` losses
gowthamkpr 12ab81c
Moved `DifferentialBinarization` to keras_hub
gowthamkpr e68512c
Renamed to `differential_binarization.py`
gowthamkpr 0c3235c
Refactorings for `DifferentialBinarization`
gowthamkpr 6797231
More refactorings
gowthamkpr 4845b6a
Fix tests
gowthamkpr 83edf9a
Add preprocessor and image converter
gowthamkpr f15b7b9
Add presets
gowthamkpr 392dbff
Run formatting script
gowthamkpr db70eb5
Impl additional tests
gowthamkpr 18fcbfb
Fixed formatting
gowthamkpr 898235d
Removed copyright statements
gowthamkpr eaec868
Fix tests, run `api_gen.sh`
gowthamkpr 21b6312
Merge branch 'master' into diffbin
gowthamkpr 9fb6e65
Addressed comments
gowthamkpr 83b66ed
Merge with local branch
gowthamkpr e4a334d
Fixed torch and jax tests
gowthamkpr 49d6f6d
Improved code readability
gowthamkpr d96b899
Improved/added docstrings
gowthamkpr 2f27981
Added `ImageTextDetector` task
gowthamkpr 66afeb9
Run `api_gen.sh`
gowthamkpr 1d91e76
Fix tensor/array usage
gowthamkpr e999ad9
Sync with master (new linter)
gowthamkpr 3fd3b6f
Shorten docstring
gowthamkpr af934f5
Renamed to DiffBin
gowthamkpr c111bd1
Fixed docstring
gowthamkpr 738786c
Rename `DiffBinOCR` -> `DiffBinImageTextDetector`
gowthamkpr c06d6cb
Merge branch 'keras-hub' into diffbin3
gowthamkpr f047012
`diffbin_ocr_test.py` -> `diffbin_textdetector_test.py`
gowthamkpr 26c16e4
Added weight conversion script
gowthamkpr 464482c
Fixed formatting
gowthamkpr ca83afe
Corrected a few comments
gowthamkpr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix tests
- Loading branch information
commit 4845b6a754b49cd54a3c8fc4bf4c373422359cf3
There are no files selected for viewing
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
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 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.
Uh oh!
There was an error while loading. Please reload this page.