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.
我正在使用 OpenCV、C++ 代码进行手势识别项目。在特征提取之后,需要进行训练和测试。为此,我已经从 CRF++ 下载了另一个工具包的格式。我现在正在使用 crf++-0.54 版本。我使用了“crf_learn -a MIRA Templatefile Trainfile Model_crf”格式。
我已经准备好“.CSV”格式的模板和训练文件。
但它显示以下错误:MIRA 不支持多线程。使用 thread_num=1。
等待解决........
您可以在较新的版本中尝试 crf++,因为 0.55 版包含有关多线程支持的修复。顺便说一下,网站上的最新可用版本是 0.58。