-
Notifications
You must be signed in to change notification settings - Fork 5
Add a network inference example #22
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
base: main
Are you sure you want to change the base?
Conversation
Necessary for passing static analysis
Please, update your branch and after that fix misc-include-cleaner clang-tidy remark |
Please, add |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, update your branch to get OpenCV working
app/yolov8-cls-inference/main.cpp
Outdated
} | ||
|
||
// read the classification list | ||
std::ifstream file("classification_list.txt"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it really work? I mean, your built executable is located in another directory, but you're looking for the .txt file in the directory from which you're running the executable
No description provided.