简体   繁体   English

是否可以在opencv中继续进行haar培训?

[英]Is it possible to continue haar training in opencv?

opencv_traincascade.exe from opencv package has -numStage parameter and for each stage creates temporary xml file. opencv软件包中的opencv_traincascade.exe具有-numStage参数,并为每个阶段创建临时xml文件。 When all stages are finished, the tool unifies thus xml files to cascade.xml. 当所有阶段都完成后,该工具将xml文件统一为cascade.xml。

The question is how to continue learning process from last stage using temporary xml files? 问题是如何使用临时xml文件从上一阶段继续学习过程?

下次运行opencv_traincascade.exe时可能会自动执行

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM