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
0f278e43
Unverified
Commit
0f278e43
authored
Mar 04, 2022
by
Double_V
Committed by
GitHub
Mar 04, 2022
Browse files
Merge pull request #5622 from LDOUBLEV/dygraph
[tipc]add model_name to save_log
parents
c1cba283
94b8fab9
Changes
17
Show whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
38 additions
and
6 deletions
+38
-6
test_tipc/configs/ch_PP-OCRv2_det/train_infer_python.txt
test_tipc/configs/ch_PP-OCRv2_det/train_infer_python.txt
+2
-0
test_tipc/configs/ch_PP-OCRv2_det_PACT/train_infer_python.txt
..._tipc/configs/ch_PP-OCRv2_det_PACT/train_infer_python.txt
+2
-0
test_tipc/configs/ch_ppocr_mobile_V2.0_det_FPGM/train_infer_python.txt
...figs/ch_ppocr_mobile_V2.0_det_FPGM/train_infer_python.txt
+3
-1
test_tipc/configs/ch_ppocr_mobile_v2.0_det/train_infer_python.txt
...c/configs/ch_ppocr_mobile_v2.0_det/train_infer_python.txt
+3
-1
test_tipc/configs/ch_ppocr_mobile_v2.0_det_PACT/train_infer_python.txt
...figs/ch_ppocr_mobile_v2.0_det_PACT/train_infer_python.txt
+2
-0
test_tipc/configs/ch_ppocr_server_v2.0_det/train_infer_python.txt
...c/configs/ch_ppocr_server_v2.0_det/train_infer_python.txt
+3
-1
test_tipc/configs/det_mv3_db_v2_0/train_infer_python.txt
test_tipc/configs/det_mv3_db_v2_0/train_infer_python.txt
+3
-1
test_tipc/configs/det_mv3_east_v2.0/train_infer_python.txt
test_tipc/configs/det_mv3_east_v2.0/train_infer_python.txt
+2
-0
test_tipc/configs/det_mv3_pse_v2.0/train_infer_python.txt
test_tipc/configs/det_mv3_pse_v2.0/train_infer_python.txt
+2
-0
test_tipc/configs/det_r18_vd_v2_0/train_infer_python.txt
test_tipc/configs/det_r18_vd_v2_0/train_infer_python.txt
+2
-0
test_tipc/configs/det_r50_db_v2.0/train_infer_python.txt
test_tipc/configs/det_r50_db_v2.0/train_infer_python.txt
+3
-1
test_tipc/configs/det_r50_vd_east_v2_0/train_infer_python.txt
..._tipc/configs/det_r50_vd_east_v2_0/train_infer_python.txt
+2
-0
test_tipc/configs/det_r50_vd_pse_v2_0/train_infer_python.txt
test_tipc/configs/det_r50_vd_pse_v2_0/train_infer_python.txt
+2
-0
test_tipc/configs/det_r50_vd_sast_icdar15_v2.0/train_infer_python.txt
...nfigs/det_r50_vd_sast_icdar15_v2.0/train_infer_python.txt
+2
-0
test_tipc/configs/det_r50_vd_sast_totaltext_v2.0/train_infer_python.txt
...igs/det_r50_vd_sast_totaltext_v2.0/train_infer_python.txt
+2
-0
test_tipc/configs/en_server_pgnetA/train_infer_python.txt
test_tipc/configs/en_server_pgnetA/train_infer_python.txt
+2
-0
test_tipc/test_train_inference_python.sh
test_tipc/test_train_inference_python.sh
+1
-1
No files found.
test_tipc/configs/ch_PP-OCRv2_det/train_infer_python.txt
View file @
0f278e43
...
@@ -49,3 +49,5 @@ inference:tools/infer/predict_det.py
...
@@ -49,3 +49,5 @@ inference:tools/infer/predict_det.py
null:null
null:null
--benchmark:True
--benchmark:True
null:null
null:null
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,640,640]}];[{float32,[3,960,960]}]
test_tipc/configs/ch_PP-OCRv2_det_PACT/train_infer_python.txt
View file @
0f278e43
...
@@ -49,3 +49,5 @@ inference:tools/infer/predict_det.py
...
@@ -49,3 +49,5 @@ inference:tools/infer/predict_det.py
null:null
null:null
--benchmark:True
--benchmark:True
null:null
null:null
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,640,640]}];[{float32,[3,960,960]}]
test_tipc/configs/ch_ppocr_mobile_V2.0_det_FPGM/train_infer_python.txt
View file @
0f278e43
...
@@ -49,3 +49,5 @@ inference:tools/infer/predict_det.py
...
@@ -49,3 +49,5 @@ inference:tools/infer/predict_det.py
null:null
null:null
--benchmark:True
--benchmark:True
null:null
null:null
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,640,640]}];[{float32,[3,960,960]}]
\ No newline at end of file
test_tipc/configs/ch_ppocr_mobile_v2.0_det/train_infer_python.txt
View file @
0f278e43
...
@@ -49,3 +49,5 @@ inference:tools/infer/predict_det.py
...
@@ -49,3 +49,5 @@ inference:tools/infer/predict_det.py
null:null
null:null
--benchmark:True
--benchmark:True
null:null
null:null
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,640,640]}];[{float32,[3,960,960]}]
\ No newline at end of file
test_tipc/configs/ch_ppocr_mobile_v2.0_det_PACT/train_infer_python.txt
View file @
0f278e43
...
@@ -49,3 +49,5 @@ inference:tools/infer/predict_det.py
...
@@ -49,3 +49,5 @@ inference:tools/infer/predict_det.py
null:null
null:null
--benchmark:True
--benchmark:True
null:null
null:null
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,640,640]}];[{float32,[3,960,960]}]
test_tipc/configs/ch_ppocr_server_v2.0_det/train_infer_python.txt
View file @
0f278e43
...
@@ -49,3 +49,5 @@ inference:tools/infer/predict_det.py
...
@@ -49,3 +49,5 @@ inference:tools/infer/predict_det.py
--save_log_path:null
--save_log_path:null
--benchmark:True
--benchmark:True
null:null
null:null
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,640,640]}];[{float32,[3,960,960]}]
\ No newline at end of file
test_tipc/configs/det_mv3_db_v2_0/train_infer_python.txt
View file @
0f278e43
...
@@ -49,6 +49,8 @@ inference:tools/infer/predict_det.py
...
@@ -49,6 +49,8 @@ inference:tools/infer/predict_det.py
null:null
null:null
--benchmark:True
--benchmark:True
null:null
null:null
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,640,640]}];[{float32,[3,960,960]}]
===========================train_benchmark_params==========================
===========================train_benchmark_params==========================
batch_size:8|16
batch_size:8|16
fp_items:fp32|fp16
fp_items:fp32|fp16
...
...
test_tipc/configs/det_mv3_east_v2.0/train_infer_python.txt
View file @
0f278e43
...
@@ -49,3 +49,5 @@ inference:tools/infer/predict_det.py
...
@@ -49,3 +49,5 @@ inference:tools/infer/predict_det.py
--save_log_path:null
--save_log_path:null
--benchmark:True
--benchmark:True
--det_algorithm:EAST
--det_algorithm:EAST
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,640,640]}];[{float32,[3,960,960]}]
test_tipc/configs/det_mv3_pse_v2.0/train_infer_python.txt
View file @
0f278e43
...
@@ -49,3 +49,5 @@ inference:tools/infer/predict_det.py
...
@@ -49,3 +49,5 @@ inference:tools/infer/predict_det.py
--save_log_path:null
--save_log_path:null
--benchmark:True
--benchmark:True
--det_algorithm:PSE
--det_algorithm:PSE
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,640,640]}];[{float32,[3,960,960]}]
test_tipc/configs/det_r18_vd_v2_0/train_infer_python.txt
View file @
0f278e43
...
@@ -49,6 +49,8 @@ inference:tools/infer/predict_det.py
...
@@ -49,6 +49,8 @@ inference:tools/infer/predict_det.py
--save_log_path:null
--save_log_path:null
--benchmark:True
--benchmark:True
null:null
null:null
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,640,640]}];[{float32,[3,960,960]}]
===========================train_benchmark_params==========================
===========================train_benchmark_params==========================
batch_size:8|16
batch_size:8|16
fp_items:fp32|fp16
fp_items:fp32|fp16
...
...
test_tipc/configs/det_r50_db_v2.0/train_infer_python.txt
View file @
0f278e43
...
@@ -49,3 +49,5 @@ inference:tools/infer/predict_det.py
...
@@ -49,3 +49,5 @@ inference:tools/infer/predict_det.py
--save_log_path:null
--save_log_path:null
--benchmark:True
--benchmark:True
null:null
null:null
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,640,640]}];[{float32,[3,960,960]}]
\ No newline at end of file
test_tipc/configs/det_r50_vd_east_v2_0/train_infer_python.txt
View file @
0f278e43
...
@@ -49,6 +49,8 @@ inference:tools/infer/predict_det.py
...
@@ -49,6 +49,8 @@ inference:tools/infer/predict_det.py
--save_log_path:null
--save_log_path:null
--benchmark:True
--benchmark:True
--det_algorithm:EAST
--det_algorithm:EAST
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,640,640]}];[{float32,[3,960,960]}]
===========================train_benchmark_params==========================
===========================train_benchmark_params==========================
batch_size:8
batch_size:8
fp_items:fp32|fp16
fp_items:fp32|fp16
...
...
test_tipc/configs/det_r50_vd_pse_v2_0/train_infer_python.txt
View file @
0f278e43
...
@@ -49,6 +49,8 @@ inference:tools/infer/predict_det.py
...
@@ -49,6 +49,8 @@ inference:tools/infer/predict_det.py
--save_log_path:null
--save_log_path:null
--benchmark:True
--benchmark:True
--det_algorithm:PSE
--det_algorithm:PSE
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,640,640]}];[{float32,[3,960,960]}]
===========================train_benchmark_params==========================
===========================train_benchmark_params==========================
batch_size:8
batch_size:8
fp_items:fp32|fp16
fp_items:fp32|fp16
...
...
test_tipc/configs/det_r50_vd_sast_icdar15_v2.0/train_infer_python.txt
View file @
0f278e43
...
@@ -49,3 +49,5 @@ inference:tools/infer/predict_det.py
...
@@ -49,3 +49,5 @@ inference:tools/infer/predict_det.py
null:null
null:null
--benchmark:True
--benchmark:True
--det_algorithm:SAST
--det_algorithm:SAST
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,640,640]}];[{float32,[3,960,960]}]
test_tipc/configs/det_r50_vd_sast_totaltext_v2.0/train_infer_python.txt
View file @
0f278e43
...
@@ -49,3 +49,5 @@ inference:tools/infer/predict_det.py
...
@@ -49,3 +49,5 @@ inference:tools/infer/predict_det.py
null:null
null:null
--benchmark:True
--benchmark:True
--det_algorithm:SAST
--det_algorithm:SAST
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,640,640]}];[{float32,[3,960,960]}]
test_tipc/configs/en_server_pgnetA/train_infer_python.txt
View file @
0f278e43
...
@@ -49,3 +49,5 @@ inference:tools/infer/predict_e2e.py
...
@@ -49,3 +49,5 @@ inference:tools/infer/predict_e2e.py
null:null
null:null
--benchmark:True
--benchmark:True
null:null
null:null
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,640,640]}];[{float32,[3,960,960]}]
test_tipc/test_train_inference_python.sh
View file @
0f278e43
...
@@ -125,7 +125,7 @@ if [ ${MODE} = "klquant_whole_infer" ]; then
...
@@ -125,7 +125,7 @@ if [ ${MODE} = "klquant_whole_infer" ]; then
infer_value1
=
$(
func_parser_value
"
${
lines
[19]
}
"
)
infer_value1
=
$(
func_parser_value
"
${
lines
[19]
}
"
)
fi
fi
LOG_PATH
=
"./test_tipc/output"
LOG_PATH
=
"./test_tipc/output
/
${
model_name
}
"
mkdir
-p
${
LOG_PATH
}
mkdir
-p
${
LOG_PATH
}
status_log
=
"
${
LOG_PATH
}
/results_python.log"
status_log
=
"
${
LOG_PATH
}
/results_python.log"
...
...
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