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
467bd1ea
"git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "b995249965e349444f263b1d366388e8cb62616e"
Commit
467bd1ea
authored
Aug 05, 2021
by
tink2123
Browse files
fix typo
parent
a821320d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/prepare.sh
tests/prepare.sh
+2
-2
No files found.
tests/prepare.sh
View file @
467bd1ea
...
@@ -67,9 +67,9 @@ else
...
@@ -67,9 +67,9 @@ else
cd
./inference
&&
tar
xf
${
eval_model_name
}
.tar
&&
tar
xf ch_det_data_50.tar
&&
cd
../
cd
./inference
&&
tar
xf
${
eval_model_name
}
.tar
&&
tar
xf ch_det_data_50.tar
&&
cd
../
else
else
rm
-rf
./train_data/ic15_data
rm
-rf
./train_data/ic15_data
eval_model_name
=
"ch_ppocr_mobile_v2.0_rec_
train
"
eval_model_name
=
"ch_ppocr_mobile_v2.0_rec_
infer
"
wget
-nc
-P
./train_data/ https://paddleocr.bj.bcebos.com/dygraph_v2.0/test/ic15_data.tar
wget
-nc
-P
./train_data/ https://paddleocr.bj.bcebos.com/dygraph_v2.0/test/ic15_data.tar
wget
-nc
-P
./inference https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_rec_
train
.tar
wget
-nc
-P
./inference https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_rec_
infer
.tar
cd
./inference
&&
tar
xf
${
eval_model_name
}
.tar
&&
tar
xf ic15_data.tar
&&
cd
../
cd
./inference
&&
tar
xf
${
eval_model_name
}
.tar
&&
tar
xf ic15_data.tar
&&
cd
../
fi
fi
fi
fi
...
...
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