OpenCV + Python multiprocessing breaks on OSX · Issue #5150 · opencv/opencv
I'm trying to use OpenCV with Python's multiprocessing module, but it breaks on me even with very simple code. Here is an example: import cv2 import multiprocessing import glob import numpy def job...