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
0cdeba8e
Commit
0cdeba8e
authored
Oct 15, 2022
by
benjaminwan
Browse files
fix: rec dstHeight 48
parent
9e07657b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/CrnnNet.h
include/CrnnNet.h
+1
-1
No files found.
include/CrnnNet.h
View file @
0cdeba8e
...
...
@@ -30,7 +30,7 @@ private:
const
float
meanValues
[
3
]
=
{
127.5
,
127.5
,
127.5
};
const
float
normValues
[
3
]
=
{
1.0
/
127.5
,
1.0
/
127.5
,
1.0
/
127.5
};
const
int
dstHeight
=
32
;
const
int
dstHeight
=
48
;
std
::
vector
<
std
::
string
>
keys
;
...
...
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