mirror of
https://github.com/gosticks/openpose.git
synced 2026-08-13 04:40:26 +00:00
1.0.0rc2: Renamed rtpose to openpose
This commit is contained in:
@@ -45,8 +45,8 @@
|
||||
// using namespace cv;
|
||||
// using namespace std;
|
||||
|
||||
// Gflags in the command line terminal. Check all the options by adding the flag `--help`, e.g. `rtpose.bin --help`.
|
||||
// Note: This command will show you flags for several files. Check only the flags for the file you are checking. E.g. for `rtpose`, look for `Flags from examples/openpose/rtpose.cpp:`.
|
||||
// Gflags in the command line terminal. Check all the options by adding the flag `--help`, e.g. `openpose.bin --help`.
|
||||
// Note: This command will show you flags for several files. Check only the flags for the file you are checking. E.g. for `openpose.bin`, look for `Flags from examples/openpose/openpose.cpp:`.
|
||||
// Debugging
|
||||
DEFINE_int32(logging_level, 3, "The logging level. Integer in the range [0, 255]. 0 will output any log() message, while 255 will not output any."
|
||||
" Current OpenPose library messages are in the range 0-4: 1 for low priority messages and 4 for important ones.");
|
||||
|
||||
Reference in New Issue
Block a user