MCPcopy Create free account
hub / github.com/CMU-Perceptual-Computing-Lab/openpose / init_argv

Function init_argv

python/openpose/openpose_python.cpp:68–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 void init_argv(std::vector<std::string> argv)
69 {
70 try
71 {
72 argv.insert(argv.begin(), "openpose.py");
73 parse_gflags(argv);
74 }
75 catch (const std::exception& e)
76 {
77 error(e.what(), __LINE__, __FUNCTION__, __FILE__);
78 }
79 }
80
81 class WrapperPython{
82 public:

Callers

nothing calls this directly

Calls 3

parse_gflagsFunction · 0.85
whatMethod · 0.80
errorFunction · 0.50

Tested by

no test coverage detected