Open zsiki opened 2 years ago
speed up code by multiprocessing, separate process for each image.
Unfortunately the core ArUco library of OpenCV does not support multitasking. See: https://github.com/opencv/opencv/issues/5150
Moving the process_image function outside the class seems to solve the issue.
speed up code by multiprocessing, separate process for each image.