1 | initial version |
the error means, that your cascade.xml file was not loaded, when you tried to call detectMultiScale().
check, that you uploaded the resp. xml correctly, that it can be found from your code, add some debugging code around the CascadeDetector constructor or the load() function.
2 | No.2 Revision |
the error means, that your cascade.xml file was not loaded, when you tried to call detectMultiScale().
check, that you uploaded the resp. xml correctly, that it can be found from your code, add some debugging code around the CascadeDetector constructor or the load() function.function (should return True)