I\'m training a haar cascade using opencv_trainscascade. Its running fine, but I\'d like to combine the various xml files generated from each stage into a usable output. Usi
The only way I was able to fix this was to change the character encoding from UTF-8 to ANSI with Notepad++. It worked fine after that.