Commit 3fc200ad authored by benjaminwan's avatar benjaminwan
Browse files

修改help默认值

parent 6b68bb05
......@@ -37,11 +37,11 @@ const char *requiredMsg = "-d --models: models directory.\n" \
"-i --image: path of target image.\n\n";
const char *optionalMsg = "-t --numThread: value of numThread(int), default: 4\n" \
"-p --padding: value of padding(int), default: 0\n" \
"-p --padding: value of padding(int), default: 50\n" \
"-s --maxSideLen: Long side of picture for resize(int), default: 1024\n" \
"-b --boxScoreThresh: value of boxScoreThresh(float), default: 0.5\n" \
"-o --boxThresh: value of boxThresh(float), default: 0.3\n" \
"-u --unClipRatio: value of unClipRatio(float), default: 2.0\n" \
"-u --unClipRatio: value of unClipRatio(float), default: 1.6\n" \
"-a --doAngle: Enable(1)/Disable(0) Angle Net, default: Enable\n" \
"-A --mostAngle: Enable(1)/Disable(0) Most Possible AngleIndex, default: Enable\n\n";
......
......@@ -34,6 +34,6 @@ valgrind --tool=memcheck --leak-check=full --leak-resolution=med --track-origins
--maxSideLen 1024 \
--boxScoreThresh 0.5 \
--boxThresh 0.3 \
--unClipRatio 1.5 \
--unClipRatio 1.6 \
--doAngle 1 \
--mostAngle 1
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment