Out of memory error in opencv3.0 which is running inside docker container
OpenCV Error: Insufficient memory (Failed to allocate 995522496 bytes) in OutOfMemoryError. base_features, base_descs = detector.detectAndCompute(base_img, None) In this particular line the length("len(base_descs)") of base_desc is around 70000. base_desc is a numpy array . I am currently using 4 GB RAM but still it is showing this error. I am running this code inside a docker container , The above code is working fine when i run the python code without using the container in the system. VonC First, try and run some docker stats to see the memory usage and limit of your container during the