mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-06-13 13:50:03 +02:00
🐛 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.
This commit is contained in:
parent
eaf8ecd4d4
commit
b2cd3f88dc
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
opencv-python-headless
|
||||
opencv-python-headless < 4.6 # XXX https://github.com/qurator-spk/sbb_textline_detection/issues/60
|
||||
matplotlib
|
||||
seaborn
|
||||
tqdm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue