Fisherfaces memory
I am using Fisherfaces, but when I try to train above 2000 images ( male and female ) I get an out of memory exception. Is there a way to train a few images at a time and so conserve on memory?
I am using Fisherfaces, but when I try to train above 2000 images ( male and female ) I get an out of memory exception. Is there a way to train a few images at a time and so conserve on memory?
Asked: 2014-03-17 09:25:09 -0600
Seen: 227 times
Last updated: Mar 17 '14
Earth Mover's Distance EMD() results in memory access error
cvApproxPoly alternative for OOP C++ (CV2)
Memory leak with morphological operators
OpenCV Error:Assertion failed alloc.cpp,line 76
Understand the memory managment while using imread() on allocated Mat
"Is there a way to train a few images at a time" - unfortunately, not so.
what's the size of your train images ? maybe you can reduce that.