|
|
@ -16,7 +16,8 @@ Global:
|
|
|
|
loss_type: ctc
|
|
|
|
loss_type: ctc
|
|
|
|
reader_yml: ./configs/rec/rec_icdar15_reader.yml
|
|
|
|
reader_yml: ./configs/rec/rec_icdar15_reader.yml
|
|
|
|
pretrain_weights: ./pretrain_models/CRNN/best_accuracy
|
|
|
|
pretrain_weights: ./pretrain_models/CRNN/best_accuracy
|
|
|
|
checkpoints:
|
|
|
|
checkpoints:
|
|
|
|
|
|
|
|
save_inference_dir:
|
|
|
|
Architecture:
|
|
|
|
Architecture:
|
|
|
|
function: ppocr.modeling.architectures.rec_model,RecModel
|
|
|
|
function: ppocr.modeling.architectures.rec_model,RecModel
|
|
|
|
|
|
|
|
|
|
|
|