Skip to content
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

how to find model_path in cpp version #112

Open
likecu opened this issue Jan 27, 2022 · 0 comments
Open

how to find model_path in cpp version #112

likecu opened this issue Jan 27, 2022 · 0 comments

Comments

@likecu
Copy link

likecu commented Jan 27, 2022

"""
int main(int argc, char** argv) {

std::string model_path = argv[1];
std::string image_file = argv[2];

"""
how can i find the model_path and image_file in CPP demo.cpp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant