1
0
Fork 0
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:
Gerber, Mike 2019-12-03 16:23:41 +01:00
parent 5b15dc5fd6
commit d8212ced93
4 changed files with 22 additions and 30 deletions

View file

@ -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