robinechuca
Results
2
issues of
robinechuca
Hi, I've also coded a function equivalent to this one on my side. Thank you very much for publishing your project as open source. One of the problems with open-source...
### Expected behaviour In the main thread, it works well as written in the example bellow: ```python import multiprocessing.pool import cv2 import numpy as np import tqdm img = np.random.randint(0,...