Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
TV_OCR
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TVOCR
TV_OCR
Commits
b0417193
Commit
b0417193
authored
Feb 16, 2022
by
mucece
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Default Changelist
parent
b427cc46
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
TV_OCR/initial.py
+0
-1
TV_OCR/rec_config.json
+1
-1
No files found.
TV_OCR/initial.py
View file @
b0417193
...
@@ -910,7 +910,6 @@ class Test_TV(Ui_Test_TV,QMainWindow):
...
@@ -910,7 +910,6 @@ class Test_TV(Ui_Test_TV,QMainWindow):
Similarity
=
"
%.2
f
%%
"
%
(
zhunquelv
*
100
)
Similarity
=
"
%.2
f
%%
"
%
(
zhunquelv
*
100
)
Similarity_list
.
append
(
Similarity
)
Similarity_list
.
append
(
Similarity
)
#总体字准确率
#总体字准确率
lenth_text
=
len
(
resultText
)
lenth_text
=
len
(
resultText
)
text_num
+=
float
(
lenth_text
*
float
(
zhunquelv
))
text_num
+=
float
(
lenth_text
*
float
(
zhunquelv
))
text_len
=
text_len
+
int
(
len
(
testText
))
text_len
=
text_len
+
int
(
len
(
testText
))
...
...
TV_OCR/rec_config.json
View file @
b0417193
{
{
"model_path"
:
"weight/ch_rec_
server_crnn_res34
.pth"
,
"model_path"
:
"weight/ch_rec_
moblie_crnn_mbv3
.pth"
,
"save_path"
:
"images/out"
,
"save_path"
:
"images/out"
,
"video_w"
:
"1920"
,
"video_w"
:
"1920"
,
"video_h"
:
"1080"
"video_h"
:
"1080"
...
...
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