1 | initial version |
Okay, simply said, the detectMultiScale needs more than 1GB of memory (which is on the GPU) for a 8000*4000 image. Now simply going to look on how to define the maximum resolution possible.
2 | No.2 Revision |
Okay, simply said, the detectMultiScale needs more than 1GB of memory (which is on the GPU) for a 8000*4000 image. Now simply going to look on how to define the maximum resolution possible.
Some tests showed that a 4000x4000 image is about the maximum size I can pass along with the GPU model in a single run.