fix pretrain model path
This commit is contained in:
parent
838e80690e
commit
e1239409b8
|
@ -11,7 +11,7 @@ Global:
|
||||||
test_batch_size_per_card: 16
|
test_batch_size_per_card: 16
|
||||||
image_shape: [3, 512, 512]
|
image_shape: [3, 512, 512]
|
||||||
reader_yml: ./configs/det/det_east_icdar15_reader.yml
|
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:
|
checkpoints:
|
||||||
save_res_path: ./output/det_east/predicts_east.txt
|
save_res_path: ./output/det_east/predicts_east.txt
|
||||||
save_inference_dir:
|
save_inference_dir:
|
||||||
|
|
|
@ -11,7 +11,7 @@ Global:
|
||||||
test_batch_size_per_card: 16
|
test_batch_size_per_card: 16
|
||||||
image_shape: [3, 640, 640]
|
image_shape: [3, 640, 640]
|
||||||
reader_yml: ./configs/det/det_db_icdar15_reader.yml
|
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
|
save_res_path: ./output/det_db/predicts_db.txt
|
||||||
checkpoints:
|
checkpoints:
|
||||||
save_inference_dir:
|
save_inference_dir:
|
||||||
|
|
|
@ -11,7 +11,7 @@ Global:
|
||||||
test_batch_size_per_card: 16
|
test_batch_size_per_card: 16
|
||||||
image_shape: [3, 512, 512]
|
image_shape: [3, 512, 512]
|
||||||
reader_yml: ./configs/det/det_east_icdar15_reader.yml
|
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
|
save_res_path: ./output/det_east/predicts_east.txt
|
||||||
checkpoints:
|
checkpoints:
|
||||||
save_inference_dir:
|
save_inference_dir:
|
||||||
|
|
|
@ -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
|
sudo nvidia-docker container exec -it ppocr /bin/bash
|
||||||
```
|
```
|
||||||
|
|
||||||
2. 安装PaddlePaddle Fluid v1.7或更高版本
|
2. 安装PaddlePaddle Fluid v1.7(暂不支持更高版本,适配工作进行中)
|
||||||
```
|
```
|
||||||
pip3 install --upgrade pip
|
pip3 install --upgrade pip
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue