MCPcopy Create free account
hub / github.com/MegEngine/MegCC / help

Function help

yolox_example/main.cpp:405–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403 "{ output | | the output image }";
404
405static void help(char** argv) {
406 std::cout << "\nYOLOX inference example \n"
407 "Using OpenCV version: \n"
408 << CV_VERSION
409 << "\n"
410 "Usage:\n"
411 << argv[0] << " <model_name>"
412 << " --input=<input_image>"
413 << " --input=<output_image>\n"
414 << std::endl;
415}
416
417int main(int argc, char** argv) {
418 cv::CommandLineParser parser(argc, argv, keys);

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected