mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-09 19:59:53 +02:00
✅ Use GT segmentation to test
This commit is contained in:
parent
5b15dc5fd6
commit
d8212ced93
4 changed files with 22 additions and 30 deletions
7
Makefile
7
Makefile
|
@ -5,7 +5,7 @@ PYTHON = python
|
|||
PIP_INSTALL = pip install
|
||||
|
||||
# '$(GIT_CLONE)'
|
||||
GIT_CLONE = git clone --depth 1
|
||||
GIT_CLONE = git clone
|
||||
|
||||
# BEGIN-EVAL makefile-parser --make-help Makefile
|
||||
|
||||
|
@ -42,7 +42,10 @@ calamari:
|
|||
|
||||
# Clone calamari_models repo
|
||||
calamari_models:
|
||||
$(GIT_CLONE) https://github.com/chwick/calamari_models
|
||||
$(GIT_CLONE) -n https://github.com/chwick/calamari_models
|
||||
# Checkout latest version that works with calamari-ocr==0.3.5:
|
||||
git checkout f76b1d3ec
|
||||
|
||||
|
||||
# pip install calamari
|
||||
calamari/build: calamari calamari_models
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue