likecu opened this issue 3 years ago · 0 comments
""" 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