forked from rvankoert/loghi
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from knaw-huc/main
mergeback
- Loading branch information
Showing
11 changed files
with
23 additions
and
41 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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
Submodule laypa
updated
32 files
+14 −13 | README.md | |
+1 −1 | api/flask_app.py | |
+32 −7 | configs/extra_defaults.py | |
+2 −2 | core/preprocess.py | |
+1 −1 | core/trainer.py | |
+3 −3 | data/augmentations.py | |
+0 −0 | data/dataset.py | |
+1 −1 | data/mapper.py | |
+2 −2 | data/preprocess.py | |
+0 −0 | data/torch_transforms.py | |
+0 −0 | data/transforms.py | |
+1 −1 | environment.yml | |
+1 −1 | environment_dev.yml | |
+0 −1 | main.py | |
+3 −3 | page_xml/xmlPAGE.py | |
+13 −9 | run.py | |
+0 −0 | tooling/collect_env_info.py | |
+14 −7 | tooling/combine_start_end.py | |
+1 −1 | tooling/dataset_creation.py | |
+0 −0 | tooling/decode_json_predictions.py | |
+0 −0 | tooling/eval_pth_decode.py | |
+0 −0 | tooling/extract_json_metrics.py | |
+0 −0 | tooling/regions_from_dataset.py | |
+0 −0 | tooling/replace_uuid_error.py | |
+0 −0 | tooling/sample_results.py | |
+6 −3 | tooling/speed_test.py | |
+3 −0 | tooling/validation.py | |
+5 −2 | tooling/visualization.py | |
+2 −0 | tooling/xml_comparison.py | |
+3 −1 | tooling/xml_viewer.py | |
+0 −120 | utils/polyapprox.py | |
+2 −0 | utils/tempdir.py |
Submodule loghi-htr
updated
9 files
+4 −2 | requirements.txt | |
+171 −69 | src/api/app.py | |
+194 −84 | src/api/app_utils.py | |
+115 −41 | src/api/batch_decoder.py | |
+8 −2 | src/api/batch_predictor.py | |
+13 −5 | src/api/image_preparator.py | |
+171 −151 | src/api/routes.py | |
+1 −1 | src/api/simple_security.py | |
+1 −5 | src/api/start_local_app.sh |
Submodule loghi-tooling
updated
21 files
This file contains 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash | ||
VERSION=2.0.7 | ||
VERSION=2.1.1 | ||
set -e | ||
|
||
# User-configurable parameters | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash | ||
VERSION=2.0.7 | ||
VERSION=2.1.1 | ||
set -e | ||
|
||
# User-configurable parameters | ||
|