""" 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