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
8c7523cc
"vscode:/vscode.git/clone" did not exist on "1b46ab95db4e71f3e38075a6cd55b94c80a50ded"
Commit
8c7523cc
authored
Dec 15, 2021
by
LDOUBLEV
Browse files
fix east
parent
79db5d8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
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
+1
-1
test_tipc/prepare.sh
test_tipc/prepare.sh
+2
-2
No files found.
test_tipc/configs/det_r50_vd_east_v2.0/train_infer_python.txt
View file @
8c7523cc
...
...
@@ -34,7 +34,7 @@ distill_export:null
export1:null
export2:null
##
train_model:./inference/det_
mv3
_east_v2.0_train/best_accuracy
train_model:./inference/det_
r50_vd
_east_v2.0_train/best_accuracy
infer_export:tools/export_model.py -c test_tipc/cconfigs/det_r50_vd_east_v2.0/det_r50_vd_east.yml -o
infer_quant:False
inference:tools/infer/predict_det.py
...
...
test_tipc/prepare.sh
View file @
8c7523cc
...
...
@@ -187,8 +187,8 @@ elif [ ${MODE} = "whole_infer" ];then
cd
./inference/
&&
tar
xf det_mv3_east_v2.0_train.tar &
cd
../
fi
if
[
${
model_name
}
==
"det_r50_vd_east_v2.0"
]
;
then
wget
-nc
-P
./inference/ https://paddleocr.bj.bcebos.com/dygraph_v2.0/en/det_
mv3
_east_v2.0_train.tar
--no-check-certificate
cd
./inference/
&&
tar
xf det_
mv3
_east_v2.0_train.tar &
cd
../
wget
-nc
-P
./inference/ https://paddleocr.bj.bcebos.com/dygraph_v2.0/en/det_
r50_vd
_east_v2.0_train.tar
--no-check-certificate
cd
./inference/
&&
tar
xf det_
r50_vd
_east_v2.0_train.tar &
cd
../
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