Tiny Ramachandra

Results 2 comments of Tiny Ramachandra

You're right, imgaug is not thread-safe, so when you use `multiprocessing=True`, you have to use the "forkserver" method to create new processes and avoid deadlocks, set by using `import multiprocessing...

Your opencv 2.4 is compiled against CUDA-8.0, but you are trying to build this project with CUDA-9.1. This could happen because opencv was built on this machine before CUDA was...