opencv_traincascade build intermediate result

前端 未结 2 1607
深忆病人
深忆病人 2020-12-22 09:07

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

2条回答
  •  一向
    一向 (楼主)
    2020-12-22 09:46

    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.

提交回复
热议问题