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
wangsen
paddle_dbnet
Commits
cd55737d
Commit
cd55737d
authored
Oct 27, 2021
by
LDOUBLEV
Browse files
rename
parent
c1b0684c
Changes
30
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
2 additions
and
0 deletions
+2
-0
test_tipc/common_func.sh
test_tipc/common_func.sh
+0
-0
test_tipc/compare_results.py
test_tipc/compare_results.py
+2
-0
test_tipc/configs/det_mv3_db.yml
test_tipc/configs/det_mv3_db.yml
+0
-0
test_tipc/configs/det_r50_vd_db.yml
test_tipc/configs/det_r50_vd_db.yml
+0
-0
test_tipc/configs/ppocr_det_mobile_params.txt
test_tipc/configs/ppocr_det_mobile_params.txt
+0
-0
test_tipc/configs/ppocr_det_server_params.txt
test_tipc/configs/ppocr_det_server_params.txt
+0
-0
test_tipc/configs/ppocr_rec_mobile_params.txt
test_tipc/configs/ppocr_rec_mobile_params.txt
+0
-0
test_tipc/configs/ppocr_rec_server_params.txt
test_tipc/configs/ppocr_rec_server_params.txt
+0
-0
test_tipc/configs/ppocr_sys_mobile_params.txt
test_tipc/configs/ppocr_sys_mobile_params.txt
+0
-0
test_tipc/configs/ppocr_sys_server_params.txt
test_tipc/configs/ppocr_sys_server_params.txt
+0
-0
test_tipc/configs/rec_icdar15_r34_train.yml
test_tipc/configs/rec_icdar15_r34_train.yml
+0
-0
test_tipc/docs/compare_cpp_right.png
test_tipc/docs/compare_cpp_right.png
+0
-0
test_tipc/docs/compare_cpp_wrong.png
test_tipc/docs/compare_cpp_wrong.png
+0
-0
test_tipc/docs/compare_right.png
test_tipc/docs/compare_right.png
+0
-0
test_tipc/docs/compare_wrong.png
test_tipc/docs/compare_wrong.png
+0
-0
test_tipc/docs/guide.png
test_tipc/docs/guide.png
+0
-0
test_tipc/docs/install.md
test_tipc/docs/install.md
+0
-0
test_tipc/docs/test.png
test_tipc/docs/test.png
+0
-0
test_tipc/docs/test_inference_cpp.md
test_tipc/docs/test_inference_cpp.md
+0
-0
test_tipc/docs/test_serving.md
test_tipc/docs/test_serving.md
+0
-0
No files found.
PTDN
/common_func.sh
→
test_tipc
/common_func.sh
View file @
cd55737d
File moved
PTDN
/compare_results.py
→
test_tipc
/compare_results.py
View file @
cd55737d
...
...
@@ -32,6 +32,7 @@ def run_shell_command(cmd):
else
:
return
None
def
parser_results_from_log_by_name
(
log_path
,
names_list
):
if
not
os
.
path
.
exists
(
log_path
):
raise
ValueError
(
"The log file {} does not exists!"
.
format
(
log_path
))
...
...
@@ -52,6 +53,7 @@ def parser_results_from_log_by_name(log_path, names_list):
parser_results
[
name
]
=
result
return
parser_results
def
load_gt_from_file
(
gt_file
):
if
not
os
.
path
.
exists
(
gt_file
):
raise
ValueError
(
"The log file {} does not exists!"
.
format
(
gt_file
))
...
...
PTDN
/configs/det_mv3_db.yml
→
test_tipc
/configs/det_mv3_db.yml
View file @
cd55737d
File moved
PTDN
/configs/det_r50_vd_db.yml
→
test_tipc
/configs/det_r50_vd_db.yml
View file @
cd55737d
File moved
PTDN
/configs/ppocr_det_mobile_params.txt
→
test_tipc
/configs/ppocr_det_mobile_params.txt
View file @
cd55737d
File moved
PTDN
/configs/ppocr_det_server_params.txt
→
test_tipc
/configs/ppocr_det_server_params.txt
View file @
cd55737d
File moved
PTDN
/configs/ppocr_rec_mobile_params.txt
→
test_tipc
/configs/ppocr_rec_mobile_params.txt
View file @
cd55737d
File moved
PTDN
/configs/ppocr_rec_server_params.txt
→
test_tipc
/configs/ppocr_rec_server_params.txt
View file @
cd55737d
File moved
PTDN
/configs/ppocr_sys_mobile_params.txt
→
test_tipc
/configs/ppocr_sys_mobile_params.txt
View file @
cd55737d
File moved
PTDN
/configs/ppocr_sys_server_params.txt
→
test_tipc
/configs/ppocr_sys_server_params.txt
View file @
cd55737d
File moved
PTDN
/configs/rec_icdar15_r34_train.yml
→
test_tipc
/configs/rec_icdar15_r34_train.yml
View file @
cd55737d
File moved
PTDN
/docs/compare_cpp_right.png
→
test_tipc
/docs/compare_cpp_right.png
View file @
cd55737d
File moved
PTDN
/docs/compare_cpp_wrong.png
→
test_tipc
/docs/compare_cpp_wrong.png
View file @
cd55737d
File moved
PTDN
/docs/compare_right.png
→
test_tipc
/docs/compare_right.png
View file @
cd55737d
File moved
PTDN
/docs/compare_wrong.png
→
test_tipc
/docs/compare_wrong.png
View file @
cd55737d
File moved
PTDN
/docs/guide.png
→
test_tipc
/docs/guide.png
View file @
cd55737d
File moved
PTDN
/docs/install.md
→
test_tipc
/docs/install.md
View file @
cd55737d
File moved
PTDN
/docs/test.png
→
test_tipc
/docs/test.png
View file @
cd55737d
File moved
PTDN
/docs/test_inference_cpp.md
→
test_tipc
/docs/test_inference_cpp.md
View file @
cd55737d
File moved
PTDN
/docs/test_serving.md
→
test_tipc
/docs/test_serving.md
View file @
cd55737d
File moved
Prev
1
2
Next
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