12 Commits (master)

Author SHA1 Message Date
vahid c4df3d65a1 this resolves #60 !! with newer opencv-python versions weird things happen 2 years ago
Gerber, Mike b2cd3f88dc 🐛 Work around not detecting any regions (and lines) with OpenCV 4.6
Using opencv-python-headless 4.6.x we get the following error when
detecting the contours of the detected text regions:

module 'cv2' has no attribute 'cv2'

Work around this by requiring OpenCV < 4.6 for now. See also the
discussion at
https://github.com/qurator-spk/sbb_textline_detection/issues/60.

Fixes gh-60.
2 years ago
Konstantin Baierer 5c7fd26883 processor: self.resolve_resource model 3 years ago
Clemens Neudecker 5fd94d38cd
Update requirements.txt 3 years ago
vahidrezanezhad c241830b4b
Merge pull request #48 from bertsky/fix-coords
ensure valid coordinates by intersection with parent…
3 years ago
Konstantin Baierer 5d7c09038e require h5py < 3, #50 4 years ago
Robert Sachunsky 261db14ec3 ensure valid coordinates by intersection with parent…
- Border: intersect with page frame
- text regions: intersect with (new) Border
- text lines: intersect with (new) text region
  (and back-transform at all)
4 years ago
Gerber, Mike 38df5dbbfd 🐛 sbb_textline_detector: Work around incompatible numpy version installed by pip 4 years ago
Stefan Weil 63551927a6 Enforce older version of Keras which does not use TensorFlow 2
Signed-off-by: Stefan Weil <sw@weilnetz.de>
4 years ago
Clemens Neudecker d042c9488a
use TensorFlow 1.15.2 or later, but not 2.x
fix for https://github.com/qurator-spk/sbb_textline_detection/network/alert/requirements.txt/tensorflow-gpu/open
4 years ago
Gerber, Mike 5fb30a7a1f Revert "Merge branch 'master' of https://github.com/qurator-spk/sbb_textline_detector"
This reverts commit 417b9235d5, reversing
changes made to a74974b7b6.
4 years ago
Rezanezhad, Vahid 19116091f9 Update config_params.json 4 years ago