Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
RapidOCR
Commits
9e72bf5d
Commit
9e72bf5d
authored
Oct 18, 2022
by
benjaminwan
Browse files
修改各脚本输入参数默认值
parent
34149d87
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
run-benchmark.bat
run-benchmark.bat
+1
-1
run-benchmark.sh
run-benchmark.sh
+1
-1
run-test.bat
run-test.bat
+1
-1
run-test.sh
run-test.sh
+1
-1
valgrind-massif.sh
valgrind-massif.sh
+2
-2
No files found.
run-benchmark.bat
View file @
9e72bf5d
...
@@ -38,7 +38,7 @@ SET EXE_PATH=%EXE_PATH%\install\bin
...
@@ -38,7 +38,7 @@ SET EXE_PATH=%EXE_PATH%\install\bin
--maxSideLen
1024
^
--maxSideLen
1024
^
--boxScoreThresh
0
.5
^
--boxScoreThresh
0
.5
^
--boxThresh
0
.3
^
--boxThresh
0
.3
^
--unClipRatio
1
.
5
^
--unClipRatio
1
.
6
^
--doAngle
1
^
--doAngle
1
^
--mostAngle
1
^
--mostAngle
1
^
--loopCount
%LOOP_COUNT%
--loopCount
%LOOP_COUNT%
...
...
run-benchmark.sh
View file @
9e72bf5d
...
@@ -42,7 +42,7 @@ fi
...
@@ -42,7 +42,7 @@ fi
--maxSideLen
1024
\
--maxSideLen
1024
\
--boxScoreThresh
0.5
\
--boxScoreThresh
0.5
\
--boxThresh
0.3
\
--boxThresh
0.3
\
--unClipRatio
1.
5
\
--unClipRatio
1.
6
\
--doAngle
1
\
--doAngle
1
\
--mostAngle
1
\
--mostAngle
1
\
--loopCount
$LOOP_COUNT
--loopCount
$LOOP_COUNT
\ No newline at end of file
run-test.bat
View file @
9e72bf5d
...
@@ -35,7 +35,7 @@ SET EXE_PATH=%EXE_PATH%\install\bin
...
@@ -35,7 +35,7 @@ SET EXE_PATH=%EXE_PATH%\install\bin
--maxSideLen
1024
^
--maxSideLen
1024
^
--boxScoreThresh
0
.5
^
--boxScoreThresh
0
.5
^
--boxThresh
0
.3
^
--boxThresh
0
.3
^
--unClipRatio
1
.
5
^
--unClipRatio
1
.
6
^
--doAngle
1
^
--doAngle
1
^
--mostAngle
1
--mostAngle
1
...
...
run-test.sh
View file @
9e72bf5d
...
@@ -40,6 +40,6 @@ fi
...
@@ -40,6 +40,6 @@ fi
--maxSideLen
1024
\
--maxSideLen
1024
\
--boxScoreThresh
0.5
\
--boxScoreThresh
0.5
\
--boxThresh
0.3
\
--boxThresh
0.3
\
--unClipRatio
1.
5
\
--unClipRatio
1.
6
\
--doAngle
1
\
--doAngle
1
\
--mostAngle
1
--mostAngle
1
\ No newline at end of file
valgrind-massif.sh
View file @
9e72bf5d
...
@@ -29,8 +29,8 @@ valgrind --tool=massif --pages-as-heap=yes \
...
@@ -29,8 +29,8 @@ valgrind --tool=massif --pages-as-heap=yes \
--numThread
$NUM_THREADS
\
--numThread
$NUM_THREADS
\
--padding
50
\
--padding
50
\
--maxSideLen
1024
\
--maxSideLen
1024
\
--boxScoreThresh
0.
6
\
--boxScoreThresh
0.
5
\
--boxThresh
0.3
\
--boxThresh
0.3
\
--unClipRatio
2.0
\
--unClipRatio
1.6
\
--doAngle
1
\
--doAngle
1
\
--mostAngle
1
--mostAngle
1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment