-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
请问一下,我用yolov8训练出来的模型,window下,NCNN怎么进行目标识别,感谢! #4646
Comments
我看例子里有个头文件是#include "opencv2/opencv.hpp",是不是还要调用opencv |
为了cv::imread这一个方法,还得多调用一个库啊,能不能只调用ncnn本身的方法就可以了 |
Build ncnn的時候把這個設置打開吧,就能用ncnn準備的simpleocv了! https://github.com/Tencent/ncnn/blob/master/CMakeLists.txt#L56 |
yolov8 example #5506 |
hi, yolov8 examples are updated with full support for detection, segmentation, classification, pose estimation and obb android demo detailed instruction (zh) |
我也是才学yolo几天,我训练出来了yolov8的.pt模型,现在我想在c++把训练出来的模型可以进行识别,但是现在我一头懵,请大佬讲一下识别流程,或者哪里有文档,谢谢了
The text was updated successfully, but these errors were encountered: