├── .gitignore ├── configs ├── cls │ ├── ch_PP-OCRv3 │ │ └── ch_PP-OCRv3_rotnet.yml │ └── cls_mv3.yml ├── det │ ├── ch_PP-OCRv2 │ │ ├── ch_PP-OCRv2_det_cml.yml │ │ ├── ch_PP-OCRv2_det_distill.yml │ │ ├── ch_PP-OCRv2_det_dml.yml │ │ └── ch_PP-OCRv2_det_student.yml │ ├── ch_PP-OCRv3 │ │ ├── ch_PP-OCRv3_det_cml.yml │ │ ├── ch_PP-OCRv3_det_dml.yml │ │ └── ch_PP-OCRv3_det_student.yml │ ├── ch_PP-OCRv4 │ │ ├── ch_PP-OCRv4_det_cml.yml │ │ ├── ch_PP-OCRv4_det_student.yml │ │ └── ch_PP-OCRv4_det_teacher.yml │ ├── ch_ppocr_v2.0 │ │ ├── ch_det_mv3_db_v2.0.yml │ │ └── ch_det_res18_db_v2.0.yml │ ├── det_mv3_db.yml │ ├── det_mv3_east.yml │ ├── det_mv3_pse.yml │ ├── det_r18_vd_ct.yml │ ├── det_r50_db++_icdar15.yml │ ├── det_r50_db++_td_tr.yml │ ├── det_r50_drrg_ctw.yml │ ├── det_r50_vd_db.yml │ ├── det_r50_vd_dcn_fce_ctw.yml │ ├── det_r50_vd_east.yml │ ├── det_r50_vd_pse.yml │ ├── det_r50_vd_sast_icdar15.yml │ ├── det_r50_vd_sast_totaltext.yml │ └── det_res18_db_v2.0.yml ├── e2e │ └── e2e_r50_vd_pg.yml ├── kie │ ├── layoutlm_series │ │ ├── re_layoutlmv2_xfund_zh.yml │ │ ├── re_layoutxlm_xfund_zh.yml │ │ ├── ser_layoutlm_xfund_zh.yml │ │ ├── ser_layoutlmv2_xfund_zh.yml │ │ └── ser_layoutxlm_xfund_zh.yml │ ├── sdmgr │ │ └── kie_unet_sdmgr.yml │ └── vi_layoutxlm │ │ ├── re_vi_layoutxlm_xfund_zh.yml │ │ ├── re_vi_layoutxlm_xfund_zh_udml.yml │ │ ├── ser_vi_layoutxlm_xfund_zh.yml │ │ └── ser_vi_layoutxlm_xfund_zh_udml.yml ├── rec │ ├── PP-OCRv3 │ │ ├── ch_PP-OCRv3_rec.yml │ │ └── ch_PP-OCRv3_rec_distillation.yml │ ├── PP-OCRv4 │ │ ├── ch_PP-OCRv4_rec.yml │ │ ├── ch_PP-OCRv4_rec_distill.yml │ │ └── ch_PP-OCRv4_rec_hgnet.yml │ ├── ch_PP-OCRv2 │ │ ├── ch_PP-OCRv2_rec.yml │ │ ├── ch_PP-OCRv2_rec_distillation.yml │ │ └── ch_PP-OCRv2_rec_enhanced_ctc_loss.yml │ ├── ch_ppocr_v2.0 │ │ ├── rec_chinese_common_train_v2.0.yml │ │ └── rec_chinese_lite_train_v2.0.yml │ ├── multi_language │ │ ├── generate_multi_language_configs.py │ │ ├── rec_arabic_lite_train.yml │ │ ├── rec_cyrillic_lite_train.yml │ │ ├── rec_devanagari_lite_train.yml │ │ ├── rec_en_number_lite_train.yml │ │ ├── rec_french_lite_train.yml │ │ ├── rec_german_lite_train.yml │ │ ├── rec_japan_lite_train.yml │ │ ├── rec_korean_lite_train.yml │ │ ├── rec_latin_lite_train.yml │ │ └── rec_multi_language_lite_train.yml │ ├── rec_d28_can.yml │ ├── rec_efficientb3_fpn_pren.yml │ ├── rec_icdar15_train.yml │ ├── rec_mtb_nrtr.yml │ ├── rec_mv3_none_bilstm_ctc.yml │ ├── rec_mv3_none_none_ctc.yml │ ├── rec_mv3_tps_bilstm_att.yml │ ├── rec_mv3_tps_bilstm_ctc.yml │ ├── rec_r31_robustscanner.yml │ ├── rec_r31_sar.yml │ ├── rec_r32_gaspin_bilstm_att.yml │ ├── rec_r34_vd_none_bilstm_ctc.yml │ ├── rec_r34_vd_none_none_ctc.yml │ ├── rec_r34_vd_tps_bilstm_att.yml │ ├── rec_r34_vd_tps_bilstm_ctc.yml │ ├── rec_r45_abinet.yml │ ├── rec_r45_visionlan.yml │ ├── rec_r50_fpn_srn.yml │ ├── rec_resnet_rfl_att.yml │ ├── rec_resnet_rfl_visual.yml │ ├── rec_resnet_stn_bilstm_att.yml │ ├── rec_satrn.yml │ ├── rec_svtrnet.yml │ ├── rec_svtrnet_ch.yml │ └── rec_vitstr_none_ce.yml ├── sr │ ├── sr_telescope.yml │ └── sr_tsrn_transformer_strock.yml └── table │ ├── SLANet.yml │ ├── SLANet_ch.yml │ ├── table_master.yml │ └── table_mv3.yml ├── convert_params_compute_diff.py ├── doc ├── fonts │ └── simfang.ttf ├── imgs │ ├── 00006737.jpg │ ├── 00009282.jpg │ ├── 00015504.jpg │ ├── 00018069.jpg │ ├── 00056221.jpg │ ├── 00057937.jpg │ ├── 00059985.jpg │ ├── 00077949.jpg │ ├── 00111002.jpg │ ├── 00207393.jpg │ ├── 1.jpg │ ├── 11.jpg │ ├── 12.jpg │ ├── french_0.jpg │ ├── ger_1.jpg │ ├── ger_2.jpg │ ├── japan_1.jpg │ ├── japan_2.jpg │ ├── korean_1.jpg │ └── model_prod_flow_ch.png └── imgs_words │ ├── arabic │ ├── ar_1.jpg │ └── ar_2.jpg │ ├── belarusian │ ├── be_1.jpg │ └── be_2.jpg │ ├── bulgarian │ ├── bg_1.jpg │ └── bg_2.jpg │ ├── ch │ ├── word_1.jpg │ ├── word_2.jpg │ ├── word_3.jpg │ ├── word_4.jpg │ └── word_5.jpg │ ├── chinese_traditional │ ├── chinese_cht_1.png │ └── chinese_cht_2.png │ ├── en │ ├── word_1.png │ ├── word_2.png │ ├── word_3.png │ ├── word_4.png │ └── word_5.png │ ├── french │ ├── 1.jpg │ └── 2.jpg │ ├── german │ └── 1.jpg │ ├── hindi │ ├── hi_1.jpg │ └── hi_2.jpg │ ├── italian │ ├── it_1.jpg │ └── it_2.jpg │ ├── japan │ └── 1.jpg │ ├── kannada │ ├── ka_1.jpg │ └── ka_2.jpg │ ├── korean │ ├── 1.jpg │ └── 2.jpg │ ├── marathi │ ├── mr_1.jpg │ └── mr_2.jpg │ ├── nepali │ ├── ne_1.jpg │ └── ne_2.jpg │ ├── occitan │ ├── oc_1.jpg │ └── oc_2.jpg │ ├── persian │ ├── fa_1.jpg │ └── fa_2.jpg │ ├── portuguese │ ├── pu_1.jpg │ └── pu_2.jpg │ ├── russia │ ├── ru_1.jpg │ └── ru_2.jpg │ ├── serbian_cyrillic │ ├── rsc_1.jpg │ └── rsc_2.jpg │ ├── serbian_latin │ ├── rs_1.jpg │ └── rs_2.jpg │ ├── spanish │ ├── xi_1.jpg │ └── xi_2.jpg │ ├── tamil │ ├── ta_1.jpg │ └── ta_2.jpg │ ├── telugu │ ├── te_1.jpg │ └── te_2.jpg │ ├── ukranian │ ├── uk_1.jpg │ └── uk_2.jpg │ ├── urdu │ ├── ur_1.jpg │ └── ur_2.jpg │ └── uyghur │ ├── ug_1.jpg │ └── ug_2.jpg ├── padiff ├── __init__.py ├── abstracts │ ├── __init__.py │ ├── marker.py │ ├── proxy_model.py │ ├── proxy_parameter.py │ └── proxy_utils.py ├── checker │ ├── __init__.py │ ├── actions.py │ ├── check_params.py │ ├── check_report.py │ └── checker_utils.py ├── datas │ ├── __init__.py │ ├── api_mapping.json │ ├── assign_weight.yaml │ └── file_loader.py ├── dump_tools.py ├── interfaces │ ├── __init__.py │ ├── diff_utils.py │ └── interfaces.py ├── report │ ├── __init__.py │ ├── hooks.py │ ├── module_struct.py │ └── report.py ├── utils.py └── weight_init │ ├── __init__.py │ ├── special_init │ ├── __init__.py │ ├── init_BatchNorm2D.py │ ├── init_Embeddings.py │ ├── init_LSTM.py │ ├── init_MultiHeadAttention.py │ └── special_init_pool.py │ └── weights.py ├── ppocr ├── __init__.py ├── data │ ├── __init__.py │ ├── collate_fn.py │ ├── imaug │ │ ├── ColorJitter.py │ │ ├── __init__.py │ │ ├── abinet_aug.py │ │ ├── copy_paste.py │ │ ├── ct_process.py │ │ ├── drrg_targets.py │ │ ├── east_process.py │ │ ├── fce_aug.py │ │ ├── fce_targets.py │ │ ├── iaa_augment.py │ │ ├── label_ops.py │ │ ├── make_border_map.py │ │ ├── make_pse_gt.py │ │ ├── make_shrink_map.py │ │ ├── operators.py │ │ ├── pg_process.py │ │ ├── randaugment.py │ │ ├── random_crop_data.py │ │ ├── rec_img_aug.py │ │ ├── sast_process.py │ │ ├── ssl_img_aug.py │ │ ├── table_ops.py │ │ ├── text_image_aug │ │ │ ├── __init__.py │ │ │ ├── augment.py │ │ │ └── warp_mls.py │ │ └── vqa │ │ │ ├── __init__.py │ │ │ ├── augment.py │ │ │ └── token │ │ │ ├── __init__.py │ │ │ ├── vqa_re_convert.py │ │ │ ├── vqa_token_chunk.py │ │ │ ├── vqa_token_pad.py │ │ │ └── vqa_token_relation.py │ ├── lmdb_dataset.py │ ├── multi_scale_sampler.py │ ├── pgnet_dataset.py │ ├── pubtab_dataset.py │ └── simple_dataset.py ├── ext_op │ ├── __init__.py │ └── roi_align_rotated │ │ ├── roi_align_rotated.cc │ │ ├── roi_align_rotated.cu │ │ └── roi_align_rotated.py ├── losses │ ├── __init__.py │ ├── ace_loss.py │ ├── basic_loss.py │ ├── center_loss.py │ ├── cls_loss.py │ ├── combined_loss.py │ ├── det_basic_loss.py │ ├── det_ct_loss.py │ ├── det_db_loss.py │ ├── det_drrg_loss.py │ ├── det_east_loss.py │ ├── det_fce_loss.py │ ├── det_pse_loss.py │ ├── det_sast_loss.py │ ├── distillation_loss.py │ ├── e2e_pg_loss.py │ ├── kie_sdmgr_loss.py │ ├── rec_aster_loss.py │ ├── rec_att_loss.py │ ├── rec_can_loss.py │ ├── rec_ce_loss.py │ ├── rec_ctc_loss.py │ ├── rec_enhanced_ctc_loss.py │ ├── rec_multi_loss.py │ ├── rec_nrtr_loss.py │ ├── rec_pren_loss.py │ ├── rec_rfl_loss.py │ ├── rec_sar_loss.py │ ├── rec_satrn_loss.py │ ├── rec_spin_att_loss.py │ ├── rec_srn_loss.py │ ├── rec_vl_loss.py │ ├── stroke_focus_loss.py │ ├── table_att_loss.py │ ├── table_master_loss.py │ ├── text_focus_loss.py │ └── vqa_token_layoutlm_loss.py ├── metrics │ ├── __init__.py │ ├── cls_metric.py │ ├── ct_metric.py │ ├── det_metric.py │ ├── distillation_metric.py │ ├── e2e_metric.py │ ├── eval_det_iou.py │ ├── kie_metric.py │ ├── rec_metric.py │ ├── sr_metric.py │ ├── table_metric.py │ ├── vqa_token_re_metric.py │ └── vqa_token_ser_metric.py ├── modeling │ ├── architectures │ │ ├── __init__.py │ │ ├── base_model.py │ │ └── distillation_model.py │ ├── backbones │ │ ├── __init__.py │ │ ├── det_mobilenet_v3.py │ │ ├── det_pp_lcnet.py │ │ ├── det_resnet.py │ │ ├── det_resnet_vd.py │ │ ├── det_resnet_vd_sast.py │ │ ├── e2e_resnet_vd_pg.py │ │ ├── kie_unet_sdmgr.py │ │ ├── rec_densenet.py │ │ ├── rec_efficientb3_pren.py │ │ ├── rec_hgnet.py │ │ ├── rec_lcnetv3.py │ │ ├── rec_micronet.py │ │ ├── rec_mobilenet_v3.py │ │ ├── rec_mv1_enhance.py │ │ ├── rec_nrtr_mtb.py │ │ ├── rec_resnet_31.py │ │ ├── rec_resnet_32.py │ │ ├── rec_resnet_45.py │ │ ├── rec_resnet_aster.py │ │ ├── rec_resnet_fpn.py │ │ ├── rec_resnet_rfl.py │ │ ├── rec_resnet_vd.py │ │ ├── rec_shallow_cnn.py │ │ ├── rec_svtrnet.py │ │ ├── rec_vitstr.py │ │ ├── table_master_resnet.py │ │ └── vqa_layoutlm.py │ ├── heads │ │ ├── __init__.py │ │ ├── cls_head.py │ │ ├── det_ct_head.py │ │ ├── det_db_head.py │ │ ├── det_drrg_head.py │ │ ├── det_east_head.py │ │ ├── det_fce_head.py │ │ ├── det_pse_head.py │ │ ├── det_sast_head.py │ │ ├── e2e_pg_head.py │ │ ├── gcn.py │ │ ├── kie_sdmgr_head.py │ │ ├── local_graph.py │ │ ├── proposal_local_graph.py │ │ ├── rec_abinet_head.py │ │ ├── rec_aster_head.py │ │ ├── rec_att_head.py │ │ ├── rec_can_head.py │ │ ├── rec_ctc_head.py │ │ ├── rec_multi_head.py │ │ ├── rec_nrtr_head.py │ │ ├── rec_pren_head.py │ │ ├── rec_rfl_head.py │ │ ├── rec_robustscanner_head.py │ │ ├── rec_sar_head.py │ │ ├── rec_satrn_head.py │ │ ├── rec_spin_att_head.py │ │ ├── rec_srn_head.py │ │ ├── rec_visionlan_head.py │ │ ├── self_attention.py │ │ ├── sr_rensnet_transformer.py │ │ ├── table_att_head.py │ │ └── table_master_head.py │ ├── necks │ │ ├── __init__.py │ │ ├── csp_pan.py │ │ ├── ct_fpn.py │ │ ├── db_fpn.py │ │ ├── east_fpn.py │ │ ├── fce_fpn.py │ │ ├── fpn.py │ │ ├── fpn_unet.py │ │ ├── intracl.py │ │ ├── pg_fpn.py │ │ ├── pren_fpn.py │ │ ├── rf_adaptor.py │ │ ├── rnn.py │ │ ├── sast_fpn.py │ │ └── table_fpn.py │ └── transforms │ │ ├── __init__.py │ │ ├── gaspin_transformer.py │ │ ├── stn.py │ │ ├── tbsrn.py │ │ ├── tps.py │ │ ├── tps_spatial_transformer.py │ │ └── tsrn.py ├── optimizer │ ├── __init__.py │ ├── learning_rate.py │ ├── lr_scheduler.py │ ├── optimizer.py │ └── regularizer.py ├── postprocess │ ├── __init__.py │ ├── cls_postprocess.py │ ├── ct_postprocess.py │ ├── db_postprocess.py │ ├── drrg_postprocess.py │ ├── east_postprocess.py │ ├── fce_postprocess.py │ ├── locality_aware_nms.py │ ├── pg_postprocess.py │ ├── picodet_postprocess.py │ ├── pse_postprocess │ │ ├── __init__.py │ │ ├── pse │ │ │ ├── README.md │ │ │ ├── __init__.py │ │ │ ├── pse.pyx │ │ │ └── setup.py │ │ └── pse_postprocess.py │ ├── rec_postprocess.py │ ├── sast_postprocess.py │ ├── table_postprocess.py │ ├── vqa_token_re_layoutlm_postprocess.py │ └── vqa_token_ser_layoutlm_postprocess.py └── utils │ ├── EN_symbol_dict.txt │ ├── __init__.py │ ├── dict │ ├── ar_dict.txt │ ├── arabic_dict.txt │ ├── be_dict.txt │ ├── bg_dict.txt │ ├── chinese_cht_dict.txt │ ├── confuse.pkl │ ├── cyrillic_dict.txt │ ├── devanagari_dict.txt │ ├── en_dict.txt │ ├── fa_dict.txt │ ├── french_dict.txt │ ├── german_dict.txt │ ├── hi_dict.txt │ ├── it_dict.txt │ ├── japan_dict.txt │ ├── ka_dict.txt │ ├── kie_dict │ │ └── xfund_class_list.txt │ ├── korean_dict.txt │ ├── latex_symbol_dict.txt │ ├── latin_dict.txt │ ├── layout_dict │ │ ├── layout_cdla_dict.txt │ │ ├── layout_publaynet_dict.txt │ │ └── layout_table_dict.txt │ ├── mr_dict.txt │ ├── ne_dict.txt │ ├── oc_dict.txt │ ├── pu_dict.txt │ ├── rs_dict.txt │ ├── rsc_dict.txt │ ├── ru_dict.txt │ ├── spin_dict.txt │ ├── ta_dict.txt │ ├── table_dict.txt │ ├── table_master_structure_dict.txt │ ├── table_structure_dict.txt │ ├── table_structure_dict_ch.txt │ ├── te_dict.txt │ ├── ug_dict.txt │ ├── uk_dict.txt │ ├── ur_dict.txt │ └── xi_dict.txt │ ├── dict90.txt │ ├── e2e_metric │ ├── Deteval.py │ └── polygon_fast.py │ ├── e2e_utils │ ├── extract_batchsize.py │ ├── extract_textpoint_fast.py │ ├── extract_textpoint_slow.py │ ├── pgnet_pp_utils.py │ └── visual.py │ ├── en_dict.txt │ ├── gen_label.py │ ├── ic15_dict.txt │ ├── iou.py │ ├── loggers │ ├── __init__.py │ ├── base_logger.py │ ├── loggers.py │ ├── vdl_logger.py │ └── wandb_logger.py │ ├── logging.py │ ├── network.py │ ├── poly_nms.py │ ├── ppocr_keys_v1.txt │ ├── profiler.py │ ├── save_load.py │ ├── stats.py │ ├── utility.py │ └── visual.py ├── readme.md ├── requirements.txt ├── tools ├── create_lmdb_dataset.py ├── eval.py ├── export.py ├── infer │ ├── onnx_engine.py │ ├── predict_cls.py │ ├── predict_det.py │ ├── predict_rec.py │ ├── predict_system.py │ └── utility.py ├── infer_cls.py ├── infer_det.py ├── infer_rec.py ├── train.py └── utility.py └── torchocr ├── __init__.py ├── data ├── __init__.py ├── cache.py ├── collate_fn.py ├── imaug │ ├── ColorJitter.py │ ├── __init__.py │ ├── abinet_aug.py │ ├── copy_paste.py │ ├── ct_process.py │ ├── drrg_targets.py │ ├── east_process.py │ ├── fce_aug.py │ ├── fce_targets.py │ ├── iaa_augment.py │ ├── label_ops.py │ ├── make_border_map.py │ ├── make_pse_gt.py │ ├── make_shrink_map.py │ ├── operators.py │ ├── pg_process.py │ ├── randaugment.py │ ├── random_crop_data.py │ ├── rec_img_aug.py │ ├── sast_process.py │ ├── ssl_img_aug.py │ ├── table_ops.py │ └── text_image_aug │ │ ├── __init__.py │ │ ├── augment.py │ │ └── warp_mls.py ├── lmdb_dataset.py ├── multi_scale_sampler.py ├── pgnet_dataset.py ├── pubtab_dataset.py └── simple_dataset.py ├── engine ├── __init__.py ├── config.py └── trainer.py ├── losses ├── __init__.py ├── ace_loss.py ├── basic_loss.py ├── center_loss.py ├── cls_loss.py ├── combined_loss.py ├── det_basic_loss.py ├── det_ct_loss.py ├── det_db_loss.py ├── det_drrg_loss.py ├── det_east_loss.py ├── det_fce_loss.py ├── det_pse_loss.py ├── det_sast_loss.py ├── distillation_loss.py ├── e2e_pg_loss.py ├── kd_loss.py ├── kie_sdmgr_loss.py ├── rec_aster_loss.py ├── rec_att_loss.py ├── rec_can_loss.py ├── rec_ce_loss.py ├── rec_ctc_loss.py ├── rec_enhanced_ctc_loss.py ├── rec_multi_loss.py ├── rec_nrtr_loss.py ├── rec_pren_loss.py ├── rec_rfl_loss.py ├── rec_sar_loss.py ├── rec_satrn_loss.py ├── rec_spin_att_loss.py ├── rec_srn_loss.py ├── rec_vl_loss.py ├── stroke_focus_loss.py ├── table_att_loss.py ├── table_master_loss.py └── text_focus_loss.py ├── metrics ├── __init__.py ├── cls_metric.py ├── det_metric.py ├── distillation_metric.py ├── e2e_metric.py ├── eval_det_iou.py └── rec_metric.py ├── modeling ├── architectures │ ├── __init__.py │ ├── base_model.py │ └── distillation_model.py ├── backbones │ ├── __init__.py │ ├── det_mobilenet_v3.py │ ├── det_resnet_vd.py │ ├── rec_hgnet.py │ ├── rec_lcnetv3.py │ ├── rec_mobilenet_v3.py │ ├── rec_mv1_enhance.py │ ├── rec_nrtr_mtb.py │ ├── rec_resnet_31.py │ ├── rec_resnet_vd.py │ └── rec_svtrnet.py ├── common.py ├── heads │ ├── __init__.py │ ├── cls_head.py │ ├── det_db_head.py │ ├── multiheadAttention.py │ ├── rec_att_head.py │ ├── rec_ctc_head.py │ ├── rec_multi_head.py │ ├── rec_nrtr_head.py │ └── rec_sar_head.py ├── necks │ ├── __init__.py │ ├── db_fpn.py │ ├── intracl.py │ └── rnn.py └── transforms │ ├── __init__.py │ └── tps.py ├── optimizer ├── __init__.py └── lr.py ├── postprocess ├── __init__.py ├── cls_postprocess.py ├── ct_postprocess.py ├── db_postprocess.py ├── drrg_postprocess.py ├── east_postprocess.py ├── fce_postprocess.py ├── locality_aware_nms.py ├── pg_postprocess.py ├── picodet_postprocess.py ├── pse_postprocess │ ├── __init__.py │ ├── pse │ │ ├── README.md │ │ ├── __init__.py │ │ ├── pse.pyx │ │ └── setup.py │ └── pse_postprocess.py ├── rec_postprocess.py ├── sast_postprocess.py └── table_postprocess.py └── utils ├── EN_symbol_dict.txt ├── __init__.py ├── ckpt.py ├── dict ├── ar_dict.txt ├── arabic_dict.txt ├── be_dict.txt ├── bg_dict.txt ├── chinese_cht_dict.txt ├── confuse.pkl ├── cyrillic_dict.txt ├── devanagari_dict.txt ├── en_dict.txt ├── fa_dict.txt ├── french_dict.txt ├── german_dict.txt ├── hi_dict.txt ├── it_dict.txt ├── japan_dict.txt ├── ka_dict.txt ├── kie_dict │ └── xfund_class_list.txt ├── korean_dict.txt ├── latex_symbol_dict.txt ├── latin_dict.txt ├── layout_dict │ ├── layout_cdla_dict.txt │ ├── layout_publaynet_dict.txt │ └── layout_table_dict.txt ├── mr_dict.txt ├── ne_dict.txt ├── oc_dict.txt ├── pu_dict.txt ├── rs_dict.txt ├── rsc_dict.txt ├── ru_dict.txt ├── spin_dict.txt ├── ta_dict.txt ├── table_dict.txt ├── table_master_structure_dict.txt ├── table_structure_dict.txt ├── table_structure_dict_ch.txt ├── te_dict.txt ├── ug_dict.txt ├── uk_dict.txt ├── ur_dict.txt └── xi_dict.txt ├── dict90.txt ├── e2e_metric ├── Deteval.py └── polygon_fast.py ├── e2e_utils ├── extract_batchsize.py ├── extract_textpoint_fast.py ├── extract_textpoint_slow.py ├── pgnet_pp_utils.py └── visual.py ├── en_dict.txt ├── gen_label.py ├── ic15_dict.txt ├── logging.py ├── poly_nms.py ├── ppocr_keys_v1.txt ├── stats.py ├── utility.py └── visual.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/.gitignore -------------------------------------------------------------------------------- /configs/cls/ch_PP-OCRv3/ch_PP-OCRv3_rotnet.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/cls/ch_PP-OCRv3/ch_PP-OCRv3_rotnet.yml -------------------------------------------------------------------------------- /configs/cls/cls_mv3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/cls/cls_mv3.yml -------------------------------------------------------------------------------- /configs/det/ch_PP-OCRv2/ch_PP-OCRv2_det_cml.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/det/ch_PP-OCRv2/ch_PP-OCRv2_det_cml.yml -------------------------------------------------------------------------------- /configs/det/ch_PP-OCRv2/ch_PP-OCRv2_det_distill.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/det/ch_PP-OCRv2/ch_PP-OCRv2_det_distill.yml -------------------------------------------------------------------------------- /configs/det/ch_PP-OCRv2/ch_PP-OCRv2_det_dml.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/det/ch_PP-OCRv2/ch_PP-OCRv2_det_dml.yml -------------------------------------------------------------------------------- /configs/det/ch_PP-OCRv2/ch_PP-OCRv2_det_student.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/det/ch_PP-OCRv2/ch_PP-OCRv2_det_student.yml -------------------------------------------------------------------------------- /configs/det/ch_PP-OCRv3/ch_PP-OCRv3_det_cml.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/det/ch_PP-OCRv3/ch_PP-OCRv3_det_cml.yml -------------------------------------------------------------------------------- /configs/det/ch_PP-OCRv3/ch_PP-OCRv3_det_dml.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/det/ch_PP-OCRv3/ch_PP-OCRv3_det_dml.yml -------------------------------------------------------------------------------- /configs/det/ch_PP-OCRv3/ch_PP-OCRv3_det_student.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/det/ch_PP-OCRv3/ch_PP-OCRv3_det_student.yml -------------------------------------------------------------------------------- /configs/det/ch_PP-OCRv4/ch_PP-OCRv4_det_cml.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/det/ch_PP-OCRv4/ch_PP-OCRv4_det_cml.yml -------------------------------------------------------------------------------- /configs/det/ch_PP-OCRv4/ch_PP-OCRv4_det_student.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/det/ch_PP-OCRv4/ch_PP-OCRv4_det_student.yml -------------------------------------------------------------------------------- /configs/det/ch_PP-OCRv4/ch_PP-OCRv4_det_teacher.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/det/ch_PP-OCRv4/ch_PP-OCRv4_det_teacher.yml -------------------------------------------------------------------------------- /configs/det/ch_ppocr_v2.0/ch_det_mv3_db_v2.0.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/det/ch_ppocr_v2.0/ch_det_mv3_db_v2.0.yml -------------------------------------------------------------------------------- /configs/det/ch_ppocr_v2.0/ch_det_res18_db_v2.0.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/det/ch_ppocr_v2.0/ch_det_res18_db_v2.0.yml -------------------------------------------------------------------------------- /configs/det/det_mv3_db.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/det/det_mv3_db.yml -------------------------------------------------------------------------------- /configs/det/det_mv3_east.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/det/det_mv3_east.yml -------------------------------------------------------------------------------- /configs/det/det_mv3_pse.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/det/det_mv3_pse.yml -------------------------------------------------------------------------------- /configs/det/det_r18_vd_ct.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/det/det_r18_vd_ct.yml -------------------------------------------------------------------------------- /configs/det/det_r50_db++_icdar15.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/det/det_r50_db++_icdar15.yml -------------------------------------------------------------------------------- /configs/det/det_r50_db++_td_tr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/det/det_r50_db++_td_tr.yml -------------------------------------------------------------------------------- /configs/det/det_r50_drrg_ctw.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/det/det_r50_drrg_ctw.yml -------------------------------------------------------------------------------- /configs/det/det_r50_vd_db.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/det/det_r50_vd_db.yml -------------------------------------------------------------------------------- /configs/det/det_r50_vd_dcn_fce_ctw.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/det/det_r50_vd_dcn_fce_ctw.yml -------------------------------------------------------------------------------- /configs/det/det_r50_vd_east.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/det/det_r50_vd_east.yml -------------------------------------------------------------------------------- /configs/det/det_r50_vd_pse.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/det/det_r50_vd_pse.yml -------------------------------------------------------------------------------- /configs/det/det_r50_vd_sast_icdar15.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/det/det_r50_vd_sast_icdar15.yml -------------------------------------------------------------------------------- /configs/det/det_r50_vd_sast_totaltext.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/det/det_r50_vd_sast_totaltext.yml -------------------------------------------------------------------------------- /configs/det/det_res18_db_v2.0.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/det/det_res18_db_v2.0.yml -------------------------------------------------------------------------------- /configs/e2e/e2e_r50_vd_pg.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/e2e/e2e_r50_vd_pg.yml -------------------------------------------------------------------------------- /configs/kie/layoutlm_series/re_layoutlmv2_xfund_zh.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/kie/layoutlm_series/re_layoutlmv2_xfund_zh.yml -------------------------------------------------------------------------------- /configs/kie/layoutlm_series/re_layoutxlm_xfund_zh.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/kie/layoutlm_series/re_layoutxlm_xfund_zh.yml -------------------------------------------------------------------------------- /configs/kie/layoutlm_series/ser_layoutlm_xfund_zh.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/kie/layoutlm_series/ser_layoutlm_xfund_zh.yml -------------------------------------------------------------------------------- /configs/kie/layoutlm_series/ser_layoutlmv2_xfund_zh.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/kie/layoutlm_series/ser_layoutlmv2_xfund_zh.yml -------------------------------------------------------------------------------- /configs/kie/layoutlm_series/ser_layoutxlm_xfund_zh.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/kie/layoutlm_series/ser_layoutxlm_xfund_zh.yml -------------------------------------------------------------------------------- /configs/kie/sdmgr/kie_unet_sdmgr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/kie/sdmgr/kie_unet_sdmgr.yml -------------------------------------------------------------------------------- /configs/kie/vi_layoutxlm/re_vi_layoutxlm_xfund_zh.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/kie/vi_layoutxlm/re_vi_layoutxlm_xfund_zh.yml -------------------------------------------------------------------------------- /configs/kie/vi_layoutxlm/re_vi_layoutxlm_xfund_zh_udml.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/kie/vi_layoutxlm/re_vi_layoutxlm_xfund_zh_udml.yml -------------------------------------------------------------------------------- /configs/kie/vi_layoutxlm/ser_vi_layoutxlm_xfund_zh.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/kie/vi_layoutxlm/ser_vi_layoutxlm_xfund_zh.yml -------------------------------------------------------------------------------- /configs/kie/vi_layoutxlm/ser_vi_layoutxlm_xfund_zh_udml.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/kie/vi_layoutxlm/ser_vi_layoutxlm_xfund_zh_udml.yml -------------------------------------------------------------------------------- /configs/rec/PP-OCRv3/ch_PP-OCRv3_rec.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/PP-OCRv3/ch_PP-OCRv3_rec.yml -------------------------------------------------------------------------------- /configs/rec/PP-OCRv3/ch_PP-OCRv3_rec_distillation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/PP-OCRv3/ch_PP-OCRv3_rec_distillation.yml -------------------------------------------------------------------------------- /configs/rec/PP-OCRv4/ch_PP-OCRv4_rec.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/PP-OCRv4/ch_PP-OCRv4_rec.yml -------------------------------------------------------------------------------- /configs/rec/PP-OCRv4/ch_PP-OCRv4_rec_distill.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/PP-OCRv4/ch_PP-OCRv4_rec_distill.yml -------------------------------------------------------------------------------- /configs/rec/PP-OCRv4/ch_PP-OCRv4_rec_hgnet.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/PP-OCRv4/ch_PP-OCRv4_rec_hgnet.yml -------------------------------------------------------------------------------- /configs/rec/ch_PP-OCRv2/ch_PP-OCRv2_rec.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/ch_PP-OCRv2/ch_PP-OCRv2_rec.yml -------------------------------------------------------------------------------- /configs/rec/ch_PP-OCRv2/ch_PP-OCRv2_rec_distillation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/ch_PP-OCRv2/ch_PP-OCRv2_rec_distillation.yml -------------------------------------------------------------------------------- /configs/rec/ch_PP-OCRv2/ch_PP-OCRv2_rec_enhanced_ctc_loss.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/ch_PP-OCRv2/ch_PP-OCRv2_rec_enhanced_ctc_loss.yml -------------------------------------------------------------------------------- /configs/rec/ch_ppocr_v2.0/rec_chinese_common_train_v2.0.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/ch_ppocr_v2.0/rec_chinese_common_train_v2.0.yml -------------------------------------------------------------------------------- /configs/rec/ch_ppocr_v2.0/rec_chinese_lite_train_v2.0.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/ch_ppocr_v2.0/rec_chinese_lite_train_v2.0.yml -------------------------------------------------------------------------------- /configs/rec/multi_language/generate_multi_language_configs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/multi_language/generate_multi_language_configs.py -------------------------------------------------------------------------------- /configs/rec/multi_language/rec_arabic_lite_train.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/multi_language/rec_arabic_lite_train.yml -------------------------------------------------------------------------------- /configs/rec/multi_language/rec_cyrillic_lite_train.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/multi_language/rec_cyrillic_lite_train.yml -------------------------------------------------------------------------------- /configs/rec/multi_language/rec_devanagari_lite_train.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/multi_language/rec_devanagari_lite_train.yml -------------------------------------------------------------------------------- /configs/rec/multi_language/rec_en_number_lite_train.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/multi_language/rec_en_number_lite_train.yml -------------------------------------------------------------------------------- /configs/rec/multi_language/rec_french_lite_train.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/multi_language/rec_french_lite_train.yml -------------------------------------------------------------------------------- /configs/rec/multi_language/rec_german_lite_train.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/multi_language/rec_german_lite_train.yml -------------------------------------------------------------------------------- /configs/rec/multi_language/rec_japan_lite_train.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/multi_language/rec_japan_lite_train.yml -------------------------------------------------------------------------------- /configs/rec/multi_language/rec_korean_lite_train.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/multi_language/rec_korean_lite_train.yml -------------------------------------------------------------------------------- /configs/rec/multi_language/rec_latin_lite_train.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/multi_language/rec_latin_lite_train.yml -------------------------------------------------------------------------------- /configs/rec/multi_language/rec_multi_language_lite_train.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/multi_language/rec_multi_language_lite_train.yml -------------------------------------------------------------------------------- /configs/rec/rec_d28_can.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/rec_d28_can.yml -------------------------------------------------------------------------------- /configs/rec/rec_efficientb3_fpn_pren.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/rec_efficientb3_fpn_pren.yml -------------------------------------------------------------------------------- /configs/rec/rec_icdar15_train.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/rec_icdar15_train.yml -------------------------------------------------------------------------------- /configs/rec/rec_mtb_nrtr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/rec_mtb_nrtr.yml -------------------------------------------------------------------------------- /configs/rec/rec_mv3_none_bilstm_ctc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/rec_mv3_none_bilstm_ctc.yml -------------------------------------------------------------------------------- /configs/rec/rec_mv3_none_none_ctc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/rec_mv3_none_none_ctc.yml -------------------------------------------------------------------------------- /configs/rec/rec_mv3_tps_bilstm_att.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/rec_mv3_tps_bilstm_att.yml -------------------------------------------------------------------------------- /configs/rec/rec_mv3_tps_bilstm_ctc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/rec_mv3_tps_bilstm_ctc.yml -------------------------------------------------------------------------------- /configs/rec/rec_r31_robustscanner.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/rec_r31_robustscanner.yml -------------------------------------------------------------------------------- /configs/rec/rec_r31_sar.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/rec_r31_sar.yml -------------------------------------------------------------------------------- /configs/rec/rec_r32_gaspin_bilstm_att.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/rec_r32_gaspin_bilstm_att.yml -------------------------------------------------------------------------------- /configs/rec/rec_r34_vd_none_bilstm_ctc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/rec_r34_vd_none_bilstm_ctc.yml -------------------------------------------------------------------------------- /configs/rec/rec_r34_vd_none_none_ctc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/rec_r34_vd_none_none_ctc.yml -------------------------------------------------------------------------------- /configs/rec/rec_r34_vd_tps_bilstm_att.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/rec_r34_vd_tps_bilstm_att.yml -------------------------------------------------------------------------------- /configs/rec/rec_r34_vd_tps_bilstm_ctc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/rec_r34_vd_tps_bilstm_ctc.yml -------------------------------------------------------------------------------- /configs/rec/rec_r45_abinet.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/rec_r45_abinet.yml -------------------------------------------------------------------------------- /configs/rec/rec_r45_visionlan.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/rec_r45_visionlan.yml -------------------------------------------------------------------------------- /configs/rec/rec_r50_fpn_srn.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/rec_r50_fpn_srn.yml -------------------------------------------------------------------------------- /configs/rec/rec_resnet_rfl_att.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/rec_resnet_rfl_att.yml -------------------------------------------------------------------------------- /configs/rec/rec_resnet_rfl_visual.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/rec_resnet_rfl_visual.yml -------------------------------------------------------------------------------- /configs/rec/rec_resnet_stn_bilstm_att.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/rec_resnet_stn_bilstm_att.yml -------------------------------------------------------------------------------- /configs/rec/rec_satrn.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/rec_satrn.yml -------------------------------------------------------------------------------- /configs/rec/rec_svtrnet.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/rec_svtrnet.yml -------------------------------------------------------------------------------- /configs/rec/rec_svtrnet_ch.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/rec_svtrnet_ch.yml -------------------------------------------------------------------------------- /configs/rec/rec_vitstr_none_ce.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/rec/rec_vitstr_none_ce.yml -------------------------------------------------------------------------------- /configs/sr/sr_telescope.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/sr/sr_telescope.yml -------------------------------------------------------------------------------- /configs/sr/sr_tsrn_transformer_strock.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/sr/sr_tsrn_transformer_strock.yml -------------------------------------------------------------------------------- /configs/table/SLANet.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/table/SLANet.yml -------------------------------------------------------------------------------- /configs/table/SLANet_ch.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/table/SLANet_ch.yml -------------------------------------------------------------------------------- /configs/table/table_master.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/table/table_master.yml -------------------------------------------------------------------------------- /configs/table/table_mv3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/configs/table/table_mv3.yml -------------------------------------------------------------------------------- /convert_params_compute_diff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/convert_params_compute_diff.py -------------------------------------------------------------------------------- /doc/fonts/simfang.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/fonts/simfang.ttf -------------------------------------------------------------------------------- /doc/imgs/00006737.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs/00006737.jpg -------------------------------------------------------------------------------- /doc/imgs/00009282.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs/00009282.jpg -------------------------------------------------------------------------------- /doc/imgs/00015504.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs/00015504.jpg -------------------------------------------------------------------------------- /doc/imgs/00018069.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs/00018069.jpg -------------------------------------------------------------------------------- /doc/imgs/00056221.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs/00056221.jpg -------------------------------------------------------------------------------- /doc/imgs/00057937.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs/00057937.jpg -------------------------------------------------------------------------------- /doc/imgs/00059985.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs/00059985.jpg -------------------------------------------------------------------------------- /doc/imgs/00077949.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs/00077949.jpg -------------------------------------------------------------------------------- /doc/imgs/00111002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs/00111002.jpg -------------------------------------------------------------------------------- /doc/imgs/00207393.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs/00207393.jpg -------------------------------------------------------------------------------- /doc/imgs/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs/1.jpg -------------------------------------------------------------------------------- /doc/imgs/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs/11.jpg -------------------------------------------------------------------------------- /doc/imgs/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs/12.jpg -------------------------------------------------------------------------------- /doc/imgs/french_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs/french_0.jpg -------------------------------------------------------------------------------- /doc/imgs/ger_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs/ger_1.jpg -------------------------------------------------------------------------------- /doc/imgs/ger_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs/ger_2.jpg -------------------------------------------------------------------------------- /doc/imgs/japan_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs/japan_1.jpg -------------------------------------------------------------------------------- /doc/imgs/japan_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs/japan_2.jpg -------------------------------------------------------------------------------- /doc/imgs/korean_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs/korean_1.jpg -------------------------------------------------------------------------------- /doc/imgs/model_prod_flow_ch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs/model_prod_flow_ch.png -------------------------------------------------------------------------------- /doc/imgs_words/arabic/ar_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/arabic/ar_1.jpg -------------------------------------------------------------------------------- /doc/imgs_words/arabic/ar_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/arabic/ar_2.jpg -------------------------------------------------------------------------------- /doc/imgs_words/belarusian/be_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/belarusian/be_1.jpg -------------------------------------------------------------------------------- /doc/imgs_words/belarusian/be_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/belarusian/be_2.jpg -------------------------------------------------------------------------------- /doc/imgs_words/bulgarian/bg_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/bulgarian/bg_1.jpg -------------------------------------------------------------------------------- /doc/imgs_words/bulgarian/bg_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/bulgarian/bg_2.jpg -------------------------------------------------------------------------------- /doc/imgs_words/ch/word_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/ch/word_1.jpg -------------------------------------------------------------------------------- /doc/imgs_words/ch/word_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/ch/word_2.jpg -------------------------------------------------------------------------------- /doc/imgs_words/ch/word_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/ch/word_3.jpg -------------------------------------------------------------------------------- /doc/imgs_words/ch/word_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/ch/word_4.jpg -------------------------------------------------------------------------------- /doc/imgs_words/ch/word_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/ch/word_5.jpg -------------------------------------------------------------------------------- /doc/imgs_words/chinese_traditional/chinese_cht_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/chinese_traditional/chinese_cht_1.png -------------------------------------------------------------------------------- /doc/imgs_words/chinese_traditional/chinese_cht_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/chinese_traditional/chinese_cht_2.png -------------------------------------------------------------------------------- /doc/imgs_words/en/word_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/en/word_1.png -------------------------------------------------------------------------------- /doc/imgs_words/en/word_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/en/word_2.png -------------------------------------------------------------------------------- /doc/imgs_words/en/word_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/en/word_3.png -------------------------------------------------------------------------------- /doc/imgs_words/en/word_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/en/word_4.png -------------------------------------------------------------------------------- /doc/imgs_words/en/word_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/en/word_5.png -------------------------------------------------------------------------------- /doc/imgs_words/french/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/french/1.jpg -------------------------------------------------------------------------------- /doc/imgs_words/french/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/french/2.jpg -------------------------------------------------------------------------------- /doc/imgs_words/german/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/german/1.jpg -------------------------------------------------------------------------------- /doc/imgs_words/hindi/hi_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/hindi/hi_1.jpg -------------------------------------------------------------------------------- /doc/imgs_words/hindi/hi_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/hindi/hi_2.jpg -------------------------------------------------------------------------------- /doc/imgs_words/italian/it_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/italian/it_1.jpg -------------------------------------------------------------------------------- /doc/imgs_words/italian/it_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/italian/it_2.jpg -------------------------------------------------------------------------------- /doc/imgs_words/japan/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/japan/1.jpg -------------------------------------------------------------------------------- /doc/imgs_words/kannada/ka_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/kannada/ka_1.jpg -------------------------------------------------------------------------------- /doc/imgs_words/kannada/ka_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/kannada/ka_2.jpg -------------------------------------------------------------------------------- /doc/imgs_words/korean/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/korean/1.jpg -------------------------------------------------------------------------------- /doc/imgs_words/korean/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/korean/2.jpg -------------------------------------------------------------------------------- /doc/imgs_words/marathi/mr_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/marathi/mr_1.jpg -------------------------------------------------------------------------------- /doc/imgs_words/marathi/mr_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/marathi/mr_2.jpg -------------------------------------------------------------------------------- /doc/imgs_words/nepali/ne_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/nepali/ne_1.jpg -------------------------------------------------------------------------------- /doc/imgs_words/nepali/ne_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/nepali/ne_2.jpg -------------------------------------------------------------------------------- /doc/imgs_words/occitan/oc_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/occitan/oc_1.jpg -------------------------------------------------------------------------------- /doc/imgs_words/occitan/oc_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/occitan/oc_2.jpg -------------------------------------------------------------------------------- /doc/imgs_words/persian/fa_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/persian/fa_1.jpg -------------------------------------------------------------------------------- /doc/imgs_words/persian/fa_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/persian/fa_2.jpg -------------------------------------------------------------------------------- /doc/imgs_words/portuguese/pu_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/portuguese/pu_1.jpg -------------------------------------------------------------------------------- /doc/imgs_words/portuguese/pu_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/portuguese/pu_2.jpg -------------------------------------------------------------------------------- /doc/imgs_words/russia/ru_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/russia/ru_1.jpg -------------------------------------------------------------------------------- /doc/imgs_words/russia/ru_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/russia/ru_2.jpg -------------------------------------------------------------------------------- /doc/imgs_words/serbian_cyrillic/rsc_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/serbian_cyrillic/rsc_1.jpg -------------------------------------------------------------------------------- /doc/imgs_words/serbian_cyrillic/rsc_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/serbian_cyrillic/rsc_2.jpg -------------------------------------------------------------------------------- /doc/imgs_words/serbian_latin/rs_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/serbian_latin/rs_1.jpg -------------------------------------------------------------------------------- /doc/imgs_words/serbian_latin/rs_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/serbian_latin/rs_2.jpg -------------------------------------------------------------------------------- /doc/imgs_words/spanish/xi_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/spanish/xi_1.jpg -------------------------------------------------------------------------------- /doc/imgs_words/spanish/xi_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/spanish/xi_2.jpg -------------------------------------------------------------------------------- /doc/imgs_words/tamil/ta_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/tamil/ta_1.jpg -------------------------------------------------------------------------------- /doc/imgs_words/tamil/ta_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/tamil/ta_2.jpg -------------------------------------------------------------------------------- /doc/imgs_words/telugu/te_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/telugu/te_1.jpg -------------------------------------------------------------------------------- /doc/imgs_words/telugu/te_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/telugu/te_2.jpg -------------------------------------------------------------------------------- /doc/imgs_words/ukranian/uk_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/ukranian/uk_1.jpg -------------------------------------------------------------------------------- /doc/imgs_words/ukranian/uk_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/ukranian/uk_2.jpg -------------------------------------------------------------------------------- /doc/imgs_words/urdu/ur_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/urdu/ur_1.jpg -------------------------------------------------------------------------------- /doc/imgs_words/urdu/ur_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/urdu/ur_2.jpg -------------------------------------------------------------------------------- /doc/imgs_words/uyghur/ug_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/uyghur/ug_1.jpg -------------------------------------------------------------------------------- /doc/imgs_words/uyghur/ug_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/doc/imgs_words/uyghur/ug_2.jpg -------------------------------------------------------------------------------- /padiff/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/__init__.py -------------------------------------------------------------------------------- /padiff/abstracts/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/abstracts/__init__.py -------------------------------------------------------------------------------- /padiff/abstracts/marker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/abstracts/marker.py -------------------------------------------------------------------------------- /padiff/abstracts/proxy_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/abstracts/proxy_model.py -------------------------------------------------------------------------------- /padiff/abstracts/proxy_parameter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/abstracts/proxy_parameter.py -------------------------------------------------------------------------------- /padiff/abstracts/proxy_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/abstracts/proxy_utils.py -------------------------------------------------------------------------------- /padiff/checker/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/checker/__init__.py -------------------------------------------------------------------------------- /padiff/checker/actions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/checker/actions.py -------------------------------------------------------------------------------- /padiff/checker/check_params.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/checker/check_params.py -------------------------------------------------------------------------------- /padiff/checker/check_report.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/checker/check_report.py -------------------------------------------------------------------------------- /padiff/checker/checker_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/checker/checker_utils.py -------------------------------------------------------------------------------- /padiff/datas/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/datas/__init__.py -------------------------------------------------------------------------------- /padiff/datas/api_mapping.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/datas/api_mapping.json -------------------------------------------------------------------------------- /padiff/datas/assign_weight.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/datas/assign_weight.yaml -------------------------------------------------------------------------------- /padiff/datas/file_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/datas/file_loader.py -------------------------------------------------------------------------------- /padiff/dump_tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/dump_tools.py -------------------------------------------------------------------------------- /padiff/interfaces/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/interfaces/__init__.py -------------------------------------------------------------------------------- /padiff/interfaces/diff_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/interfaces/diff_utils.py -------------------------------------------------------------------------------- /padiff/interfaces/interfaces.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/interfaces/interfaces.py -------------------------------------------------------------------------------- /padiff/report/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/report/__init__.py -------------------------------------------------------------------------------- /padiff/report/hooks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/report/hooks.py -------------------------------------------------------------------------------- /padiff/report/module_struct.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/report/module_struct.py -------------------------------------------------------------------------------- /padiff/report/report.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/report/report.py -------------------------------------------------------------------------------- /padiff/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/utils.py -------------------------------------------------------------------------------- /padiff/weight_init/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/weight_init/__init__.py -------------------------------------------------------------------------------- /padiff/weight_init/special_init/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/weight_init/special_init/__init__.py -------------------------------------------------------------------------------- /padiff/weight_init/special_init/init_BatchNorm2D.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/weight_init/special_init/init_BatchNorm2D.py -------------------------------------------------------------------------------- /padiff/weight_init/special_init/init_Embeddings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/weight_init/special_init/init_Embeddings.py -------------------------------------------------------------------------------- /padiff/weight_init/special_init/init_LSTM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/weight_init/special_init/init_LSTM.py -------------------------------------------------------------------------------- /padiff/weight_init/special_init/init_MultiHeadAttention.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/weight_init/special_init/init_MultiHeadAttention.py -------------------------------------------------------------------------------- /padiff/weight_init/special_init/special_init_pool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/weight_init/special_init/special_init_pool.py -------------------------------------------------------------------------------- /padiff/weight_init/weights.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/padiff/weight_init/weights.py -------------------------------------------------------------------------------- /ppocr/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/__init__.py -------------------------------------------------------------------------------- /ppocr/data/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/__init__.py -------------------------------------------------------------------------------- /ppocr/data/collate_fn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/collate_fn.py -------------------------------------------------------------------------------- /ppocr/data/imaug/ColorJitter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/ColorJitter.py -------------------------------------------------------------------------------- /ppocr/data/imaug/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/__init__.py -------------------------------------------------------------------------------- /ppocr/data/imaug/abinet_aug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/abinet_aug.py -------------------------------------------------------------------------------- /ppocr/data/imaug/copy_paste.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/copy_paste.py -------------------------------------------------------------------------------- /ppocr/data/imaug/ct_process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/ct_process.py -------------------------------------------------------------------------------- /ppocr/data/imaug/drrg_targets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/drrg_targets.py -------------------------------------------------------------------------------- /ppocr/data/imaug/east_process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/east_process.py -------------------------------------------------------------------------------- /ppocr/data/imaug/fce_aug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/fce_aug.py -------------------------------------------------------------------------------- /ppocr/data/imaug/fce_targets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/fce_targets.py -------------------------------------------------------------------------------- /ppocr/data/imaug/iaa_augment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/iaa_augment.py -------------------------------------------------------------------------------- /ppocr/data/imaug/label_ops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/label_ops.py -------------------------------------------------------------------------------- /ppocr/data/imaug/make_border_map.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/make_border_map.py -------------------------------------------------------------------------------- /ppocr/data/imaug/make_pse_gt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/make_pse_gt.py -------------------------------------------------------------------------------- /ppocr/data/imaug/make_shrink_map.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/make_shrink_map.py -------------------------------------------------------------------------------- /ppocr/data/imaug/operators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/operators.py -------------------------------------------------------------------------------- /ppocr/data/imaug/pg_process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/pg_process.py -------------------------------------------------------------------------------- /ppocr/data/imaug/randaugment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/randaugment.py -------------------------------------------------------------------------------- /ppocr/data/imaug/random_crop_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/random_crop_data.py -------------------------------------------------------------------------------- /ppocr/data/imaug/rec_img_aug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/rec_img_aug.py -------------------------------------------------------------------------------- /ppocr/data/imaug/sast_process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/sast_process.py -------------------------------------------------------------------------------- /ppocr/data/imaug/ssl_img_aug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/ssl_img_aug.py -------------------------------------------------------------------------------- /ppocr/data/imaug/table_ops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/table_ops.py -------------------------------------------------------------------------------- /ppocr/data/imaug/text_image_aug/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/text_image_aug/__init__.py -------------------------------------------------------------------------------- /ppocr/data/imaug/text_image_aug/augment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/text_image_aug/augment.py -------------------------------------------------------------------------------- /ppocr/data/imaug/text_image_aug/warp_mls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/text_image_aug/warp_mls.py -------------------------------------------------------------------------------- /ppocr/data/imaug/vqa/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/vqa/__init__.py -------------------------------------------------------------------------------- /ppocr/data/imaug/vqa/augment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/vqa/augment.py -------------------------------------------------------------------------------- /ppocr/data/imaug/vqa/token/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/vqa/token/__init__.py -------------------------------------------------------------------------------- /ppocr/data/imaug/vqa/token/vqa_re_convert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/vqa/token/vqa_re_convert.py -------------------------------------------------------------------------------- /ppocr/data/imaug/vqa/token/vqa_token_chunk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/vqa/token/vqa_token_chunk.py -------------------------------------------------------------------------------- /ppocr/data/imaug/vqa/token/vqa_token_pad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/vqa/token/vqa_token_pad.py -------------------------------------------------------------------------------- /ppocr/data/imaug/vqa/token/vqa_token_relation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/imaug/vqa/token/vqa_token_relation.py -------------------------------------------------------------------------------- /ppocr/data/lmdb_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/lmdb_dataset.py -------------------------------------------------------------------------------- /ppocr/data/multi_scale_sampler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/multi_scale_sampler.py -------------------------------------------------------------------------------- /ppocr/data/pgnet_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/pgnet_dataset.py -------------------------------------------------------------------------------- /ppocr/data/pubtab_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/pubtab_dataset.py -------------------------------------------------------------------------------- /ppocr/data/simple_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/data/simple_dataset.py -------------------------------------------------------------------------------- /ppocr/ext_op/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/ext_op/__init__.py -------------------------------------------------------------------------------- /ppocr/ext_op/roi_align_rotated/roi_align_rotated.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/ext_op/roi_align_rotated/roi_align_rotated.cc -------------------------------------------------------------------------------- /ppocr/ext_op/roi_align_rotated/roi_align_rotated.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/ext_op/roi_align_rotated/roi_align_rotated.cu -------------------------------------------------------------------------------- /ppocr/ext_op/roi_align_rotated/roi_align_rotated.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/ext_op/roi_align_rotated/roi_align_rotated.py -------------------------------------------------------------------------------- /ppocr/losses/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/__init__.py -------------------------------------------------------------------------------- /ppocr/losses/ace_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/ace_loss.py -------------------------------------------------------------------------------- /ppocr/losses/basic_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/basic_loss.py -------------------------------------------------------------------------------- /ppocr/losses/center_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/center_loss.py -------------------------------------------------------------------------------- /ppocr/losses/cls_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/cls_loss.py -------------------------------------------------------------------------------- /ppocr/losses/combined_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/combined_loss.py -------------------------------------------------------------------------------- /ppocr/losses/det_basic_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/det_basic_loss.py -------------------------------------------------------------------------------- /ppocr/losses/det_ct_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/det_ct_loss.py -------------------------------------------------------------------------------- /ppocr/losses/det_db_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/det_db_loss.py -------------------------------------------------------------------------------- /ppocr/losses/det_drrg_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/det_drrg_loss.py -------------------------------------------------------------------------------- /ppocr/losses/det_east_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/det_east_loss.py -------------------------------------------------------------------------------- /ppocr/losses/det_fce_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/det_fce_loss.py -------------------------------------------------------------------------------- /ppocr/losses/det_pse_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/det_pse_loss.py -------------------------------------------------------------------------------- /ppocr/losses/det_sast_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/det_sast_loss.py -------------------------------------------------------------------------------- /ppocr/losses/distillation_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/distillation_loss.py -------------------------------------------------------------------------------- /ppocr/losses/e2e_pg_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/e2e_pg_loss.py -------------------------------------------------------------------------------- /ppocr/losses/kie_sdmgr_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/kie_sdmgr_loss.py -------------------------------------------------------------------------------- /ppocr/losses/rec_aster_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/rec_aster_loss.py -------------------------------------------------------------------------------- /ppocr/losses/rec_att_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/rec_att_loss.py -------------------------------------------------------------------------------- /ppocr/losses/rec_can_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/rec_can_loss.py -------------------------------------------------------------------------------- /ppocr/losses/rec_ce_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/rec_ce_loss.py -------------------------------------------------------------------------------- /ppocr/losses/rec_ctc_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/rec_ctc_loss.py -------------------------------------------------------------------------------- /ppocr/losses/rec_enhanced_ctc_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/rec_enhanced_ctc_loss.py -------------------------------------------------------------------------------- /ppocr/losses/rec_multi_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/rec_multi_loss.py -------------------------------------------------------------------------------- /ppocr/losses/rec_nrtr_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/rec_nrtr_loss.py -------------------------------------------------------------------------------- /ppocr/losses/rec_pren_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/rec_pren_loss.py -------------------------------------------------------------------------------- /ppocr/losses/rec_rfl_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/rec_rfl_loss.py -------------------------------------------------------------------------------- /ppocr/losses/rec_sar_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/rec_sar_loss.py -------------------------------------------------------------------------------- /ppocr/losses/rec_satrn_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/rec_satrn_loss.py -------------------------------------------------------------------------------- /ppocr/losses/rec_spin_att_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/rec_spin_att_loss.py -------------------------------------------------------------------------------- /ppocr/losses/rec_srn_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/rec_srn_loss.py -------------------------------------------------------------------------------- /ppocr/losses/rec_vl_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/rec_vl_loss.py -------------------------------------------------------------------------------- /ppocr/losses/stroke_focus_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/stroke_focus_loss.py -------------------------------------------------------------------------------- /ppocr/losses/table_att_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/table_att_loss.py -------------------------------------------------------------------------------- /ppocr/losses/table_master_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/table_master_loss.py -------------------------------------------------------------------------------- /ppocr/losses/text_focus_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/text_focus_loss.py -------------------------------------------------------------------------------- /ppocr/losses/vqa_token_layoutlm_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/losses/vqa_token_layoutlm_loss.py -------------------------------------------------------------------------------- /ppocr/metrics/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/metrics/__init__.py -------------------------------------------------------------------------------- /ppocr/metrics/cls_metric.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/metrics/cls_metric.py -------------------------------------------------------------------------------- /ppocr/metrics/ct_metric.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/metrics/ct_metric.py -------------------------------------------------------------------------------- /ppocr/metrics/det_metric.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/metrics/det_metric.py -------------------------------------------------------------------------------- /ppocr/metrics/distillation_metric.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/metrics/distillation_metric.py -------------------------------------------------------------------------------- /ppocr/metrics/e2e_metric.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/metrics/e2e_metric.py -------------------------------------------------------------------------------- /ppocr/metrics/eval_det_iou.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/metrics/eval_det_iou.py -------------------------------------------------------------------------------- /ppocr/metrics/kie_metric.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/metrics/kie_metric.py -------------------------------------------------------------------------------- /ppocr/metrics/rec_metric.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/metrics/rec_metric.py -------------------------------------------------------------------------------- /ppocr/metrics/sr_metric.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/metrics/sr_metric.py -------------------------------------------------------------------------------- /ppocr/metrics/table_metric.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/metrics/table_metric.py -------------------------------------------------------------------------------- /ppocr/metrics/vqa_token_re_metric.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/metrics/vqa_token_re_metric.py -------------------------------------------------------------------------------- /ppocr/metrics/vqa_token_ser_metric.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/metrics/vqa_token_ser_metric.py -------------------------------------------------------------------------------- /ppocr/modeling/architectures/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/architectures/__init__.py -------------------------------------------------------------------------------- /ppocr/modeling/architectures/base_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/architectures/base_model.py -------------------------------------------------------------------------------- /ppocr/modeling/architectures/distillation_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/architectures/distillation_model.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/__init__.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/det_mobilenet_v3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/det_mobilenet_v3.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/det_pp_lcnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/det_pp_lcnet.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/det_resnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/det_resnet.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/det_resnet_vd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/det_resnet_vd.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/det_resnet_vd_sast.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/det_resnet_vd_sast.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/e2e_resnet_vd_pg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/e2e_resnet_vd_pg.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/kie_unet_sdmgr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/kie_unet_sdmgr.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/rec_densenet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/rec_densenet.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/rec_efficientb3_pren.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/rec_efficientb3_pren.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/rec_hgnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/rec_hgnet.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/rec_lcnetv3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/rec_lcnetv3.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/rec_micronet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/rec_micronet.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/rec_mobilenet_v3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/rec_mobilenet_v3.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/rec_mv1_enhance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/rec_mv1_enhance.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/rec_nrtr_mtb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/rec_nrtr_mtb.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/rec_resnet_31.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/rec_resnet_31.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/rec_resnet_32.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/rec_resnet_32.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/rec_resnet_45.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/rec_resnet_45.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/rec_resnet_aster.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/rec_resnet_aster.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/rec_resnet_fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/rec_resnet_fpn.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/rec_resnet_rfl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/rec_resnet_rfl.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/rec_resnet_vd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/rec_resnet_vd.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/rec_shallow_cnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/rec_shallow_cnn.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/rec_svtrnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/rec_svtrnet.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/rec_vitstr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/rec_vitstr.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/table_master_resnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/table_master_resnet.py -------------------------------------------------------------------------------- /ppocr/modeling/backbones/vqa_layoutlm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/backbones/vqa_layoutlm.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/__init__.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/cls_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/cls_head.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/det_ct_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/det_ct_head.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/det_db_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/det_db_head.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/det_drrg_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/det_drrg_head.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/det_east_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/det_east_head.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/det_fce_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/det_fce_head.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/det_pse_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/det_pse_head.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/det_sast_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/det_sast_head.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/e2e_pg_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/e2e_pg_head.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/gcn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/gcn.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/kie_sdmgr_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/kie_sdmgr_head.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/local_graph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/local_graph.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/proposal_local_graph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/proposal_local_graph.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/rec_abinet_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/rec_abinet_head.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/rec_aster_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/rec_aster_head.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/rec_att_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/rec_att_head.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/rec_can_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/rec_can_head.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/rec_ctc_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/rec_ctc_head.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/rec_multi_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/rec_multi_head.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/rec_nrtr_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/rec_nrtr_head.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/rec_pren_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/rec_pren_head.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/rec_rfl_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/rec_rfl_head.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/rec_robustscanner_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/rec_robustscanner_head.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/rec_sar_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/rec_sar_head.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/rec_satrn_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/rec_satrn_head.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/rec_spin_att_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/rec_spin_att_head.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/rec_srn_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/rec_srn_head.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/rec_visionlan_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/rec_visionlan_head.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/self_attention.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/self_attention.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/sr_rensnet_transformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/sr_rensnet_transformer.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/table_att_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/table_att_head.py -------------------------------------------------------------------------------- /ppocr/modeling/heads/table_master_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/heads/table_master_head.py -------------------------------------------------------------------------------- /ppocr/modeling/necks/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/necks/__init__.py -------------------------------------------------------------------------------- /ppocr/modeling/necks/csp_pan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/necks/csp_pan.py -------------------------------------------------------------------------------- /ppocr/modeling/necks/ct_fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/necks/ct_fpn.py -------------------------------------------------------------------------------- /ppocr/modeling/necks/db_fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/necks/db_fpn.py -------------------------------------------------------------------------------- /ppocr/modeling/necks/east_fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/necks/east_fpn.py -------------------------------------------------------------------------------- /ppocr/modeling/necks/fce_fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/necks/fce_fpn.py -------------------------------------------------------------------------------- /ppocr/modeling/necks/fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/necks/fpn.py -------------------------------------------------------------------------------- /ppocr/modeling/necks/fpn_unet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/necks/fpn_unet.py -------------------------------------------------------------------------------- /ppocr/modeling/necks/intracl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/necks/intracl.py -------------------------------------------------------------------------------- /ppocr/modeling/necks/pg_fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/necks/pg_fpn.py -------------------------------------------------------------------------------- /ppocr/modeling/necks/pren_fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/necks/pren_fpn.py -------------------------------------------------------------------------------- /ppocr/modeling/necks/rf_adaptor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/necks/rf_adaptor.py -------------------------------------------------------------------------------- /ppocr/modeling/necks/rnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/necks/rnn.py -------------------------------------------------------------------------------- /ppocr/modeling/necks/sast_fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/necks/sast_fpn.py -------------------------------------------------------------------------------- /ppocr/modeling/necks/table_fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/necks/table_fpn.py -------------------------------------------------------------------------------- /ppocr/modeling/transforms/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/transforms/__init__.py -------------------------------------------------------------------------------- /ppocr/modeling/transforms/gaspin_transformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/transforms/gaspin_transformer.py -------------------------------------------------------------------------------- /ppocr/modeling/transforms/stn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/transforms/stn.py -------------------------------------------------------------------------------- /ppocr/modeling/transforms/tbsrn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/transforms/tbsrn.py -------------------------------------------------------------------------------- /ppocr/modeling/transforms/tps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/transforms/tps.py -------------------------------------------------------------------------------- /ppocr/modeling/transforms/tps_spatial_transformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/transforms/tps_spatial_transformer.py -------------------------------------------------------------------------------- /ppocr/modeling/transforms/tsrn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/modeling/transforms/tsrn.py -------------------------------------------------------------------------------- /ppocr/optimizer/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/optimizer/__init__.py -------------------------------------------------------------------------------- /ppocr/optimizer/learning_rate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/optimizer/learning_rate.py -------------------------------------------------------------------------------- /ppocr/optimizer/lr_scheduler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/optimizer/lr_scheduler.py -------------------------------------------------------------------------------- /ppocr/optimizer/optimizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/optimizer/optimizer.py -------------------------------------------------------------------------------- /ppocr/optimizer/regularizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/optimizer/regularizer.py -------------------------------------------------------------------------------- /ppocr/postprocess/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/postprocess/__init__.py -------------------------------------------------------------------------------- /ppocr/postprocess/cls_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/postprocess/cls_postprocess.py -------------------------------------------------------------------------------- /ppocr/postprocess/ct_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/postprocess/ct_postprocess.py -------------------------------------------------------------------------------- /ppocr/postprocess/db_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/postprocess/db_postprocess.py -------------------------------------------------------------------------------- /ppocr/postprocess/drrg_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/postprocess/drrg_postprocess.py -------------------------------------------------------------------------------- /ppocr/postprocess/east_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/postprocess/east_postprocess.py -------------------------------------------------------------------------------- /ppocr/postprocess/fce_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/postprocess/fce_postprocess.py -------------------------------------------------------------------------------- /ppocr/postprocess/locality_aware_nms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/postprocess/locality_aware_nms.py -------------------------------------------------------------------------------- /ppocr/postprocess/pg_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/postprocess/pg_postprocess.py -------------------------------------------------------------------------------- /ppocr/postprocess/picodet_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/postprocess/picodet_postprocess.py -------------------------------------------------------------------------------- /ppocr/postprocess/pse_postprocess/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/postprocess/pse_postprocess/__init__.py -------------------------------------------------------------------------------- /ppocr/postprocess/pse_postprocess/pse/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/postprocess/pse_postprocess/pse/README.md -------------------------------------------------------------------------------- /ppocr/postprocess/pse_postprocess/pse/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/postprocess/pse_postprocess/pse/__init__.py -------------------------------------------------------------------------------- /ppocr/postprocess/pse_postprocess/pse/pse.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/postprocess/pse_postprocess/pse/pse.pyx -------------------------------------------------------------------------------- /ppocr/postprocess/pse_postprocess/pse/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/postprocess/pse_postprocess/pse/setup.py -------------------------------------------------------------------------------- /ppocr/postprocess/pse_postprocess/pse_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/postprocess/pse_postprocess/pse_postprocess.py -------------------------------------------------------------------------------- /ppocr/postprocess/rec_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/postprocess/rec_postprocess.py -------------------------------------------------------------------------------- /ppocr/postprocess/sast_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/postprocess/sast_postprocess.py -------------------------------------------------------------------------------- /ppocr/postprocess/table_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/postprocess/table_postprocess.py -------------------------------------------------------------------------------- /ppocr/postprocess/vqa_token_re_layoutlm_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/postprocess/vqa_token_re_layoutlm_postprocess.py -------------------------------------------------------------------------------- /ppocr/postprocess/vqa_token_ser_layoutlm_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/postprocess/vqa_token_ser_layoutlm_postprocess.py -------------------------------------------------------------------------------- /ppocr/utils/EN_symbol_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/EN_symbol_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/__init__.py -------------------------------------------------------------------------------- /ppocr/utils/dict/ar_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/ar_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/arabic_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/arabic_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/be_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/be_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/bg_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/bg_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/chinese_cht_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/chinese_cht_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/confuse.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/confuse.pkl -------------------------------------------------------------------------------- /ppocr/utils/dict/cyrillic_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/cyrillic_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/devanagari_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/devanagari_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/en_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/en_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/fa_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/fa_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/french_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/french_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/german_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/german_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/hi_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/hi_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/it_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/it_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/japan_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/japan_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/ka_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/ka_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/kie_dict/xfund_class_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/kie_dict/xfund_class_list.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/korean_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/korean_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/latex_symbol_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/latex_symbol_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/latin_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/latin_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/layout_dict/layout_cdla_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/layout_dict/layout_cdla_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/layout_dict/layout_publaynet_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/layout_dict/layout_publaynet_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/layout_dict/layout_table_dict.txt: -------------------------------------------------------------------------------- 1 | table -------------------------------------------------------------------------------- /ppocr/utils/dict/mr_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/mr_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/ne_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/ne_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/oc_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/oc_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/pu_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/pu_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/rs_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/rs_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/rsc_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/rsc_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/ru_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/ru_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/spin_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/spin_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/ta_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/ta_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/table_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/table_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/table_master_structure_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/table_master_structure_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/table_structure_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/table_structure_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/table_structure_dict_ch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/table_structure_dict_ch.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/te_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/te_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/ug_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/ug_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/uk_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/uk_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/ur_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/ur_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict/xi_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict/xi_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/dict90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/dict90.txt -------------------------------------------------------------------------------- /ppocr/utils/e2e_metric/Deteval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/e2e_metric/Deteval.py -------------------------------------------------------------------------------- /ppocr/utils/e2e_metric/polygon_fast.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/e2e_metric/polygon_fast.py -------------------------------------------------------------------------------- /ppocr/utils/e2e_utils/extract_batchsize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/e2e_utils/extract_batchsize.py -------------------------------------------------------------------------------- /ppocr/utils/e2e_utils/extract_textpoint_fast.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/e2e_utils/extract_textpoint_fast.py -------------------------------------------------------------------------------- /ppocr/utils/e2e_utils/extract_textpoint_slow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/e2e_utils/extract_textpoint_slow.py -------------------------------------------------------------------------------- /ppocr/utils/e2e_utils/pgnet_pp_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/e2e_utils/pgnet_pp_utils.py -------------------------------------------------------------------------------- /ppocr/utils/e2e_utils/visual.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/e2e_utils/visual.py -------------------------------------------------------------------------------- /ppocr/utils/en_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/en_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/gen_label.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/gen_label.py -------------------------------------------------------------------------------- /ppocr/utils/ic15_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/ic15_dict.txt -------------------------------------------------------------------------------- /ppocr/utils/iou.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/iou.py -------------------------------------------------------------------------------- /ppocr/utils/loggers/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/loggers/__init__.py -------------------------------------------------------------------------------- /ppocr/utils/loggers/base_logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/loggers/base_logger.py -------------------------------------------------------------------------------- /ppocr/utils/loggers/loggers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/loggers/loggers.py -------------------------------------------------------------------------------- /ppocr/utils/loggers/vdl_logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/loggers/vdl_logger.py -------------------------------------------------------------------------------- /ppocr/utils/loggers/wandb_logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/loggers/wandb_logger.py -------------------------------------------------------------------------------- /ppocr/utils/logging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/logging.py -------------------------------------------------------------------------------- /ppocr/utils/network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/network.py -------------------------------------------------------------------------------- /ppocr/utils/poly_nms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/poly_nms.py -------------------------------------------------------------------------------- /ppocr/utils/ppocr_keys_v1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/ppocr_keys_v1.txt -------------------------------------------------------------------------------- /ppocr/utils/profiler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/profiler.py -------------------------------------------------------------------------------- /ppocr/utils/save_load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/save_load.py -------------------------------------------------------------------------------- /ppocr/utils/stats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/stats.py -------------------------------------------------------------------------------- /ppocr/utils/utility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/utility.py -------------------------------------------------------------------------------- /ppocr/utils/visual.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/ppocr/utils/visual.py -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/readme.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/requirements.txt -------------------------------------------------------------------------------- /tools/create_lmdb_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/tools/create_lmdb_dataset.py -------------------------------------------------------------------------------- /tools/eval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/tools/eval.py -------------------------------------------------------------------------------- /tools/export.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/tools/export.py -------------------------------------------------------------------------------- /tools/infer/onnx_engine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/tools/infer/onnx_engine.py -------------------------------------------------------------------------------- /tools/infer/predict_cls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/tools/infer/predict_cls.py -------------------------------------------------------------------------------- /tools/infer/predict_det.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/tools/infer/predict_det.py -------------------------------------------------------------------------------- /tools/infer/predict_rec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/tools/infer/predict_rec.py -------------------------------------------------------------------------------- /tools/infer/predict_system.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/tools/infer/predict_system.py -------------------------------------------------------------------------------- /tools/infer/utility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/tools/infer/utility.py -------------------------------------------------------------------------------- /tools/infer_cls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/tools/infer_cls.py -------------------------------------------------------------------------------- /tools/infer_det.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/tools/infer_det.py -------------------------------------------------------------------------------- /tools/infer_rec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/tools/infer_rec.py -------------------------------------------------------------------------------- /tools/train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/tools/train.py -------------------------------------------------------------------------------- /tools/utility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/tools/utility.py -------------------------------------------------------------------------------- /torchocr/__init__.py: -------------------------------------------------------------------------------- 1 | from .engine import Config, Trainer -------------------------------------------------------------------------------- /torchocr/data/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/__init__.py -------------------------------------------------------------------------------- /torchocr/data/cache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/cache.py -------------------------------------------------------------------------------- /torchocr/data/collate_fn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/collate_fn.py -------------------------------------------------------------------------------- /torchocr/data/imaug/ColorJitter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/imaug/ColorJitter.py -------------------------------------------------------------------------------- /torchocr/data/imaug/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/imaug/__init__.py -------------------------------------------------------------------------------- /torchocr/data/imaug/abinet_aug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/imaug/abinet_aug.py -------------------------------------------------------------------------------- /torchocr/data/imaug/copy_paste.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/imaug/copy_paste.py -------------------------------------------------------------------------------- /torchocr/data/imaug/ct_process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/imaug/ct_process.py -------------------------------------------------------------------------------- /torchocr/data/imaug/drrg_targets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/imaug/drrg_targets.py -------------------------------------------------------------------------------- /torchocr/data/imaug/east_process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/imaug/east_process.py -------------------------------------------------------------------------------- /torchocr/data/imaug/fce_aug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/imaug/fce_aug.py -------------------------------------------------------------------------------- /torchocr/data/imaug/fce_targets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/imaug/fce_targets.py -------------------------------------------------------------------------------- /torchocr/data/imaug/iaa_augment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/imaug/iaa_augment.py -------------------------------------------------------------------------------- /torchocr/data/imaug/label_ops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/imaug/label_ops.py -------------------------------------------------------------------------------- /torchocr/data/imaug/make_border_map.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/imaug/make_border_map.py -------------------------------------------------------------------------------- /torchocr/data/imaug/make_pse_gt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/imaug/make_pse_gt.py -------------------------------------------------------------------------------- /torchocr/data/imaug/make_shrink_map.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/imaug/make_shrink_map.py -------------------------------------------------------------------------------- /torchocr/data/imaug/operators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/imaug/operators.py -------------------------------------------------------------------------------- /torchocr/data/imaug/pg_process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/imaug/pg_process.py -------------------------------------------------------------------------------- /torchocr/data/imaug/randaugment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/imaug/randaugment.py -------------------------------------------------------------------------------- /torchocr/data/imaug/random_crop_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/imaug/random_crop_data.py -------------------------------------------------------------------------------- /torchocr/data/imaug/rec_img_aug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/imaug/rec_img_aug.py -------------------------------------------------------------------------------- /torchocr/data/imaug/sast_process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/imaug/sast_process.py -------------------------------------------------------------------------------- /torchocr/data/imaug/ssl_img_aug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/imaug/ssl_img_aug.py -------------------------------------------------------------------------------- /torchocr/data/imaug/table_ops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/imaug/table_ops.py -------------------------------------------------------------------------------- /torchocr/data/imaug/text_image_aug/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/imaug/text_image_aug/__init__.py -------------------------------------------------------------------------------- /torchocr/data/imaug/text_image_aug/augment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/imaug/text_image_aug/augment.py -------------------------------------------------------------------------------- /torchocr/data/imaug/text_image_aug/warp_mls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/imaug/text_image_aug/warp_mls.py -------------------------------------------------------------------------------- /torchocr/data/lmdb_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/lmdb_dataset.py -------------------------------------------------------------------------------- /torchocr/data/multi_scale_sampler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/multi_scale_sampler.py -------------------------------------------------------------------------------- /torchocr/data/pgnet_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/pgnet_dataset.py -------------------------------------------------------------------------------- /torchocr/data/pubtab_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/pubtab_dataset.py -------------------------------------------------------------------------------- /torchocr/data/simple_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/data/simple_dataset.py -------------------------------------------------------------------------------- /torchocr/engine/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/engine/__init__.py -------------------------------------------------------------------------------- /torchocr/engine/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/engine/config.py -------------------------------------------------------------------------------- /torchocr/engine/trainer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/engine/trainer.py -------------------------------------------------------------------------------- /torchocr/losses/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/__init__.py -------------------------------------------------------------------------------- /torchocr/losses/ace_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/ace_loss.py -------------------------------------------------------------------------------- /torchocr/losses/basic_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/basic_loss.py -------------------------------------------------------------------------------- /torchocr/losses/center_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/center_loss.py -------------------------------------------------------------------------------- /torchocr/losses/cls_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/cls_loss.py -------------------------------------------------------------------------------- /torchocr/losses/combined_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/combined_loss.py -------------------------------------------------------------------------------- /torchocr/losses/det_basic_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/det_basic_loss.py -------------------------------------------------------------------------------- /torchocr/losses/det_ct_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/det_ct_loss.py -------------------------------------------------------------------------------- /torchocr/losses/det_db_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/det_db_loss.py -------------------------------------------------------------------------------- /torchocr/losses/det_drrg_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/det_drrg_loss.py -------------------------------------------------------------------------------- /torchocr/losses/det_east_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/det_east_loss.py -------------------------------------------------------------------------------- /torchocr/losses/det_fce_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/det_fce_loss.py -------------------------------------------------------------------------------- /torchocr/losses/det_pse_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/det_pse_loss.py -------------------------------------------------------------------------------- /torchocr/losses/det_sast_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/det_sast_loss.py -------------------------------------------------------------------------------- /torchocr/losses/distillation_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/distillation_loss.py -------------------------------------------------------------------------------- /torchocr/losses/e2e_pg_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/e2e_pg_loss.py -------------------------------------------------------------------------------- /torchocr/losses/kd_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/kd_loss.py -------------------------------------------------------------------------------- /torchocr/losses/kie_sdmgr_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/kie_sdmgr_loss.py -------------------------------------------------------------------------------- /torchocr/losses/rec_aster_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/rec_aster_loss.py -------------------------------------------------------------------------------- /torchocr/losses/rec_att_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/rec_att_loss.py -------------------------------------------------------------------------------- /torchocr/losses/rec_can_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/rec_can_loss.py -------------------------------------------------------------------------------- /torchocr/losses/rec_ce_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/rec_ce_loss.py -------------------------------------------------------------------------------- /torchocr/losses/rec_ctc_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/rec_ctc_loss.py -------------------------------------------------------------------------------- /torchocr/losses/rec_enhanced_ctc_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/rec_enhanced_ctc_loss.py -------------------------------------------------------------------------------- /torchocr/losses/rec_multi_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/rec_multi_loss.py -------------------------------------------------------------------------------- /torchocr/losses/rec_nrtr_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/rec_nrtr_loss.py -------------------------------------------------------------------------------- /torchocr/losses/rec_pren_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/rec_pren_loss.py -------------------------------------------------------------------------------- /torchocr/losses/rec_rfl_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/rec_rfl_loss.py -------------------------------------------------------------------------------- /torchocr/losses/rec_sar_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/rec_sar_loss.py -------------------------------------------------------------------------------- /torchocr/losses/rec_satrn_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/rec_satrn_loss.py -------------------------------------------------------------------------------- /torchocr/losses/rec_spin_att_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/rec_spin_att_loss.py -------------------------------------------------------------------------------- /torchocr/losses/rec_srn_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/rec_srn_loss.py -------------------------------------------------------------------------------- /torchocr/losses/rec_vl_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/rec_vl_loss.py -------------------------------------------------------------------------------- /torchocr/losses/stroke_focus_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/stroke_focus_loss.py -------------------------------------------------------------------------------- /torchocr/losses/table_att_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/table_att_loss.py -------------------------------------------------------------------------------- /torchocr/losses/table_master_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/table_master_loss.py -------------------------------------------------------------------------------- /torchocr/losses/text_focus_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/losses/text_focus_loss.py -------------------------------------------------------------------------------- /torchocr/metrics/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/metrics/__init__.py -------------------------------------------------------------------------------- /torchocr/metrics/cls_metric.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/metrics/cls_metric.py -------------------------------------------------------------------------------- /torchocr/metrics/det_metric.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/metrics/det_metric.py -------------------------------------------------------------------------------- /torchocr/metrics/distillation_metric.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/metrics/distillation_metric.py -------------------------------------------------------------------------------- /torchocr/metrics/e2e_metric.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/metrics/e2e_metric.py -------------------------------------------------------------------------------- /torchocr/metrics/eval_det_iou.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/metrics/eval_det_iou.py -------------------------------------------------------------------------------- /torchocr/metrics/rec_metric.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/metrics/rec_metric.py -------------------------------------------------------------------------------- /torchocr/modeling/architectures/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/architectures/__init__.py -------------------------------------------------------------------------------- /torchocr/modeling/architectures/base_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/architectures/base_model.py -------------------------------------------------------------------------------- /torchocr/modeling/architectures/distillation_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/architectures/distillation_model.py -------------------------------------------------------------------------------- /torchocr/modeling/backbones/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/backbones/__init__.py -------------------------------------------------------------------------------- /torchocr/modeling/backbones/det_mobilenet_v3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/backbones/det_mobilenet_v3.py -------------------------------------------------------------------------------- /torchocr/modeling/backbones/det_resnet_vd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/backbones/det_resnet_vd.py -------------------------------------------------------------------------------- /torchocr/modeling/backbones/rec_hgnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/backbones/rec_hgnet.py -------------------------------------------------------------------------------- /torchocr/modeling/backbones/rec_lcnetv3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/backbones/rec_lcnetv3.py -------------------------------------------------------------------------------- /torchocr/modeling/backbones/rec_mobilenet_v3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/backbones/rec_mobilenet_v3.py -------------------------------------------------------------------------------- /torchocr/modeling/backbones/rec_mv1_enhance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/backbones/rec_mv1_enhance.py -------------------------------------------------------------------------------- /torchocr/modeling/backbones/rec_nrtr_mtb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/backbones/rec_nrtr_mtb.py -------------------------------------------------------------------------------- /torchocr/modeling/backbones/rec_resnet_31.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/backbones/rec_resnet_31.py -------------------------------------------------------------------------------- /torchocr/modeling/backbones/rec_resnet_vd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/backbones/rec_resnet_vd.py -------------------------------------------------------------------------------- /torchocr/modeling/backbones/rec_svtrnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/backbones/rec_svtrnet.py -------------------------------------------------------------------------------- /torchocr/modeling/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/common.py -------------------------------------------------------------------------------- /torchocr/modeling/heads/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/heads/__init__.py -------------------------------------------------------------------------------- /torchocr/modeling/heads/cls_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/heads/cls_head.py -------------------------------------------------------------------------------- /torchocr/modeling/heads/det_db_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/heads/det_db_head.py -------------------------------------------------------------------------------- /torchocr/modeling/heads/multiheadAttention.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/heads/multiheadAttention.py -------------------------------------------------------------------------------- /torchocr/modeling/heads/rec_att_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/heads/rec_att_head.py -------------------------------------------------------------------------------- /torchocr/modeling/heads/rec_ctc_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/heads/rec_ctc_head.py -------------------------------------------------------------------------------- /torchocr/modeling/heads/rec_multi_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/heads/rec_multi_head.py -------------------------------------------------------------------------------- /torchocr/modeling/heads/rec_nrtr_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/heads/rec_nrtr_head.py -------------------------------------------------------------------------------- /torchocr/modeling/heads/rec_sar_head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/heads/rec_sar_head.py -------------------------------------------------------------------------------- /torchocr/modeling/necks/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/necks/__init__.py -------------------------------------------------------------------------------- /torchocr/modeling/necks/db_fpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/necks/db_fpn.py -------------------------------------------------------------------------------- /torchocr/modeling/necks/intracl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/necks/intracl.py -------------------------------------------------------------------------------- /torchocr/modeling/necks/rnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/necks/rnn.py -------------------------------------------------------------------------------- /torchocr/modeling/transforms/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/transforms/__init__.py -------------------------------------------------------------------------------- /torchocr/modeling/transforms/tps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/modeling/transforms/tps.py -------------------------------------------------------------------------------- /torchocr/optimizer/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/optimizer/__init__.py -------------------------------------------------------------------------------- /torchocr/optimizer/lr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/optimizer/lr.py -------------------------------------------------------------------------------- /torchocr/postprocess/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/postprocess/__init__.py -------------------------------------------------------------------------------- /torchocr/postprocess/cls_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/postprocess/cls_postprocess.py -------------------------------------------------------------------------------- /torchocr/postprocess/ct_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/postprocess/ct_postprocess.py -------------------------------------------------------------------------------- /torchocr/postprocess/db_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/postprocess/db_postprocess.py -------------------------------------------------------------------------------- /torchocr/postprocess/drrg_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/postprocess/drrg_postprocess.py -------------------------------------------------------------------------------- /torchocr/postprocess/east_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/postprocess/east_postprocess.py -------------------------------------------------------------------------------- /torchocr/postprocess/fce_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/postprocess/fce_postprocess.py -------------------------------------------------------------------------------- /torchocr/postprocess/locality_aware_nms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/postprocess/locality_aware_nms.py -------------------------------------------------------------------------------- /torchocr/postprocess/pg_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/postprocess/pg_postprocess.py -------------------------------------------------------------------------------- /torchocr/postprocess/picodet_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/postprocess/picodet_postprocess.py -------------------------------------------------------------------------------- /torchocr/postprocess/pse_postprocess/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/postprocess/pse_postprocess/__init__.py -------------------------------------------------------------------------------- /torchocr/postprocess/pse_postprocess/pse/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/postprocess/pse_postprocess/pse/README.md -------------------------------------------------------------------------------- /torchocr/postprocess/pse_postprocess/pse/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/postprocess/pse_postprocess/pse/__init__.py -------------------------------------------------------------------------------- /torchocr/postprocess/pse_postprocess/pse/pse.pyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/postprocess/pse_postprocess/pse/pse.pyx -------------------------------------------------------------------------------- /torchocr/postprocess/pse_postprocess/pse/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/postprocess/pse_postprocess/pse/setup.py -------------------------------------------------------------------------------- /torchocr/postprocess/pse_postprocess/pse_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/postprocess/pse_postprocess/pse_postprocess.py -------------------------------------------------------------------------------- /torchocr/postprocess/rec_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/postprocess/rec_postprocess.py -------------------------------------------------------------------------------- /torchocr/postprocess/sast_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/postprocess/sast_postprocess.py -------------------------------------------------------------------------------- /torchocr/postprocess/table_postprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/postprocess/table_postprocess.py -------------------------------------------------------------------------------- /torchocr/utils/EN_symbol_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/EN_symbol_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /torchocr/utils/ckpt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/ckpt.py -------------------------------------------------------------------------------- /torchocr/utils/dict/ar_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/ar_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/arabic_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/arabic_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/be_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/be_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/bg_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/bg_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/chinese_cht_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/chinese_cht_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/confuse.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/confuse.pkl -------------------------------------------------------------------------------- /torchocr/utils/dict/cyrillic_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/cyrillic_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/devanagari_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/devanagari_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/en_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/en_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/fa_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/fa_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/french_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/french_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/german_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/german_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/hi_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/hi_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/it_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/it_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/japan_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/japan_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/ka_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/ka_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/kie_dict/xfund_class_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/kie_dict/xfund_class_list.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/korean_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/korean_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/latex_symbol_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/latex_symbol_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/latin_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/latin_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/layout_dict/layout_cdla_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/layout_dict/layout_cdla_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/layout_dict/layout_publaynet_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/layout_dict/layout_publaynet_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/layout_dict/layout_table_dict.txt: -------------------------------------------------------------------------------- 1 | table -------------------------------------------------------------------------------- /torchocr/utils/dict/mr_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/mr_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/ne_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/ne_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/oc_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/oc_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/pu_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/pu_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/rs_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/rs_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/rsc_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/rsc_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/ru_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/ru_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/spin_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/spin_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/ta_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/ta_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/table_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/table_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/table_master_structure_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/table_master_structure_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/table_structure_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/table_structure_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/table_structure_dict_ch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/table_structure_dict_ch.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/te_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/te_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/ug_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/ug_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/uk_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/uk_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/ur_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/ur_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict/xi_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict/xi_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/dict90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/dict90.txt -------------------------------------------------------------------------------- /torchocr/utils/e2e_metric/Deteval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/e2e_metric/Deteval.py -------------------------------------------------------------------------------- /torchocr/utils/e2e_metric/polygon_fast.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/e2e_metric/polygon_fast.py -------------------------------------------------------------------------------- /torchocr/utils/e2e_utils/extract_batchsize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/e2e_utils/extract_batchsize.py -------------------------------------------------------------------------------- /torchocr/utils/e2e_utils/extract_textpoint_fast.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/e2e_utils/extract_textpoint_fast.py -------------------------------------------------------------------------------- /torchocr/utils/e2e_utils/extract_textpoint_slow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/e2e_utils/extract_textpoint_slow.py -------------------------------------------------------------------------------- /torchocr/utils/e2e_utils/pgnet_pp_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/e2e_utils/pgnet_pp_utils.py -------------------------------------------------------------------------------- /torchocr/utils/e2e_utils/visual.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/e2e_utils/visual.py -------------------------------------------------------------------------------- /torchocr/utils/en_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/en_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/gen_label.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/gen_label.py -------------------------------------------------------------------------------- /torchocr/utils/ic15_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/ic15_dict.txt -------------------------------------------------------------------------------- /torchocr/utils/logging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/logging.py -------------------------------------------------------------------------------- /torchocr/utils/poly_nms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/poly_nms.py -------------------------------------------------------------------------------- /torchocr/utils/ppocr_keys_v1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/ppocr_keys_v1.txt -------------------------------------------------------------------------------- /torchocr/utils/stats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/stats.py -------------------------------------------------------------------------------- /torchocr/utils/utility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/utility.py -------------------------------------------------------------------------------- /torchocr/utils/visual.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WenmuZhou/PytorchOCR/HEAD/torchocr/utils/visual.py --------------------------------------------------------------------------------