Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试训练 900 个正图像和 1700 个负图像的 haar 级联。完成培训需要多少时间。此外,对于上述样本,应该使用多少个阶段、minhitrate 和 maxfalsealarm rate。
它取决于 CPU 时钟频率、指定的阶段数、升压类型(DAB 是最快的)和其他因素。
在我的 4 Gb DDR3、2.5 Hgz、Win-64 机器上以 1k pos、2k neg、Real Ada Boosting 训练 18 个阶段大约需要 6-8 小时。
我使用默认值minhitrate和maxfalsealarm参数。
minhitrate
maxfalsealarm
迁移到 EC2 对我的培训时间有很大帮助。非常占用 CPU。