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
90089f8b
Commit
90089f8b
authored
Dec 15, 2021
by
tink2123
Browse files
support whole infer for rec_ctc
parent
607104a9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
test_tipc/prepare.sh
test_tipc/prepare.sh
+0
-3
No files found.
test_tipc/prepare.sh
View file @
90089f8b
...
...
@@ -162,7 +162,6 @@ elif [ ${MODE} = "whole_infer" ];then
wget
-nc
-P
./inference/ https://paddleocr.bj.bcebos.com/dygraph_v2.0/en/det_r50_vd_sast_icdar15_v2.0_train.tar
--no-check-certificate
cd
./inference/
&&
tar
xf det_r50_vd_sast_icdar15_v2.0_train.tar
&&
tar
xf ch_det_data_50.tar
&&
cd
../
fi
<<<<<<
< HEAD
if
[
${
model_name
}
==
"rec_mv3_none_none_ctc_v2.0"
]
;
then
wget
-nc
-P
./inference/ https://paddleocr.bj.bcebos.com/dygraph_v2.0/en/rec_mv3_none_none_ctc_v2.0_train.tar
--no-check-certificate
cd
./inference/
&&
tar
rec_mv3_none_none_ctc_v2.0_train.tar
&&
cd
../
...
...
@@ -192,7 +191,6 @@ elif [ ${MODE} = "whole_infer" ];then
cd
./inference/
&&
tar
ch_ppocr_server_v2.0_rec_train.tar
&&
cd
../
fi
=======
if
[
${
model_name
}
==
"det_mv3_db_v2.0"
]
;
then
wget
-nc
-P
./inference/ https://paddleocr.bj.bcebos.com/dygraph_v2.0/en/det_mv3_db_v2.0_train.tar
--no-check-certificate
cd
./inference/
&&
tar
xf det_mv3_db_v2.0_train.tar
&&
tar
xf ch_det_data_50.tar
&&
cd
../
...
...
@@ -202,7 +200,6 @@ elif [ ${MODE} = "whole_infer" ];then
cd
./inference/
&&
tar
xf det_r50_vd_db_v2.0_train.tar
&&
tar
xf ch_det_data_50.tar
&&
cd
../
fi
fi
>>>>>>>
72affde1ce7d340fcceaa039ded126d0dde617b8
if
[
${
MODE
}
=
"klquant_whole_infer"
]
;
then
wget
-nc
-P
./train_data/ https://paddleocr.bj.bcebos.com/dygraph_v2.0/test/icdar2015_lite.tar
--no-check-certificate
cd
./train_data/
&&
tar
xf icdar2015_lite.tar
...
...
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