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
e1239409
"src/include/ConstantTensorDescriptor.hpp" did not exist on "b2439ec9dd8acc7a6788c3225fda80eb7f416ce6"
Commit
e1239409
authored
May 19, 2020
by
tink2123
Browse files
fix pretrain model path
parent
838e8069
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
configs/det/det_mv3_east.yml
configs/det/det_mv3_east.yml
+2
-2
configs/det/det_r50_vd_db.yml
configs/det/det_r50_vd_db.yml
+2
-2
configs/det/det_r50_vd_east.yml
configs/det/det_r50_vd_east.yml
+2
-2
doc/installation.md
doc/installation.md
+1
-1
No files found.
configs/det/det_mv3_east.yml
View file @
e1239409
...
...
@@ -11,7 +11,7 @@ Global:
test_batch_size_per_card
:
16
image_shape
:
[
3
,
512
,
512
]
reader_yml
:
./configs/det/det_east_icdar15_reader.yml
pretrain_weights
:
./pretrain_models/MobileNetV3_
pretrained/MobileNetV3_
large_x0_5_pretrained/
pretrain_weights
:
./pretrain_models/MobileNetV3_large_x0_5_pretrained/
checkpoints
:
save_res_path
:
./output/det_east/predicts_east.txt
save_inference_dir
:
...
...
@@ -42,4 +42,4 @@ PostProcess:
score_thresh
:
0.8
cover_thresh
:
0.1
nms_thresh
:
0.2
\ No newline at end of file
configs/det/det_r50_vd_db.yml
View file @
e1239409
...
...
@@ -11,7 +11,7 @@ Global:
test_batch_size_per_card
:
16
image_shape
:
[
3
,
640
,
640
]
reader_yml
:
./configs/det/det_db_icdar15_reader.yml
pretrain_weights
:
./pretrain_models/ResNet50_vd_pretrained/
pretrain_weights
:
./pretrain_models/ResNet50_vd_
ssld_
pretrained/
save_res_path
:
./output/det_db/predicts_db.txt
checkpoints
:
save_inference_dir
:
...
...
@@ -50,4 +50,4 @@ PostProcess:
box_thresh
:
0.7
max_candidates
:
1000
unclip_ratio
:
1.5
\ No newline at end of file
configs/det/det_r50_vd_east.yml
View file @
e1239409
...
...
@@ -11,7 +11,7 @@ Global:
test_batch_size_per_card
:
16
image_shape
:
[
3
,
512
,
512
]
reader_yml
:
./configs/det/det_east_icdar15_reader.yml
pretrain_weights
:
./pretrain_models/ResNet50_vd_pretrained/
pretrain_weights
:
./pretrain_models/ResNet50_vd_
ssld_
pretrained/
save_res_path
:
./output/det_east/predicts_east.txt
checkpoints
:
save_inference_dir
:
...
...
@@ -41,4 +41,4 @@ PostProcess:
score_thresh
:
0.8
cover_thresh
:
0.1
nms_thresh
:
0.2
\ No newline at end of file
doc/installation.md
View file @
e1239409
...
...
@@ -20,7 +20,7 @@ sudo nvidia-docker run --name ppocr -v $PWD:/paddle --network=host -it hub.baidu
sudo nvidia-docker container exec -it ppocr /bin/bash
```
2.
安装PaddlePaddle Fluid v1.7
或更高版本
2.
安装PaddlePaddle Fluid v1.7
(暂不支持更高版本,适配工作进行中)
```
pip3 install --upgrade pip
...
...
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