-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
大佬求助,你那个test_model.cpp怎么运行?弄了1天没弄出来 #2
Comments
@Lightwingy 具体什么错误? 使用Windows还是linux? |
@Lightwingy 编译出yolo_cpp_lib对应工程的动态库. |
windows下 |
test_model.cpp的103行编译时显示出错,std::vector<bbox_t> box = detect->detect(image, 0.7f),显示无法把Mat类型转换为image_t类型 |
@Lightwingy 缺少OPENCV宏定义, 在yolo_v2_cpp.hpp里面可以看到需要宏定义. |
@Lightwingy 输出文件名乱码? 你试一下转成const char*打印一下路径. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: