mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-06-09 03:40:18 +02:00
🐛 sbb_textline_detector: Disable multiprocessing to fix race condition
Lines were sorted in the wrong regions. Work around this by disabling multiprocessing until a proper fix is done.
This commit is contained in:
parent
4aed06a325
commit
8fa7179560
1 changed files with 1 additions and 1 deletions
|
@ -1109,7 +1109,7 @@ class textlineerkenner:
|
|||
|
||||
slope_biggest=0#self.return_deskew_slop(img_int_p,sigma_des)
|
||||
|
||||
num_cores = cpu_count()
|
||||
num_cores = 1 # XXX cpu_count()
|
||||
q = Queue()
|
||||
poly=Queue()
|
||||
box_sub=Queue()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue