Star-Clouds/CenterFace

how to find model_path in cpp version

likecu opened this issue · 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