paddlex 2.0.0rc4__py3-none-any.whl → 3.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- paddlex/.version +1 -0
- paddlex/__init__.py +35 -18
- paddlex/__main__.py +39 -0
- paddlex/configs/modules/3d_bev_detection/BEVFusion.yaml +38 -0
- paddlex/configs/modules/chart_parsing/PP-Chart2Table.yaml +13 -0
- paddlex/configs/modules/doc_text_orientation/PP-LCNet_x1_0_doc_ori.yaml +41 -0
- paddlex/configs/modules/doc_vlm/PP-DocBee-2B.yaml +14 -0
- paddlex/configs/modules/doc_vlm/PP-DocBee-7B.yaml +14 -0
- paddlex/configs/modules/doc_vlm/PP-DocBee2-3B.yaml +14 -0
- paddlex/configs/modules/face_detection/BlazeFace-FPN-SSH.yaml +40 -0
- paddlex/configs/modules/face_detection/BlazeFace.yaml +40 -0
- paddlex/configs/modules/face_detection/PP-YOLOE_plus-S_face.yaml +40 -0
- paddlex/configs/modules/face_detection/PicoDet_LCNet_x2_5_face.yaml +40 -0
- paddlex/configs/modules/face_feature/MobileFaceNet.yaml +41 -0
- paddlex/configs/modules/face_feature/ResNet50_face.yaml +41 -0
- paddlex/configs/modules/formula_recognition/LaTeX_OCR_rec.yaml +40 -0
- paddlex/configs/modules/formula_recognition/PP-FormulaNet-L.yaml +40 -0
- paddlex/configs/modules/formula_recognition/PP-FormulaNet-S.yaml +40 -0
- paddlex/configs/modules/formula_recognition/PP-FormulaNet_plus-L.yaml +40 -0
- paddlex/configs/modules/formula_recognition/PP-FormulaNet_plus-M.yaml +40 -0
- paddlex/configs/modules/formula_recognition/PP-FormulaNet_plus-S.yaml +40 -0
- paddlex/configs/modules/formula_recognition/UniMERNet.yaml +40 -0
- paddlex/configs/modules/human_detection/PP-YOLOE-L_human.yaml +42 -0
- paddlex/configs/modules/human_detection/PP-YOLOE-S_human.yaml +42 -0
- paddlex/configs/modules/image_anomaly_detection/STFPM.yaml +41 -0
- paddlex/configs/modules/image_classification/CLIP_vit_base_patch16_224.yaml +41 -0
- paddlex/configs/modules/image_classification/CLIP_vit_large_patch14_224.yaml +41 -0
- paddlex/configs/modules/image_classification/ConvNeXt_base_224.yaml +41 -0
- paddlex/configs/modules/image_classification/ConvNeXt_base_384.yaml +41 -0
- paddlex/configs/modules/image_classification/ConvNeXt_large_224.yaml +41 -0
- paddlex/configs/modules/image_classification/ConvNeXt_large_384.yaml +41 -0
- paddlex/configs/modules/image_classification/ConvNeXt_small.yaml +41 -0
- paddlex/configs/modules/image_classification/ConvNeXt_tiny.yaml +41 -0
- paddlex/configs/modules/image_classification/FasterNet-L.yaml +40 -0
- paddlex/configs/modules/image_classification/FasterNet-M.yaml +40 -0
- paddlex/configs/modules/image_classification/FasterNet-S.yaml +40 -0
- paddlex/configs/modules/image_classification/FasterNet-T0.yaml +40 -0
- paddlex/configs/modules/image_classification/FasterNet-T1.yaml +40 -0
- paddlex/configs/modules/image_classification/FasterNet-T2.yaml +40 -0
- paddlex/configs/modules/image_classification/MobileNetV1_x0_25.yaml +41 -0
- paddlex/configs/modules/image_classification/MobileNetV1_x0_5.yaml +41 -0
- paddlex/configs/modules/image_classification/MobileNetV1_x0_75.yaml +41 -0
- paddlex/configs/modules/image_classification/MobileNetV1_x1_0.yaml +41 -0
- paddlex/configs/modules/image_classification/MobileNetV2_x0_25.yaml +41 -0
- paddlex/configs/modules/image_classification/MobileNetV2_x0_5.yaml +41 -0
- paddlex/configs/modules/image_classification/MobileNetV2_x1_0.yaml +41 -0
- paddlex/configs/modules/image_classification/MobileNetV2_x1_5.yaml +41 -0
- paddlex/configs/modules/image_classification/MobileNetV2_x2_0.yaml +41 -0
- paddlex/configs/modules/image_classification/MobileNetV3_large_x0_35.yaml +41 -0
- paddlex/configs/modules/image_classification/MobileNetV3_large_x0_5.yaml +41 -0
- paddlex/configs/modules/image_classification/MobileNetV3_large_x0_75.yaml +41 -0
- paddlex/configs/modules/image_classification/MobileNetV3_large_x1_0.yaml +41 -0
- paddlex/configs/modules/image_classification/MobileNetV3_large_x1_25.yaml +41 -0
- paddlex/configs/modules/image_classification/MobileNetV3_small_x0_35.yaml +41 -0
- paddlex/configs/modules/image_classification/MobileNetV3_small_x0_5.yaml +41 -0
- paddlex/configs/modules/image_classification/MobileNetV3_small_x0_75.yaml +41 -0
- paddlex/configs/modules/image_classification/MobileNetV3_small_x1_0.yaml +41 -0
- paddlex/configs/modules/image_classification/MobileNetV3_small_x1_25.yaml +41 -0
- paddlex/configs/modules/image_classification/MobileNetV4_conv_large.yaml +41 -0
- paddlex/configs/modules/image_classification/MobileNetV4_conv_medium.yaml +41 -0
- paddlex/configs/modules/image_classification/MobileNetV4_conv_small.yaml +41 -0
- paddlex/configs/modules/image_classification/MobileNetV4_hybrid_large.yaml +41 -0
- paddlex/configs/modules/image_classification/MobileNetV4_hybrid_medium.yaml +41 -0
- paddlex/configs/modules/image_classification/PP-HGNetV2-B0.yaml +41 -0
- paddlex/configs/modules/image_classification/PP-HGNetV2-B1.yaml +41 -0
- paddlex/configs/modules/image_classification/PP-HGNetV2-B2.yaml +41 -0
- paddlex/configs/modules/image_classification/PP-HGNetV2-B3.yaml +41 -0
- paddlex/configs/modules/image_classification/PP-HGNetV2-B4.yaml +41 -0
- paddlex/configs/modules/image_classification/PP-HGNetV2-B5.yaml +41 -0
- paddlex/configs/modules/image_classification/PP-HGNetV2-B6.yaml +41 -0
- paddlex/configs/modules/image_classification/PP-HGNet_base.yaml +41 -0
- paddlex/configs/modules/image_classification/PP-HGNet_small.yaml +41 -0
- paddlex/configs/modules/image_classification/PP-HGNet_tiny.yaml +41 -0
- paddlex/configs/modules/image_classification/PP-LCNetV2_base.yaml +41 -0
- paddlex/configs/modules/image_classification/PP-LCNetV2_large.yaml +41 -0
- paddlex/configs/modules/image_classification/PP-LCNetV2_small.yaml +41 -0
- paddlex/configs/modules/image_classification/PP-LCNet_x0_25.yaml +41 -0
- paddlex/configs/modules/image_classification/PP-LCNet_x0_35.yaml +41 -0
- paddlex/configs/modules/image_classification/PP-LCNet_x0_5.yaml +41 -0
- paddlex/configs/modules/image_classification/PP-LCNet_x0_75.yaml +41 -0
- paddlex/configs/modules/image_classification/PP-LCNet_x1_0.yaml +41 -0
- paddlex/configs/modules/image_classification/PP-LCNet_x1_5.yaml +41 -0
- paddlex/configs/modules/image_classification/PP-LCNet_x2_0.yaml +41 -0
- paddlex/configs/modules/image_classification/PP-LCNet_x2_5.yaml +41 -0
- paddlex/configs/modules/image_classification/ResNet101.yaml +41 -0
- paddlex/configs/modules/image_classification/ResNet101_vd.yaml +41 -0
- paddlex/configs/modules/image_classification/ResNet152.yaml +41 -0
- paddlex/configs/modules/image_classification/ResNet152_vd.yaml +41 -0
- paddlex/configs/modules/image_classification/ResNet18.yaml +41 -0
- paddlex/configs/modules/image_classification/ResNet18_vd.yaml +41 -0
- paddlex/configs/modules/image_classification/ResNet200_vd.yaml +41 -0
- paddlex/configs/modules/image_classification/ResNet34.yaml +41 -0
- paddlex/configs/modules/image_classification/ResNet34_vd.yaml +41 -0
- paddlex/configs/modules/image_classification/ResNet50.yaml +41 -0
- paddlex/configs/modules/image_classification/ResNet50_vd.yaml +41 -0
- paddlex/configs/modules/image_classification/StarNet-S1.yaml +41 -0
- paddlex/configs/modules/image_classification/StarNet-S2.yaml +41 -0
- paddlex/configs/modules/image_classification/StarNet-S3.yaml +41 -0
- paddlex/configs/modules/image_classification/StarNet-S4.yaml +41 -0
- paddlex/configs/modules/image_classification/SwinTransformer_base_patch4_window12_384.yaml +41 -0
- paddlex/configs/modules/image_classification/SwinTransformer_base_patch4_window7_224.yaml +41 -0
- paddlex/configs/modules/image_classification/SwinTransformer_large_patch4_window12_384.yaml +41 -0
- paddlex/configs/modules/image_classification/SwinTransformer_large_patch4_window7_224.yaml +41 -0
- paddlex/configs/modules/image_classification/SwinTransformer_small_patch4_window7_224.yaml +41 -0
- paddlex/configs/modules/image_classification/SwinTransformer_tiny_patch4_window7_224.yaml +41 -0
- paddlex/configs/modules/image_feature/PP-ShiTuV2_rec.yaml +42 -0
- paddlex/configs/modules/image_feature/PP-ShiTuV2_rec_CLIP_vit_base.yaml +42 -0
- paddlex/configs/modules/image_feature/PP-ShiTuV2_rec_CLIP_vit_large.yaml +41 -0
- paddlex/configs/modules/image_multilabel_classification/CLIP_vit_base_patch16_448_ML.yaml +41 -0
- paddlex/configs/modules/image_multilabel_classification/PP-HGNetV2-B0_ML.yaml +41 -0
- paddlex/configs/modules/image_multilabel_classification/PP-HGNetV2-B4_ML.yaml +41 -0
- paddlex/configs/modules/image_multilabel_classification/PP-HGNetV2-B6_ML.yaml +41 -0
- paddlex/configs/modules/image_multilabel_classification/PP-LCNet_x1_0_ML.yaml +41 -0
- paddlex/configs/modules/image_multilabel_classification/ResNet50_ML.yaml +41 -0
- paddlex/configs/modules/image_unwarping/UVDoc.yaml +12 -0
- paddlex/configs/modules/instance_segmentation/Cascade-MaskRCNN-ResNet50-FPN.yaml +40 -0
- paddlex/configs/modules/instance_segmentation/Cascade-MaskRCNN-ResNet50-vd-SSLDv2-FPN.yaml +40 -0
- paddlex/configs/modules/instance_segmentation/Mask-RT-DETR-H.yaml +40 -0
- paddlex/configs/modules/instance_segmentation/Mask-RT-DETR-L.yaml +40 -0
- paddlex/configs/modules/instance_segmentation/Mask-RT-DETR-M.yaml +40 -0
- paddlex/configs/modules/instance_segmentation/Mask-RT-DETR-S.yaml +40 -0
- paddlex/configs/modules/instance_segmentation/Mask-RT-DETR-X.yaml +40 -0
- paddlex/configs/modules/instance_segmentation/MaskRCNN-ResNeXt101-vd-FPN.yaml +39 -0
- paddlex/configs/modules/instance_segmentation/MaskRCNN-ResNet101-FPN.yaml +40 -0
- paddlex/configs/modules/instance_segmentation/MaskRCNN-ResNet101-vd-FPN.yaml +40 -0
- paddlex/configs/modules/instance_segmentation/MaskRCNN-ResNet50-FPN.yaml +40 -0
- paddlex/configs/modules/instance_segmentation/MaskRCNN-ResNet50-vd-FPN.yaml +40 -0
- paddlex/configs/modules/instance_segmentation/MaskRCNN-ResNet50.yaml +40 -0
- paddlex/configs/modules/instance_segmentation/PP-YOLOE_seg-S.yaml +40 -0
- paddlex/configs/modules/instance_segmentation/SOLOv2.yaml +40 -0
- paddlex/configs/modules/keypoint_detection/PP-TinyPose_128x96.yaml +40 -0
- paddlex/configs/modules/keypoint_detection/PP-TinyPose_256x192.yaml +40 -0
- paddlex/configs/modules/layout_detection/PP-DocBlockLayout.yaml +40 -0
- paddlex/configs/modules/layout_detection/PP-DocLayout-L.yaml +40 -0
- paddlex/configs/modules/layout_detection/PP-DocLayout-M.yaml +40 -0
- paddlex/configs/modules/layout_detection/PP-DocLayout-S.yaml +40 -0
- paddlex/configs/modules/layout_detection/PP-DocLayout_plus-L.yaml +40 -0
- paddlex/configs/modules/layout_detection/PicoDet-L_layout_17cls.yaml +40 -0
- paddlex/configs/modules/layout_detection/PicoDet-L_layout_3cls.yaml +40 -0
- paddlex/configs/modules/layout_detection/PicoDet-S_layout_17cls.yaml +40 -0
- paddlex/configs/modules/layout_detection/PicoDet-S_layout_3cls.yaml +40 -0
- paddlex/configs/modules/layout_detection/PicoDet_layout_1x.yaml +40 -0
- paddlex/configs/modules/layout_detection/PicoDet_layout_1x_table.yaml +40 -0
- paddlex/configs/modules/layout_detection/RT-DETR-H_layout_17cls.yaml +40 -0
- paddlex/configs/modules/layout_detection/RT-DETR-H_layout_3cls.yaml +40 -0
- paddlex/configs/modules/mainbody_detection/PP-ShiTuV2_det.yaml +41 -0
- paddlex/configs/modules/multilingual_speech_recognition/whisper_base.yaml +12 -0
- paddlex/configs/modules/multilingual_speech_recognition/whisper_large.yaml +12 -0
- paddlex/configs/modules/multilingual_speech_recognition/whisper_medium.yaml +12 -0
- paddlex/configs/modules/multilingual_speech_recognition/whisper_small.yaml +12 -0
- paddlex/configs/modules/multilingual_speech_recognition/whisper_tiny.yaml +12 -0
- paddlex/configs/modules/object_detection/Cascade-FasterRCNN-ResNet50-FPN.yaml +41 -0
- paddlex/configs/modules/object_detection/Cascade-FasterRCNN-ResNet50-vd-SSLDv2-FPN.yaml +42 -0
- paddlex/configs/modules/object_detection/CenterNet-DLA-34.yaml +41 -0
- paddlex/configs/modules/object_detection/CenterNet-ResNet50.yaml +41 -0
- paddlex/configs/modules/object_detection/Co-DINO-R50.yaml +40 -0
- paddlex/configs/modules/object_detection/Co-DINO-Swin-L.yaml +40 -0
- paddlex/configs/modules/object_detection/Co-Deformable-DETR-R50.yaml +40 -0
- paddlex/configs/modules/object_detection/Co-Deformable-DETR-Swin-T.yaml +40 -0
- paddlex/configs/modules/object_detection/DETR-R50.yaml +42 -0
- paddlex/configs/modules/object_detection/FCOS-ResNet50.yaml +41 -0
- paddlex/configs/modules/object_detection/FasterRCNN-ResNeXt101-vd-FPN.yaml +42 -0
- paddlex/configs/modules/object_detection/FasterRCNN-ResNet101-FPN.yaml +42 -0
- paddlex/configs/modules/object_detection/FasterRCNN-ResNet101.yaml +42 -0
- paddlex/configs/modules/object_detection/FasterRCNN-ResNet34-FPN.yaml +42 -0
- paddlex/configs/modules/object_detection/FasterRCNN-ResNet50-FPN.yaml +42 -0
- paddlex/configs/modules/object_detection/FasterRCNN-ResNet50-vd-FPN.yaml +42 -0
- paddlex/configs/modules/object_detection/FasterRCNN-ResNet50-vd-SSLDv2-FPN.yaml +42 -0
- paddlex/configs/modules/object_detection/FasterRCNN-ResNet50.yaml +42 -0
- paddlex/configs/modules/object_detection/FasterRCNN-Swin-Tiny-FPN.yaml +42 -0
- paddlex/configs/modules/object_detection/PP-YOLOE_plus-L.yaml +40 -0
- paddlex/configs/modules/object_detection/PP-YOLOE_plus-M.yaml +40 -0
- paddlex/configs/modules/object_detection/PP-YOLOE_plus-S.yaml +40 -0
- paddlex/configs/modules/object_detection/PP-YOLOE_plus-X.yaml +40 -0
- paddlex/configs/modules/object_detection/PicoDet-L.yaml +40 -0
- paddlex/configs/modules/object_detection/PicoDet-M.yaml +42 -0
- paddlex/configs/modules/object_detection/PicoDet-S.yaml +40 -0
- paddlex/configs/modules/object_detection/PicoDet-XS.yaml +42 -0
- paddlex/configs/modules/object_detection/RT-DETR-H.yaml +40 -0
- paddlex/configs/modules/object_detection/RT-DETR-L.yaml +40 -0
- paddlex/configs/modules/object_detection/RT-DETR-R18.yaml +40 -0
- paddlex/configs/modules/object_detection/RT-DETR-R50.yaml +40 -0
- paddlex/configs/modules/object_detection/RT-DETR-X.yaml +40 -0
- paddlex/configs/modules/object_detection/YOLOX-L.yaml +40 -0
- paddlex/configs/modules/object_detection/YOLOX-M.yaml +40 -0
- paddlex/configs/modules/object_detection/YOLOX-N.yaml +40 -0
- paddlex/configs/modules/object_detection/YOLOX-S.yaml +40 -0
- paddlex/configs/modules/object_detection/YOLOX-T.yaml +40 -0
- paddlex/configs/modules/object_detection/YOLOX-X.yaml +40 -0
- paddlex/configs/modules/object_detection/YOLOv3-DarkNet53.yaml +40 -0
- paddlex/configs/modules/object_detection/YOLOv3-MobileNetV3.yaml +40 -0
- paddlex/configs/modules/object_detection/YOLOv3-ResNet50_vd_DCN.yaml +40 -0
- paddlex/configs/modules/open_vocabulary_detection/GroundingDINO-T.yaml +13 -0
- paddlex/configs/modules/open_vocabulary_detection/YOLO-Worldv2-L.yaml +13 -0
- paddlex/configs/modules/open_vocabulary_segmentation/SAM-H_box.yaml +17 -0
- paddlex/configs/modules/open_vocabulary_segmentation/SAM-H_point.yaml +15 -0
- paddlex/configs/modules/pedestrian_attribute_recognition/PP-LCNet_x1_0_pedestrian_attribute.yaml +41 -0
- paddlex/configs/modules/rotated_object_detection/PP-YOLOE-R-L.yaml +40 -0
- paddlex/configs/modules/seal_text_detection/PP-OCRv4_mobile_seal_det.yaml +40 -0
- paddlex/configs/modules/seal_text_detection/PP-OCRv4_server_seal_det.yaml +40 -0
- paddlex/configs/modules/semantic_segmentation/Deeplabv3-R101.yaml +40 -0
- paddlex/configs/modules/semantic_segmentation/Deeplabv3-R50.yaml +40 -0
- paddlex/configs/modules/semantic_segmentation/Deeplabv3_Plus-R101.yaml +40 -0
- paddlex/configs/modules/semantic_segmentation/Deeplabv3_Plus-R50.yaml +40 -0
- paddlex/configs/modules/semantic_segmentation/MaskFormer_small.yaml +42 -0
- paddlex/configs/modules/semantic_segmentation/MaskFormer_tiny.yaml +42 -0
- paddlex/configs/modules/semantic_segmentation/OCRNet_HRNet-W18.yaml +40 -0
- paddlex/configs/modules/semantic_segmentation/OCRNet_HRNet-W48.yaml +40 -0
- paddlex/configs/modules/semantic_segmentation/PP-LiteSeg-B.yaml +41 -0
- paddlex/configs/modules/semantic_segmentation/PP-LiteSeg-T.yaml +40 -0
- paddlex/configs/modules/semantic_segmentation/SeaFormer_base.yaml +40 -0
- paddlex/configs/modules/semantic_segmentation/SeaFormer_large.yaml +40 -0
- paddlex/configs/modules/semantic_segmentation/SeaFormer_small.yaml +40 -0
- paddlex/configs/modules/semantic_segmentation/SeaFormer_tiny.yaml +40 -0
- paddlex/configs/modules/semantic_segmentation/SegFormer-B0.yaml +40 -0
- paddlex/configs/modules/semantic_segmentation/SegFormer-B1.yaml +40 -0
- paddlex/configs/modules/semantic_segmentation/SegFormer-B2.yaml +40 -0
- paddlex/configs/modules/semantic_segmentation/SegFormer-B3.yaml +40 -0
- paddlex/configs/modules/semantic_segmentation/SegFormer-B4.yaml +40 -0
- paddlex/configs/modules/semantic_segmentation/SegFormer-B5.yaml +40 -0
- paddlex/configs/modules/small_object_detection/PP-YOLOE_plus_SOD-L.yaml +42 -0
- paddlex/configs/modules/small_object_detection/PP-YOLOE_plus_SOD-S.yaml +42 -0
- paddlex/configs/modules/small_object_detection/PP-YOLOE_plus_SOD-largesize-L.yaml +42 -0
- paddlex/configs/modules/table_cells_detection/RT-DETR-L_wired_table_cell_det.yaml +40 -0
- paddlex/configs/modules/table_cells_detection/RT-DETR-L_wireless_table_cell_det.yaml +40 -0
- paddlex/configs/modules/table_classification/PP-LCNet_x1_0_table_cls.yaml +41 -0
- paddlex/configs/modules/table_structure_recognition/SLANeXt_wired.yaml +39 -0
- paddlex/configs/modules/table_structure_recognition/SLANeXt_wireless.yaml +39 -0
- paddlex/configs/modules/table_structure_recognition/SLANet.yaml +39 -0
- paddlex/configs/modules/table_structure_recognition/SLANet_plus.yaml +39 -0
- paddlex/configs/modules/text_detection/PP-OCRv3_mobile_det.yaml +40 -0
- paddlex/configs/modules/text_detection/PP-OCRv3_server_det.yaml +40 -0
- paddlex/configs/modules/text_detection/PP-OCRv4_mobile_det.yaml +40 -0
- paddlex/configs/modules/text_detection/PP-OCRv4_server_det.yaml +40 -0
- paddlex/configs/modules/text_detection/PP-OCRv5_mobile_det.yaml +40 -0
- paddlex/configs/modules/text_detection/PP-OCRv5_server_det.yaml +40 -0
- paddlex/configs/modules/text_recognition/PP-OCRv3_mobile_rec.yaml +39 -0
- paddlex/configs/modules/text_recognition/PP-OCRv4_mobile_rec.yaml +39 -0
- paddlex/configs/modules/text_recognition/PP-OCRv4_server_rec.yaml +39 -0
- paddlex/configs/modules/text_recognition/PP-OCRv4_server_rec_doc.yaml +39 -0
- paddlex/configs/modules/text_recognition/PP-OCRv5_mobile_rec.yaml +39 -0
- paddlex/configs/modules/text_recognition/PP-OCRv5_server_rec.yaml +39 -0
- paddlex/configs/modules/text_recognition/arabic_PP-OCRv3_mobile_rec.yaml +39 -0
- paddlex/configs/modules/text_recognition/ch_RepSVTR_rec.yaml +39 -0
- paddlex/configs/modules/text_recognition/ch_SVTRv2_rec.yaml +39 -0
- paddlex/configs/modules/text_recognition/chinese_cht_PP-OCRv3_mobile_rec.yaml +39 -0
- paddlex/configs/modules/text_recognition/cyrillic_PP-OCRv3_mobile_rec.yaml +39 -0
- paddlex/configs/modules/text_recognition/devanagari_PP-OCRv3_mobile_rec.yaml +39 -0
- paddlex/configs/modules/text_recognition/en_PP-OCRv3_mobile_rec.yaml +39 -0
- paddlex/configs/modules/text_recognition/en_PP-OCRv4_mobile_rec.yaml +39 -0
- paddlex/configs/modules/text_recognition/japan_PP-OCRv3_mobile_rec.yaml +39 -0
- paddlex/configs/modules/text_recognition/ka_PP-OCRv3_mobile_rec.yaml +39 -0
- paddlex/configs/modules/text_recognition/korean_PP-OCRv3_mobile_rec.yaml +39 -0
- paddlex/configs/modules/text_recognition/latin_PP-OCRv3_mobile_rec.yaml +39 -0
- paddlex/configs/modules/text_recognition/ta_PP-OCRv3_mobile_rec.yaml +39 -0
- paddlex/configs/modules/text_recognition/te_PP-OCRv3_mobile_rec.yaml +39 -0
- paddlex/configs/modules/textline_orientation/PP-LCNet_x0_25_textline_ori.yaml +41 -0
- paddlex/configs/modules/ts_anomaly_detection/AutoEncoder_ad.yaml +37 -0
- paddlex/configs/modules/ts_anomaly_detection/DLinear_ad.yaml +37 -0
- paddlex/configs/modules/ts_anomaly_detection/Nonstationary_ad.yaml +37 -0
- paddlex/configs/modules/ts_anomaly_detection/PatchTST_ad.yaml +37 -0
- paddlex/configs/modules/ts_anomaly_detection/TimesNet_ad.yaml +37 -0
- paddlex/configs/modules/ts_classification/TimesNet_cls.yaml +37 -0
- paddlex/configs/modules/ts_forecast/DLinear.yaml +38 -0
- paddlex/configs/modules/ts_forecast/NLinear.yaml +38 -0
- paddlex/configs/modules/ts_forecast/Nonstationary.yaml +38 -0
- paddlex/configs/modules/ts_forecast/PatchTST.yaml +38 -0
- paddlex/configs/modules/ts_forecast/RLinear.yaml +38 -0
- paddlex/configs/modules/ts_forecast/TiDE.yaml +38 -0
- paddlex/configs/modules/ts_forecast/TimesNet.yaml +38 -0
- paddlex/configs/modules/vehicle_attribute_recognition/PP-LCNet_x1_0_vehicle_attribute.yaml +41 -0
- paddlex/configs/modules/vehicle_detection/PP-YOLOE-L_vehicle.yaml +41 -0
- paddlex/configs/modules/vehicle_detection/PP-YOLOE-S_vehicle.yaml +42 -0
- paddlex/configs/modules/video_classification/PP-TSM-R50_8frames_uniform.yaml +42 -0
- paddlex/configs/modules/video_classification/PP-TSMv2-LCNetV2_16frames_uniform.yaml +42 -0
- paddlex/configs/modules/video_classification/PP-TSMv2-LCNetV2_8frames_uniform.yaml +42 -0
- paddlex/configs/modules/video_detection/YOWO.yaml +40 -0
- paddlex/configs/pipelines/3d_bev_detection.yaml +9 -0
- paddlex/configs/pipelines/OCR.yaml +45 -0
- paddlex/configs/pipelines/PP-ChatOCRv3-doc.yaml +151 -0
- paddlex/configs/pipelines/PP-ChatOCRv4-doc.yaml +237 -0
- paddlex/configs/pipelines/PP-ShiTuV2.yaml +18 -0
- paddlex/configs/pipelines/PP-StructureV3.yaml +226 -0
- paddlex/configs/pipelines/anomaly_detection.yaml +8 -0
- paddlex/configs/pipelines/doc_preprocessor.yaml +15 -0
- paddlex/configs/pipelines/doc_understanding.yaml +9 -0
- paddlex/configs/pipelines/face_recognition.yaml +18 -0
- paddlex/configs/pipelines/formula_recognition.yaml +39 -0
- paddlex/configs/pipelines/human_keypoint_detection.yaml +17 -0
- paddlex/configs/pipelines/image_classification.yaml +10 -0
- paddlex/configs/pipelines/image_multilabel_classification.yaml +9 -0
- paddlex/configs/pipelines/instance_segmentation.yaml +10 -0
- paddlex/configs/pipelines/layout_parsing.yaml +102 -0
- paddlex/configs/pipelines/multilingual_speech_recognition.yaml +9 -0
- paddlex/configs/pipelines/object_detection.yaml +10 -0
- paddlex/configs/pipelines/open_vocabulary_detection.yaml +12 -0
- paddlex/configs/pipelines/open_vocabulary_segmentation.yaml +13 -0
- paddlex/configs/pipelines/pedestrian_attribute_recognition.yaml +15 -0
- paddlex/configs/pipelines/rotated_object_detection.yaml +10 -0
- paddlex/configs/pipelines/seal_recognition.yaml +52 -0
- paddlex/configs/pipelines/semantic_segmentation.yaml +10 -0
- paddlex/configs/pipelines/small_object_detection.yaml +10 -0
- paddlex/configs/pipelines/table_recognition.yaml +57 -0
- paddlex/configs/pipelines/table_recognition_v2.yaml +82 -0
- paddlex/configs/pipelines/ts_anomaly_detection.yaml +8 -0
- paddlex/configs/pipelines/ts_classification.yaml +8 -0
- paddlex/configs/pipelines/ts_forecast.yaml +8 -0
- paddlex/configs/pipelines/vehicle_attribute_recognition.yaml +15 -0
- paddlex/configs/pipelines/video_classification.yaml +9 -0
- paddlex/configs/pipelines/video_detection.yaml +10 -0
- paddlex/constants.py +17 -0
- paddlex/engine.py +56 -0
- paddlex/hpip_links.html +31 -0
- paddlex/inference/__init__.py +19 -0
- paddlex/inference/common/__init__.py +13 -0
- paddlex/inference/common/batch_sampler/__init__.py +21 -0
- paddlex/inference/common/batch_sampler/audio_batch_sampler.py +83 -0
- paddlex/inference/common/batch_sampler/base_batch_sampler.py +94 -0
- paddlex/inference/common/batch_sampler/det_3d_batch_sampler.py +144 -0
- paddlex/inference/common/batch_sampler/doc_vlm_batch_sampler.py +87 -0
- paddlex/inference/common/batch_sampler/image_batch_sampler.py +121 -0
- paddlex/inference/common/batch_sampler/ts_batch_sampler.py +109 -0
- paddlex/inference/common/batch_sampler/video_batch_sampler.py +74 -0
- paddlex/inference/common/reader/__init__.py +19 -0
- paddlex/inference/common/reader/audio_reader.py +46 -0
- paddlex/inference/common/reader/det_3d_reader.py +241 -0
- paddlex/inference/common/reader/image_reader.py +73 -0
- paddlex/inference/common/reader/ts_reader.py +46 -0
- paddlex/inference/common/reader/video_reader.py +42 -0
- paddlex/inference/common/result/__init__.py +29 -0
- paddlex/inference/common/result/base_cv_result.py +41 -0
- paddlex/inference/common/result/base_result.py +72 -0
- paddlex/inference/common/result/base_ts_result.py +41 -0
- paddlex/inference/common/result/base_video_result.py +36 -0
- paddlex/inference/common/result/mixin.py +709 -0
- paddlex/inference/models/__init__.py +86 -0
- paddlex/inference/models/anomaly_detection/__init__.py +15 -0
- paddlex/inference/models/anomaly_detection/predictor.py +135 -0
- paddlex/inference/models/anomaly_detection/processors.py +53 -0
- paddlex/inference/models/anomaly_detection/result.py +71 -0
- paddlex/inference/models/base/__init__.py +15 -0
- paddlex/inference/models/base/predictor/__init__.py +15 -0
- paddlex/inference/models/base/predictor/base_predictor.py +414 -0
- paddlex/inference/models/common/__init__.py +26 -0
- paddlex/inference/models/common/static_infer.py +801 -0
- paddlex/inference/models/common/tokenizer/__init__.py +21 -0
- paddlex/inference/models/common/tokenizer/bert_tokenizer.py +655 -0
- paddlex/inference/models/common/tokenizer/clip_tokenizer.py +609 -0
- paddlex/inference/models/common/tokenizer/gpt_tokenizer.py +453 -0
- paddlex/inference/models/common/tokenizer/qwen2_5_tokenizer.py +112 -0
- paddlex/inference/models/common/tokenizer/qwen2_tokenizer.py +438 -0
- paddlex/inference/models/common/tokenizer/qwen_tokenizer.py +288 -0
- paddlex/inference/models/common/tokenizer/tokenizer_utils.py +2149 -0
- paddlex/inference/models/common/tokenizer/tokenizer_utils_base.py +3720 -0
- paddlex/inference/models/common/tokenizer/utils.py +66 -0
- paddlex/inference/models/common/tokenizer/vocab.py +647 -0
- paddlex/inference/models/common/ts/__init__.py +15 -0
- paddlex/inference/models/common/ts/funcs.py +540 -0
- paddlex/inference/models/common/ts/processors.py +322 -0
- paddlex/inference/models/common/vision/__init__.py +23 -0
- paddlex/inference/models/common/vision/funcs.py +98 -0
- paddlex/inference/models/common/vision/processors.py +285 -0
- paddlex/inference/models/common/vlm/__init__.py +13 -0
- paddlex/inference/models/common/vlm/activations.py +189 -0
- paddlex/inference/models/common/vlm/bert_padding.py +127 -0
- paddlex/inference/models/common/vlm/conversion_utils.py +99 -0
- paddlex/inference/models/common/vlm/distributed.py +229 -0
- paddlex/inference/models/common/vlm/flash_attn_utils.py +119 -0
- paddlex/inference/models/common/vlm/fusion_ops.py +205 -0
- paddlex/inference/models/common/vlm/generation/__init__.py +34 -0
- paddlex/inference/models/common/vlm/generation/configuration_utils.py +533 -0
- paddlex/inference/models/common/vlm/generation/logits_process.py +730 -0
- paddlex/inference/models/common/vlm/generation/stopping_criteria.py +106 -0
- paddlex/inference/models/common/vlm/generation/utils.py +2162 -0
- paddlex/inference/models/common/vlm/transformers/__init__.py +16 -0
- paddlex/inference/models/common/vlm/transformers/configuration_utils.py +1037 -0
- paddlex/inference/models/common/vlm/transformers/conversion_utils.py +408 -0
- paddlex/inference/models/common/vlm/transformers/model_outputs.py +1612 -0
- paddlex/inference/models/common/vlm/transformers/model_utils.py +2014 -0
- paddlex/inference/models/common/vlm/transformers/utils.py +178 -0
- paddlex/inference/models/common/vlm/utils.py +109 -0
- paddlex/inference/models/doc_vlm/__init__.py +15 -0
- paddlex/inference/models/doc_vlm/modeling/GOT_ocr_2_0.py +830 -0
- paddlex/inference/models/doc_vlm/modeling/__init__.py +17 -0
- paddlex/inference/models/doc_vlm/modeling/qwen2.py +1606 -0
- paddlex/inference/models/doc_vlm/modeling/qwen2_5_vl.py +3006 -0
- paddlex/inference/models/doc_vlm/modeling/qwen2_vl.py +2495 -0
- paddlex/inference/models/doc_vlm/predictor.py +253 -0
- paddlex/inference/models/doc_vlm/processors/GOT_ocr_2_0.py +97 -0
- paddlex/inference/models/doc_vlm/processors/__init__.py +17 -0
- paddlex/inference/models/doc_vlm/processors/common.py +561 -0
- paddlex/inference/models/doc_vlm/processors/qwen2_5_vl.py +548 -0
- paddlex/inference/models/doc_vlm/processors/qwen2_vl.py +543 -0
- paddlex/inference/models/doc_vlm/result.py +21 -0
- paddlex/inference/models/face_feature/__init__.py +15 -0
- paddlex/inference/models/face_feature/predictor.py +66 -0
- paddlex/inference/models/formula_recognition/__init__.py +15 -0
- paddlex/inference/models/formula_recognition/predictor.py +193 -0
- paddlex/inference/models/formula_recognition/processors.py +1015 -0
- paddlex/inference/models/formula_recognition/result.py +411 -0
- paddlex/inference/models/image_classification/__init__.py +15 -0
- paddlex/inference/models/image_classification/predictor.py +172 -0
- paddlex/inference/models/image_classification/processors.py +89 -0
- paddlex/inference/models/image_classification/result.py +93 -0
- paddlex/inference/models/image_feature/__init__.py +15 -0
- paddlex/inference/models/image_feature/predictor.py +146 -0
- paddlex/inference/models/image_feature/processors.py +31 -0
- paddlex/inference/models/image_feature/result.py +32 -0
- paddlex/inference/models/image_multilabel_classification/__init__.py +15 -0
- paddlex/inference/models/image_multilabel_classification/predictor.py +95 -0
- paddlex/inference/models/image_multilabel_classification/processors.py +89 -0
- paddlex/inference/models/image_multilabel_classification/result.py +96 -0
- paddlex/inference/models/image_unwarping/__init__.py +15 -0
- paddlex/inference/models/image_unwarping/predictor.py +97 -0
- paddlex/inference/models/image_unwarping/processors.py +92 -0
- paddlex/inference/models/image_unwarping/result.py +47 -0
- paddlex/inference/models/instance_segmentation/__init__.py +15 -0
- paddlex/inference/models/instance_segmentation/predictor.py +202 -0
- paddlex/inference/models/instance_segmentation/processors.py +102 -0
- paddlex/inference/models/instance_segmentation/result.py +162 -0
- paddlex/inference/models/keypoint_detection/__init__.py +15 -0
- paddlex/inference/models/keypoint_detection/predictor.py +190 -0
- paddlex/inference/models/keypoint_detection/processors.py +367 -0
- paddlex/inference/models/keypoint_detection/result.py +197 -0
- paddlex/inference/models/m_3d_bev_detection/__init__.py +15 -0
- paddlex/inference/models/m_3d_bev_detection/predictor.py +303 -0
- paddlex/inference/models/m_3d_bev_detection/processors.py +990 -0
- paddlex/inference/models/m_3d_bev_detection/result.py +68 -0
- paddlex/inference/models/m_3d_bev_detection/visualizer_3d.py +169 -0
- paddlex/inference/models/multilingual_speech_recognition/__init__.py +15 -0
- paddlex/inference/models/multilingual_speech_recognition/predictor.py +137 -0
- paddlex/inference/models/multilingual_speech_recognition/processors.py +1933 -0
- paddlex/inference/models/multilingual_speech_recognition/result.py +21 -0
- paddlex/inference/models/object_detection/__init__.py +15 -0
- paddlex/inference/models/object_detection/predictor.py +344 -0
- paddlex/inference/models/object_detection/processors.py +885 -0
- paddlex/inference/models/object_detection/result.py +114 -0
- paddlex/inference/models/object_detection/utils.py +70 -0
- paddlex/inference/models/open_vocabulary_detection/__init__.py +15 -0
- paddlex/inference/models/open_vocabulary_detection/predictor.py +172 -0
- paddlex/inference/models/open_vocabulary_detection/processors/__init__.py +16 -0
- paddlex/inference/models/open_vocabulary_detection/processors/common.py +114 -0
- paddlex/inference/models/open_vocabulary_detection/processors/groundingdino_processors.py +496 -0
- paddlex/inference/models/open_vocabulary_detection/processors/yoloworld_processors.py +209 -0
- paddlex/inference/models/open_vocabulary_segmentation/__init__.py +15 -0
- paddlex/inference/models/open_vocabulary_segmentation/predictor.py +113 -0
- paddlex/inference/models/open_vocabulary_segmentation/processors/__init__.py +15 -0
- paddlex/inference/models/open_vocabulary_segmentation/processors/sam_processer.py +249 -0
- paddlex/inference/models/open_vocabulary_segmentation/results/__init__.py +15 -0
- paddlex/inference/models/open_vocabulary_segmentation/results/sam_result.py +149 -0
- paddlex/inference/models/semantic_segmentation/__init__.py +15 -0
- paddlex/inference/models/semantic_segmentation/predictor.py +158 -0
- paddlex/inference/models/semantic_segmentation/processors.py +117 -0
- paddlex/inference/models/semantic_segmentation/result.py +73 -0
- paddlex/inference/models/table_structure_recognition/__init__.py +15 -0
- paddlex/inference/models/table_structure_recognition/predictor.py +161 -0
- paddlex/inference/models/table_structure_recognition/processors.py +229 -0
- paddlex/inference/models/table_structure_recognition/result.py +63 -0
- paddlex/inference/models/text_detection/__init__.py +15 -0
- paddlex/inference/models/text_detection/predictor.py +191 -0
- paddlex/inference/models/text_detection/processors.py +538 -0
- paddlex/inference/models/text_detection/result.py +46 -0
- paddlex/inference/models/text_recognition/__init__.py +15 -0
- paddlex/inference/models/text_recognition/predictor.py +98 -0
- paddlex/inference/models/text_recognition/processors.py +245 -0
- paddlex/inference/models/text_recognition/result.py +76 -0
- paddlex/inference/models/ts_anomaly_detection/__init__.py +15 -0
- paddlex/inference/models/ts_anomaly_detection/predictor.py +141 -0
- paddlex/inference/models/ts_anomaly_detection/processors.py +98 -0
- paddlex/inference/models/ts_anomaly_detection/result.py +83 -0
- paddlex/inference/models/ts_classification/__init__.py +15 -0
- paddlex/inference/models/ts_classification/predictor.py +122 -0
- paddlex/inference/models/ts_classification/processors.py +122 -0
- paddlex/inference/models/ts_classification/result.py +87 -0
- paddlex/inference/models/ts_forecasting/__init__.py +15 -0
- paddlex/inference/models/ts_forecasting/predictor.py +154 -0
- paddlex/inference/models/ts_forecasting/processors.py +158 -0
- paddlex/inference/models/ts_forecasting/result.py +96 -0
- paddlex/inference/models/video_classification/__init__.py +15 -0
- paddlex/inference/models/video_classification/predictor.py +141 -0
- paddlex/inference/models/video_classification/processors.py +409 -0
- paddlex/inference/models/video_classification/result.py +96 -0
- paddlex/inference/models/video_detection/__init__.py +15 -0
- paddlex/inference/models/video_detection/predictor.py +129 -0
- paddlex/inference/models/video_detection/processors.py +463 -0
- paddlex/inference/models/video_detection/result.py +109 -0
- paddlex/inference/pipelines/__init__.py +239 -0
- paddlex/inference/pipelines/_parallel.py +172 -0
- paddlex/inference/pipelines/anomaly_detection/__init__.py +15 -0
- paddlex/inference/pipelines/anomaly_detection/pipeline.py +82 -0
- paddlex/inference/pipelines/attribute_recognition/__init__.py +15 -0
- paddlex/inference/pipelines/attribute_recognition/pipeline.py +120 -0
- paddlex/inference/pipelines/attribute_recognition/result.py +102 -0
- paddlex/inference/pipelines/base.py +156 -0
- paddlex/inference/pipelines/components/__init__.py +29 -0
- paddlex/inference/pipelines/components/chat_server/__init__.py +16 -0
- paddlex/inference/pipelines/components/chat_server/base.py +39 -0
- paddlex/inference/pipelines/components/chat_server/openai_bot_chat.py +236 -0
- paddlex/inference/pipelines/components/common/__init__.py +19 -0
- paddlex/inference/pipelines/components/common/base_operator.py +37 -0
- paddlex/inference/pipelines/components/common/base_result.py +66 -0
- paddlex/inference/pipelines/components/common/convert_points_and_boxes.py +45 -0
- paddlex/inference/pipelines/components/common/crop_image_regions.py +556 -0
- paddlex/inference/pipelines/components/common/seal_det_warp.py +972 -0
- paddlex/inference/pipelines/components/common/sort_boxes.py +85 -0
- paddlex/inference/pipelines/components/common/warp_image.py +50 -0
- paddlex/inference/pipelines/components/faisser.py +357 -0
- paddlex/inference/pipelines/components/prompt_engineering/__init__.py +16 -0
- paddlex/inference/pipelines/components/prompt_engineering/base.py +35 -0
- paddlex/inference/pipelines/components/prompt_engineering/generate_ensemble_prompt.py +128 -0
- paddlex/inference/pipelines/components/prompt_engineering/generate_kie_prompt.py +148 -0
- paddlex/inference/pipelines/components/retriever/__init__.py +16 -0
- paddlex/inference/pipelines/components/retriever/base.py +228 -0
- paddlex/inference/pipelines/components/retriever/openai_bot_retriever.py +70 -0
- paddlex/inference/pipelines/components/retriever/qianfan_bot_retriever.py +166 -0
- paddlex/inference/pipelines/components/utils/__init__.py +13 -0
- paddlex/inference/pipelines/components/utils/mixin.py +206 -0
- paddlex/inference/pipelines/doc_preprocessor/__init__.py +15 -0
- paddlex/inference/pipelines/doc_preprocessor/pipeline.py +209 -0
- paddlex/inference/pipelines/doc_preprocessor/result.py +98 -0
- paddlex/inference/pipelines/doc_understanding/__init__.py +15 -0
- paddlex/inference/pipelines/doc_understanding/pipeline.py +71 -0
- paddlex/inference/pipelines/face_recognition/__init__.py +15 -0
- paddlex/inference/pipelines/face_recognition/pipeline.py +63 -0
- paddlex/inference/pipelines/face_recognition/result.py +44 -0
- paddlex/inference/pipelines/formula_recognition/__init__.py +15 -0
- paddlex/inference/pipelines/formula_recognition/pipeline.py +347 -0
- paddlex/inference/pipelines/formula_recognition/result.py +282 -0
- paddlex/inference/pipelines/image_classification/__init__.py +15 -0
- paddlex/inference/pipelines/image_classification/pipeline.py +90 -0
- paddlex/inference/pipelines/image_multilabel_classification/__init__.py +15 -0
- paddlex/inference/pipelines/image_multilabel_classification/pipeline.py +97 -0
- paddlex/inference/pipelines/instance_segmentation/__init__.py +15 -0
- paddlex/inference/pipelines/instance_segmentation/pipeline.py +91 -0
- paddlex/inference/pipelines/keypoint_detection/__init__.py +15 -0
- paddlex/inference/pipelines/keypoint_detection/pipeline.py +158 -0
- paddlex/inference/pipelines/layout_parsing/__init__.py +16 -0
- paddlex/inference/pipelines/layout_parsing/pipeline.py +568 -0
- paddlex/inference/pipelines/layout_parsing/pipeline_v2.py +1382 -0
- paddlex/inference/pipelines/layout_parsing/result.py +191 -0
- paddlex/inference/pipelines/layout_parsing/result_v2.py +745 -0
- paddlex/inference/pipelines/layout_parsing/setting.py +87 -0
- paddlex/inference/pipelines/layout_parsing/utils.py +951 -0
- paddlex/inference/pipelines/layout_parsing/xycut_enhanced/__init__.py +16 -0
- paddlex/inference/pipelines/layout_parsing/xycut_enhanced/utils.py +1143 -0
- paddlex/inference/pipelines/layout_parsing/xycut_enhanced/xycuts.py +562 -0
- paddlex/inference/pipelines/m_3d_bev_detection/__init__.py +15 -0
- paddlex/inference/pipelines/m_3d_bev_detection/pipeline.py +74 -0
- paddlex/inference/pipelines/multilingual_speech_recognition/__init__.py +15 -0
- paddlex/inference/pipelines/multilingual_speech_recognition/pipeline.py +78 -0
- paddlex/inference/pipelines/object_detection/__init__.py +15 -0
- paddlex/inference/pipelines/object_detection/pipeline.py +115 -0
- paddlex/inference/pipelines/ocr/__init__.py +15 -0
- paddlex/inference/pipelines/ocr/pipeline.py +463 -0
- paddlex/inference/pipelines/ocr/result.py +255 -0
- paddlex/inference/pipelines/open_vocabulary_detection/__init__.py +15 -0
- paddlex/inference/pipelines/open_vocabulary_detection/pipeline.py +86 -0
- paddlex/inference/pipelines/open_vocabulary_segmentation/__init__.py +15 -0
- paddlex/inference/pipelines/open_vocabulary_segmentation/pipeline.py +100 -0
- paddlex/inference/pipelines/pp_chatocr/__init__.py +16 -0
- paddlex/inference/pipelines/pp_chatocr/pipeline_base.py +111 -0
- paddlex/inference/pipelines/pp_chatocr/pipeline_v3.py +781 -0
- paddlex/inference/pipelines/pp_chatocr/pipeline_v4.py +992 -0
- paddlex/inference/pipelines/pp_shitu_v2/__init__.py +15 -0
- paddlex/inference/pipelines/pp_shitu_v2/pipeline.py +156 -0
- paddlex/inference/pipelines/pp_shitu_v2/result.py +126 -0
- paddlex/inference/pipelines/rotated_object_detection/__init__.py +15 -0
- paddlex/inference/pipelines/rotated_object_detection/pipeline.py +95 -0
- paddlex/inference/pipelines/seal_recognition/__init__.py +15 -0
- paddlex/inference/pipelines/seal_recognition/pipeline.py +335 -0
- paddlex/inference/pipelines/seal_recognition/result.py +89 -0
- paddlex/inference/pipelines/semantic_segmentation/__init__.py +15 -0
- paddlex/inference/pipelines/semantic_segmentation/pipeline.py +95 -0
- paddlex/inference/pipelines/small_object_detection/__init__.py +15 -0
- paddlex/inference/pipelines/small_object_detection/pipeline.py +95 -0
- paddlex/inference/pipelines/table_recognition/__init__.py +16 -0
- paddlex/inference/pipelines/table_recognition/pipeline.py +486 -0
- paddlex/inference/pipelines/table_recognition/pipeline_v2.py +1395 -0
- paddlex/inference/pipelines/table_recognition/result.py +218 -0
- paddlex/inference/pipelines/table_recognition/table_recognition_post_processing.py +366 -0
- paddlex/inference/pipelines/table_recognition/table_recognition_post_processing_v2.py +488 -0
- paddlex/inference/pipelines/table_recognition/utils.py +44 -0
- paddlex/inference/pipelines/ts_anomaly_detection/__init__.py +15 -0
- paddlex/inference/pipelines/ts_anomaly_detection/pipeline.py +72 -0
- paddlex/inference/pipelines/ts_classification/__init__.py +15 -0
- paddlex/inference/pipelines/ts_classification/pipeline.py +72 -0
- paddlex/inference/pipelines/ts_forecasting/__init__.py +15 -0
- paddlex/inference/pipelines/ts_forecasting/pipeline.py +72 -0
- paddlex/inference/pipelines/video_classification/__init__.py +15 -0
- paddlex/inference/pipelines/video_classification/pipeline.py +79 -0
- paddlex/inference/pipelines/video_detection/__init__.py +15 -0
- paddlex/inference/pipelines/video_detection/pipeline.py +86 -0
- paddlex/inference/serving/__init__.py +17 -0
- paddlex/inference/serving/basic_serving/__init__.py +18 -0
- paddlex/inference/serving/basic_serving/_app.py +221 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/__init__.py +44 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/_common/__init__.py +13 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/_common/common.py +104 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/_common/image_recognition.py +36 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/_common/ocr.py +95 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/anomaly_detection.py +67 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/doc_preprocessor.py +100 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/doc_understanding.py +153 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/face_recognition.py +226 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/formula_recognition.py +100 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/human_keypoint_detection.py +81 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/image_classification.py +69 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/image_multilabel_classification.py +73 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/instance_segmentation.py +87 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/layout_parsing.py +117 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/m_3d_bev_detection.py +79 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/multilingual_speech_recognition.py +92 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/object_detection.py +77 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/ocr.py +102 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/open_vocabulary_detection.py +81 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/open_vocabulary_segmentation.py +91 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/pedestrian_attribute_recognition.py +84 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/pp_chatocrv3_doc.py +193 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/pp_chatocrv4_doc.py +223 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/pp_shituv2.py +221 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/pp_structurev3.py +143 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/rotated_object_detection.py +81 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/seal_recognition.py +106 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/semantic_segmentation.py +67 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/small_object_detection.py +72 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/table_recognition.py +108 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/table_recognition_v2.py +113 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/ts_anomaly_detection.py +65 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/ts_classification.py +64 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/ts_forecast.py +65 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/vehicle_attribute_recognition.py +84 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/video_classification.py +76 -0
- paddlex/inference/serving/basic_serving/_pipeline_apps/video_detection.py +92 -0
- paddlex/inference/serving/basic_serving/_server.py +40 -0
- paddlex/inference/serving/infra/__init__.py +13 -0
- paddlex/inference/serving/infra/config.py +36 -0
- paddlex/inference/serving/infra/models.py +79 -0
- paddlex/inference/serving/infra/storage.py +180 -0
- paddlex/inference/serving/infra/utils.py +285 -0
- paddlex/inference/serving/schemas/__init__.py +13 -0
- paddlex/inference/serving/schemas/anomaly_detection.py +39 -0
- paddlex/inference/serving/schemas/doc_preprocessor.py +54 -0
- paddlex/inference/serving/schemas/doc_understanding.py +78 -0
- paddlex/inference/serving/schemas/face_recognition.py +124 -0
- paddlex/inference/serving/schemas/formula_recognition.py +56 -0
- paddlex/inference/serving/schemas/human_keypoint_detection.py +55 -0
- paddlex/inference/serving/schemas/image_classification.py +45 -0
- paddlex/inference/serving/schemas/image_multilabel_classification.py +47 -0
- paddlex/inference/serving/schemas/instance_segmentation.py +53 -0
- paddlex/inference/serving/schemas/layout_parsing.py +71 -0
- paddlex/inference/serving/schemas/m_3d_bev_detection.py +48 -0
- paddlex/inference/serving/schemas/multilingual_speech_recognition.py +57 -0
- paddlex/inference/serving/schemas/object_detection.py +52 -0
- paddlex/inference/serving/schemas/ocr.py +60 -0
- paddlex/inference/serving/schemas/open_vocabulary_detection.py +52 -0
- paddlex/inference/serving/schemas/open_vocabulary_segmentation.py +52 -0
- paddlex/inference/serving/schemas/pedestrian_attribute_recognition.py +61 -0
- paddlex/inference/serving/schemas/pp_chatocrv3_doc.py +133 -0
- paddlex/inference/serving/schemas/pp_chatocrv4_doc.py +150 -0
- paddlex/inference/serving/schemas/pp_shituv2.py +124 -0
- paddlex/inference/serving/schemas/pp_structurev3.py +88 -0
- paddlex/inference/serving/schemas/rotated_object_detection.py +52 -0
- paddlex/inference/serving/schemas/seal_recognition.py +62 -0
- paddlex/inference/serving/schemas/semantic_segmentation.py +45 -0
- paddlex/inference/serving/schemas/shared/__init__.py +13 -0
- paddlex/inference/serving/schemas/shared/classification.py +23 -0
- paddlex/inference/serving/schemas/shared/image_segmentation.py +28 -0
- paddlex/inference/serving/schemas/shared/object_detection.py +24 -0
- paddlex/inference/serving/schemas/shared/ocr.py +25 -0
- paddlex/inference/serving/schemas/small_object_detection.py +52 -0
- paddlex/inference/serving/schemas/table_recognition.py +64 -0
- paddlex/inference/serving/schemas/table_recognition_v2.py +69 -0
- paddlex/inference/serving/schemas/ts_anomaly_detection.py +37 -0
- paddlex/inference/serving/schemas/ts_classification.py +38 -0
- paddlex/inference/serving/schemas/ts_forecast.py +37 -0
- paddlex/inference/serving/schemas/vehicle_attribute_recognition.py +61 -0
- paddlex/inference/serving/schemas/video_classification.py +44 -0
- paddlex/inference/serving/schemas/video_detection.py +56 -0
- paddlex/inference/utils/__init__.py +13 -0
- paddlex/inference/utils/benchmark.py +379 -0
- paddlex/inference/utils/color_map.py +123 -0
- paddlex/inference/utils/get_pipeline_path.py +27 -0
- paddlex/inference/utils/hpi.py +254 -0
- paddlex/inference/utils/hpi_model_info_collection.json +2331 -0
- paddlex/inference/utils/io/__init__.py +36 -0
- paddlex/inference/utils/io/readers.py +504 -0
- paddlex/inference/utils/io/style.py +381 -0
- paddlex/inference/utils/io/tablepyxl.py +157 -0
- paddlex/inference/utils/io/writers.py +458 -0
- paddlex/inference/utils/model_paths.py +48 -0
- paddlex/inference/utils/new_ir_blocklist.py +27 -0
- paddlex/inference/utils/official_models.py +367 -0
- paddlex/inference/utils/pp_option.py +339 -0
- paddlex/inference/utils/trt_blocklist.py +43 -0
- paddlex/inference/utils/trt_config.py +420 -0
- paddlex/model.py +131 -0
- paddlex/modules/__init__.py +115 -0
- paddlex/modules/anomaly_detection/__init__.py +18 -0
- paddlex/modules/anomaly_detection/dataset_checker/__init__.py +94 -0
- paddlex/modules/anomaly_detection/dataset_checker/dataset_src/__init__.py +19 -0
- paddlex/modules/anomaly_detection/dataset_checker/dataset_src/analyse_dataset.py +82 -0
- paddlex/modules/anomaly_detection/dataset_checker/dataset_src/check_dataset.py +91 -0
- paddlex/modules/anomaly_detection/dataset_checker/dataset_src/convert_dataset.py +233 -0
- paddlex/modules/anomaly_detection/dataset_checker/dataset_src/split_dataset.py +87 -0
- paddlex/modules/anomaly_detection/dataset_checker/dataset_src/utils/__init__.py +13 -0
- paddlex/modules/anomaly_detection/dataset_checker/dataset_src/utils/visualizer.py +76 -0
- paddlex/modules/anomaly_detection/evaluator.py +58 -0
- paddlex/modules/anomaly_detection/exportor.py +22 -0
- paddlex/modules/anomaly_detection/model_list.py +16 -0
- paddlex/modules/anomaly_detection/trainer.py +70 -0
- paddlex/modules/base/__init__.py +18 -0
- paddlex/modules/base/build_model.py +33 -0
- paddlex/modules/base/dataset_checker/__init__.py +16 -0
- paddlex/modules/base/dataset_checker/dataset_checker.py +169 -0
- paddlex/modules/base/dataset_checker/utils.py +108 -0
- paddlex/modules/base/evaluator.py +170 -0
- paddlex/modules/base/exportor.py +145 -0
- paddlex/modules/base/trainer.py +144 -0
- paddlex/modules/base/utils/__init__.py +13 -0
- paddlex/modules/base/utils/cinn_setting.py +89 -0
- paddlex/modules/base/utils/coco_eval.py +94 -0
- paddlex/modules/base/utils/topk_eval.py +118 -0
- paddlex/modules/doc_vlm/__init__.py +18 -0
- paddlex/modules/doc_vlm/dataset_checker.py +29 -0
- paddlex/modules/doc_vlm/evaluator.py +29 -0
- paddlex/modules/doc_vlm/exportor.py +29 -0
- paddlex/modules/doc_vlm/model_list.py +16 -0
- paddlex/modules/doc_vlm/trainer.py +41 -0
- paddlex/modules/face_recognition/__init__.py +18 -0
- paddlex/modules/face_recognition/dataset_checker/__init__.py +71 -0
- paddlex/modules/face_recognition/dataset_checker/dataset_src/__init__.py +16 -0
- paddlex/modules/face_recognition/dataset_checker/dataset_src/check_dataset.py +172 -0
- paddlex/modules/face_recognition/dataset_checker/dataset_src/utils/__init__.py +13 -0
- paddlex/modules/face_recognition/dataset_checker/dataset_src/utils/visualizer.py +153 -0
- paddlex/modules/face_recognition/evaluator.py +52 -0
- paddlex/modules/face_recognition/exportor.py +22 -0
- paddlex/modules/face_recognition/model_list.py +15 -0
- paddlex/modules/face_recognition/trainer.py +75 -0
- paddlex/modules/formula_recognition/__init__.py +18 -0
- paddlex/modules/formula_recognition/dataset_checker/__init__.py +113 -0
- paddlex/modules/formula_recognition/dataset_checker/dataset_src/__init__.py +19 -0
- paddlex/modules/formula_recognition/dataset_checker/dataset_src/analyse_dataset.py +158 -0
- paddlex/modules/formula_recognition/dataset_checker/dataset_src/check_dataset.py +76 -0
- paddlex/modules/formula_recognition/dataset_checker/dataset_src/convert_dataset.py +95 -0
- paddlex/modules/formula_recognition/dataset_checker/dataset_src/split_dataset.py +80 -0
- paddlex/modules/formula_recognition/evaluator.py +80 -0
- paddlex/modules/formula_recognition/exportor.py +22 -0
- paddlex/modules/formula_recognition/model_list.py +23 -0
- paddlex/modules/formula_recognition/trainer.py +123 -0
- paddlex/modules/general_recognition/__init__.py +18 -0
- paddlex/modules/general_recognition/dataset_checker/__init__.py +107 -0
- paddlex/modules/general_recognition/dataset_checker/dataset_src/__init__.py +19 -0
- paddlex/modules/general_recognition/dataset_checker/dataset_src/analyse_dataset.py +96 -0
- paddlex/modules/general_recognition/dataset_checker/dataset_src/check_dataset.py +99 -0
- paddlex/modules/general_recognition/dataset_checker/dataset_src/convert_dataset.py +100 -0
- paddlex/modules/general_recognition/dataset_checker/dataset_src/split_dataset.py +82 -0
- paddlex/modules/general_recognition/dataset_checker/dataset_src/utils/__init__.py +13 -0
- paddlex/modules/general_recognition/dataset_checker/dataset_src/utils/visualizer.py +147 -0
- paddlex/modules/general_recognition/evaluator.py +31 -0
- paddlex/modules/general_recognition/exportor.py +22 -0
- paddlex/modules/general_recognition/model_list.py +19 -0
- paddlex/modules/general_recognition/trainer.py +52 -0
- paddlex/modules/image_classification/__init__.py +18 -0
- paddlex/modules/image_classification/dataset_checker/__init__.py +104 -0
- paddlex/modules/image_classification/dataset_checker/dataset_src/__init__.py +19 -0
- paddlex/modules/image_classification/dataset_checker/dataset_src/analyse_dataset.py +92 -0
- paddlex/modules/image_classification/dataset_checker/dataset_src/check_dataset.py +132 -0
- paddlex/modules/image_classification/dataset_checker/dataset_src/convert_dataset.py +51 -0
- paddlex/modules/image_classification/dataset_checker/dataset_src/split_dataset.py +81 -0
- paddlex/modules/image_classification/dataset_checker/dataset_src/utils/__init__.py +13 -0
- paddlex/modules/image_classification/dataset_checker/dataset_src/utils/visualizer.py +153 -0
- paddlex/modules/image_classification/evaluator.py +43 -0
- paddlex/modules/image_classification/exportor.py +22 -0
- paddlex/modules/image_classification/model_list.py +99 -0
- paddlex/modules/image_classification/trainer.py +82 -0
- paddlex/modules/image_unwarping/__init__.py +13 -0
- paddlex/modules/image_unwarping/model_list.py +17 -0
- paddlex/modules/instance_segmentation/__init__.py +18 -0
- paddlex/modules/instance_segmentation/dataset_checker/__init__.py +107 -0
- paddlex/modules/instance_segmentation/dataset_checker/dataset_src/__init__.py +19 -0
- paddlex/modules/instance_segmentation/dataset_checker/dataset_src/analyse_dataset.py +82 -0
- paddlex/modules/instance_segmentation/dataset_checker/dataset_src/check_dataset.py +95 -0
- paddlex/modules/instance_segmentation/dataset_checker/dataset_src/convert_dataset.py +241 -0
- paddlex/modules/instance_segmentation/dataset_checker/dataset_src/split_dataset.py +122 -0
- paddlex/modules/instance_segmentation/dataset_checker/dataset_src/utils/__init__.py +13 -0
- paddlex/modules/instance_segmentation/dataset_checker/dataset_src/utils/visualizer.py +223 -0
- paddlex/modules/instance_segmentation/evaluator.py +32 -0
- paddlex/modules/instance_segmentation/exportor.py +22 -0
- paddlex/modules/instance_segmentation/model_list.py +33 -0
- paddlex/modules/instance_segmentation/trainer.py +31 -0
- paddlex/modules/keypoint_detection/__init__.py +18 -0
- paddlex/modules/keypoint_detection/dataset_checker/__init__.py +56 -0
- paddlex/modules/keypoint_detection/dataset_checker/dataset_src/__init__.py +15 -0
- paddlex/modules/keypoint_detection/dataset_checker/dataset_src/check_dataset.py +91 -0
- paddlex/modules/keypoint_detection/dataset_checker/dataset_src/utils/__init__.py +13 -0
- paddlex/modules/keypoint_detection/dataset_checker/dataset_src/utils/visualizer.py +124 -0
- paddlex/modules/keypoint_detection/evaluator.py +41 -0
- paddlex/modules/keypoint_detection/exportor.py +22 -0
- paddlex/modules/keypoint_detection/model_list.py +16 -0
- paddlex/modules/keypoint_detection/trainer.py +39 -0
- paddlex/modules/m_3d_bev_detection/__init__.py +18 -0
- paddlex/modules/m_3d_bev_detection/dataset_checker/__init__.py +95 -0
- paddlex/modules/m_3d_bev_detection/dataset_checker/dataset_src/__init__.py +17 -0
- paddlex/modules/m_3d_bev_detection/dataset_checker/dataset_src/analyse_dataset.py +106 -0
- paddlex/modules/m_3d_bev_detection/dataset_checker/dataset_src/check_dataset.py +101 -0
- paddlex/modules/m_3d_bev_detection/evaluator.py +46 -0
- paddlex/modules/m_3d_bev_detection/exportor.py +22 -0
- paddlex/modules/m_3d_bev_detection/model_list.py +18 -0
- paddlex/modules/m_3d_bev_detection/trainer.py +68 -0
- paddlex/modules/multilabel_classification/__init__.py +18 -0
- paddlex/modules/multilabel_classification/dataset_checker/__init__.py +106 -0
- paddlex/modules/multilabel_classification/dataset_checker/dataset_src/__init__.py +19 -0
- paddlex/modules/multilabel_classification/dataset_checker/dataset_src/analyse_dataset.py +94 -0
- paddlex/modules/multilabel_classification/dataset_checker/dataset_src/check_dataset.py +132 -0
- paddlex/modules/multilabel_classification/dataset_checker/dataset_src/convert_dataset.py +120 -0
- paddlex/modules/multilabel_classification/dataset_checker/dataset_src/split_dataset.py +81 -0
- paddlex/modules/multilabel_classification/dataset_checker/dataset_src/utils/__init__.py +13 -0
- paddlex/modules/multilabel_classification/dataset_checker/dataset_src/utils/visualizer.py +149 -0
- paddlex/modules/multilabel_classification/evaluator.py +43 -0
- paddlex/modules/multilabel_classification/exportor.py +22 -0
- paddlex/modules/multilabel_classification/model_list.py +24 -0
- paddlex/modules/multilabel_classification/trainer.py +85 -0
- paddlex/modules/multilingual_speech_recognition/__init__.py +18 -0
- paddlex/modules/multilingual_speech_recognition/dataset_checker.py +27 -0
- paddlex/modules/multilingual_speech_recognition/evaluator.py +27 -0
- paddlex/modules/multilingual_speech_recognition/exportor.py +27 -0
- paddlex/modules/multilingual_speech_recognition/model_list.py +22 -0
- paddlex/modules/multilingual_speech_recognition/trainer.py +42 -0
- paddlex/modules/object_detection/__init__.py +18 -0
- paddlex/modules/object_detection/dataset_checker/__init__.py +106 -0
- paddlex/modules/object_detection/dataset_checker/dataset_src/__init__.py +19 -0
- paddlex/modules/object_detection/dataset_checker/dataset_src/analyse_dataset.py +82 -0
- paddlex/modules/object_detection/dataset_checker/dataset_src/check_dataset.py +91 -0
- paddlex/modules/object_detection/dataset_checker/dataset_src/convert_dataset.py +438 -0
- paddlex/modules/object_detection/dataset_checker/dataset_src/split_dataset.py +123 -0
- paddlex/modules/object_detection/dataset_checker/dataset_src/utils/__init__.py +13 -0
- paddlex/modules/object_detection/dataset_checker/dataset_src/utils/visualizer.py +193 -0
- paddlex/modules/object_detection/evaluator.py +57 -0
- paddlex/modules/object_detection/exportor.py +22 -0
- paddlex/modules/object_detection/model_list.py +86 -0
- paddlex/modules/object_detection/trainer.py +98 -0
- paddlex/modules/open_vocabulary_detection/__init__.py +18 -0
- paddlex/modules/open_vocabulary_detection/dataset_checker.py +29 -0
- paddlex/modules/open_vocabulary_detection/evaluator.py +29 -0
- paddlex/modules/open_vocabulary_detection/exportor.py +29 -0
- paddlex/modules/open_vocabulary_detection/model_list.py +16 -0
- paddlex/modules/open_vocabulary_detection/trainer.py +44 -0
- paddlex/modules/open_vocabulary_segmentation/__init__.py +18 -0
- paddlex/modules/open_vocabulary_segmentation/dataset_checker.py +29 -0
- paddlex/modules/open_vocabulary_segmentation/evaluator.py +29 -0
- paddlex/modules/open_vocabulary_segmentation/exportor.py +29 -0
- paddlex/modules/open_vocabulary_segmentation/model_list.py +19 -0
- paddlex/modules/open_vocabulary_segmentation/trainer.py +44 -0
- paddlex/modules/semantic_segmentation/__init__.py +18 -0
- paddlex/modules/semantic_segmentation/dataset_checker/__init__.py +109 -0
- paddlex/modules/semantic_segmentation/dataset_checker/dataset_src/__init__.py +19 -0
- paddlex/modules/semantic_segmentation/dataset_checker/dataset_src/analyse_dataset.py +76 -0
- paddlex/modules/semantic_segmentation/dataset_checker/dataset_src/check_dataset.py +80 -0
- paddlex/modules/semantic_segmentation/dataset_checker/dataset_src/convert_dataset.py +165 -0
- paddlex/modules/semantic_segmentation/dataset_checker/dataset_src/split_dataset.py +87 -0
- paddlex/modules/semantic_segmentation/dataset_checker/dataset_src/utils/__init__.py +13 -0
- paddlex/modules/semantic_segmentation/dataset_checker/dataset_src/utils/visualizer.py +75 -0
- paddlex/modules/semantic_segmentation/evaluator.py +58 -0
- paddlex/modules/semantic_segmentation/exportor.py +31 -0
- paddlex/modules/semantic_segmentation/model_list.py +37 -0
- paddlex/modules/semantic_segmentation/trainer.py +72 -0
- paddlex/modules/table_recognition/__init__.py +18 -0
- paddlex/modules/table_recognition/dataset_checker/__init__.py +98 -0
- paddlex/modules/table_recognition/dataset_checker/dataset_src/__init__.py +18 -0
- paddlex/modules/table_recognition/dataset_checker/dataset_src/analyse_dataset.py +59 -0
- paddlex/modules/table_recognition/dataset_checker/dataset_src/check_dataset.py +87 -0
- paddlex/modules/table_recognition/dataset_checker/dataset_src/split_dataset.py +80 -0
- paddlex/modules/table_recognition/evaluator.py +43 -0
- paddlex/modules/table_recognition/exportor.py +22 -0
- paddlex/modules/table_recognition/model_list.py +21 -0
- paddlex/modules/table_recognition/trainer.py +67 -0
- paddlex/modules/text_detection/__init__.py +18 -0
- paddlex/modules/text_detection/dataset_checker/__init__.py +107 -0
- paddlex/modules/text_detection/dataset_checker/dataset_src/__init__.py +18 -0
- paddlex/modules/text_detection/dataset_checker/dataset_src/analyse_dataset.py +220 -0
- paddlex/modules/text_detection/dataset_checker/dataset_src/check_dataset.py +106 -0
- paddlex/modules/text_detection/dataset_checker/dataset_src/split_dataset.py +140 -0
- paddlex/modules/text_detection/evaluator.py +41 -0
- paddlex/modules/text_detection/exportor.py +22 -0
- paddlex/modules/text_detection/model_list.py +26 -0
- paddlex/modules/text_detection/trainer.py +65 -0
- paddlex/modules/text_recognition/__init__.py +18 -0
- paddlex/modules/text_recognition/dataset_checker/__init__.py +125 -0
- paddlex/modules/text_recognition/dataset_checker/dataset_src/__init__.py +19 -0
- paddlex/modules/text_recognition/dataset_checker/dataset_src/analyse_dataset.py +162 -0
- paddlex/modules/text_recognition/dataset_checker/dataset_src/check_dataset.py +104 -0
- paddlex/modules/text_recognition/dataset_checker/dataset_src/convert_dataset.py +95 -0
- paddlex/modules/text_recognition/dataset_checker/dataset_src/split_dataset.py +80 -0
- paddlex/modules/text_recognition/evaluator.py +64 -0
- paddlex/modules/text_recognition/exportor.py +22 -0
- paddlex/modules/text_recognition/model_list.py +36 -0
- paddlex/modules/text_recognition/trainer.py +105 -0
- paddlex/modules/ts_anomaly_detection/__init__.py +19 -0
- paddlex/modules/ts_anomaly_detection/dataset_checker/__init__.py +111 -0
- paddlex/modules/ts_anomaly_detection/dataset_checker/dataset_src/__init__.py +19 -0
- paddlex/modules/ts_anomaly_detection/dataset_checker/dataset_src/analyse_dataset.py +19 -0
- paddlex/modules/ts_anomaly_detection/dataset_checker/dataset_src/check_dataset.py +64 -0
- paddlex/modules/ts_anomaly_detection/dataset_checker/dataset_src/convert_dataset.py +74 -0
- paddlex/modules/ts_anomaly_detection/dataset_checker/dataset_src/split_dataset.py +63 -0
- paddlex/modules/ts_anomaly_detection/evaluator.py +67 -0
- paddlex/modules/ts_anomaly_detection/exportor.py +44 -0
- paddlex/modules/ts_anomaly_detection/model_list.py +22 -0
- paddlex/modules/ts_anomaly_detection/trainer.py +113 -0
- paddlex/modules/ts_classification/__init__.py +19 -0
- paddlex/modules/ts_classification/dataset_checker/__init__.py +111 -0
- paddlex/modules/ts_classification/dataset_checker/dataset_src/__init__.py +19 -0
- paddlex/modules/ts_classification/dataset_checker/dataset_src/analyse_dataset.py +77 -0
- paddlex/modules/ts_classification/dataset_checker/dataset_src/check_dataset.py +64 -0
- paddlex/modules/ts_classification/dataset_checker/dataset_src/convert_dataset.py +74 -0
- paddlex/modules/ts_classification/dataset_checker/dataset_src/split_dataset.py +88 -0
- paddlex/modules/ts_classification/evaluator.py +66 -0
- paddlex/modules/ts_classification/exportor.py +44 -0
- paddlex/modules/ts_classification/model_list.py +18 -0
- paddlex/modules/ts_classification/trainer.py +108 -0
- paddlex/modules/ts_forecast/__init__.py +19 -0
- paddlex/modules/ts_forecast/dataset_checker/__init__.py +111 -0
- paddlex/modules/ts_forecast/dataset_checker/dataset_src/__init__.py +19 -0
- paddlex/modules/ts_forecast/dataset_checker/dataset_src/analyse_dataset.py +19 -0
- paddlex/modules/ts_forecast/dataset_checker/dataset_src/check_dataset.py +64 -0
- paddlex/modules/ts_forecast/dataset_checker/dataset_src/convert_dataset.py +73 -0
- paddlex/modules/ts_forecast/dataset_checker/dataset_src/split_dataset.py +63 -0
- paddlex/modules/ts_forecast/evaluator.py +66 -0
- paddlex/modules/ts_forecast/exportor.py +44 -0
- paddlex/modules/ts_forecast/model_list.py +24 -0
- paddlex/modules/ts_forecast/trainer.py +108 -0
- paddlex/modules/video_classification/__init__.py +18 -0
- paddlex/modules/video_classification/dataset_checker/__init__.py +93 -0
- paddlex/modules/video_classification/dataset_checker/dataset_src/__init__.py +18 -0
- paddlex/modules/video_classification/dataset_checker/dataset_src/analyse_dataset.py +93 -0
- paddlex/modules/video_classification/dataset_checker/dataset_src/check_dataset.py +120 -0
- paddlex/modules/video_classification/dataset_checker/dataset_src/split_dataset.py +82 -0
- paddlex/modules/video_classification/evaluator.py +44 -0
- paddlex/modules/video_classification/exportor.py +22 -0
- paddlex/modules/video_classification/model_list.py +19 -0
- paddlex/modules/video_classification/trainer.py +88 -0
- paddlex/modules/video_detection/__init__.py +18 -0
- paddlex/modules/video_detection/dataset_checker/__init__.py +86 -0
- paddlex/modules/video_detection/dataset_checker/dataset_src/__init__.py +17 -0
- paddlex/modules/video_detection/dataset_checker/dataset_src/analyse_dataset.py +100 -0
- paddlex/modules/video_detection/dataset_checker/dataset_src/check_dataset.py +132 -0
- paddlex/modules/video_detection/evaluator.py +42 -0
- paddlex/modules/video_detection/exportor.py +22 -0
- paddlex/modules/video_detection/model_list.py +15 -0
- paddlex/modules/video_detection/trainer.py +82 -0
- paddlex/ops/__init__.py +152 -0
- paddlex/ops/iou3d_nms/iou3d_cpu.cpp +266 -0
- paddlex/ops/iou3d_nms/iou3d_cpu.h +28 -0
- paddlex/ops/iou3d_nms/iou3d_nms.cpp +206 -0
- paddlex/ops/iou3d_nms/iou3d_nms.h +35 -0
- paddlex/ops/iou3d_nms/iou3d_nms_api.cpp +114 -0
- paddlex/ops/iou3d_nms/iou3d_nms_kernel.cu +484 -0
- paddlex/ops/setup.py +37 -0
- paddlex/ops/voxel/voxelize_op.cc +194 -0
- paddlex/ops/voxel/voxelize_op.cu +346 -0
- paddlex/paddlex_cli.py +476 -0
- paddlex/repo_apis/Paddle3D_api/__init__.py +17 -0
- paddlex/repo_apis/Paddle3D_api/bev_fusion/__init__.py +18 -0
- paddlex/repo_apis/Paddle3D_api/bev_fusion/config.py +118 -0
- paddlex/repo_apis/Paddle3D_api/bev_fusion/model.py +238 -0
- paddlex/repo_apis/Paddle3D_api/bev_fusion/register.py +55 -0
- paddlex/repo_apis/Paddle3D_api/bev_fusion/runner.py +104 -0
- paddlex/repo_apis/Paddle3D_api/pp3d_config.py +145 -0
- paddlex/repo_apis/PaddleClas_api/__init__.py +17 -0
- paddlex/repo_apis/PaddleClas_api/cls/__init__.py +19 -0
- paddlex/repo_apis/PaddleClas_api/cls/config.py +595 -0
- paddlex/repo_apis/PaddleClas_api/cls/model.py +355 -0
- paddlex/repo_apis/PaddleClas_api/cls/register.py +907 -0
- paddlex/repo_apis/PaddleClas_api/cls/runner.py +218 -0
- paddlex/repo_apis/PaddleClas_api/shitu_rec/__init__.py +18 -0
- paddlex/repo_apis/PaddleClas_api/shitu_rec/config.py +141 -0
- paddlex/repo_apis/PaddleClas_api/shitu_rec/model.py +20 -0
- paddlex/repo_apis/PaddleClas_api/shitu_rec/register.py +68 -0
- paddlex/repo_apis/PaddleClas_api/shitu_rec/runner.py +50 -0
- paddlex/repo_apis/PaddleDetection_api/__init__.py +17 -0
- paddlex/repo_apis/PaddleDetection_api/config_helper.py +280 -0
- paddlex/repo_apis/PaddleDetection_api/instance_seg/__init__.py +18 -0
- paddlex/repo_apis/PaddleDetection_api/instance_seg/config.py +457 -0
- paddlex/repo_apis/PaddleDetection_api/instance_seg/model.py +403 -0
- paddlex/repo_apis/PaddleDetection_api/instance_seg/register.py +262 -0
- paddlex/repo_apis/PaddleDetection_api/instance_seg/runner.py +225 -0
- paddlex/repo_apis/PaddleDetection_api/object_det/__init__.py +19 -0
- paddlex/repo_apis/PaddleDetection_api/object_det/config.py +540 -0
- paddlex/repo_apis/PaddleDetection_api/object_det/model.py +429 -0
- paddlex/repo_apis/PaddleDetection_api/object_det/official_categories.py +245 -0
- paddlex/repo_apis/PaddleDetection_api/object_det/register.py +1135 -0
- paddlex/repo_apis/PaddleDetection_api/object_det/runner.py +225 -0
- paddlex/repo_apis/PaddleNLP_api/__init__.py +13 -0
- paddlex/repo_apis/PaddleOCR_api/__init__.py +22 -0
- paddlex/repo_apis/PaddleOCR_api/config_utils.py +53 -0
- paddlex/repo_apis/PaddleOCR_api/formula_rec/__init__.py +16 -0
- paddlex/repo_apis/PaddleOCR_api/formula_rec/config.py +571 -0
- paddlex/repo_apis/PaddleOCR_api/formula_rec/model.py +398 -0
- paddlex/repo_apis/PaddleOCR_api/formula_rec/register.py +99 -0
- paddlex/repo_apis/PaddleOCR_api/formula_rec/runner.py +239 -0
- paddlex/repo_apis/PaddleOCR_api/table_rec/__init__.py +16 -0
- paddlex/repo_apis/PaddleOCR_api/table_rec/config.py +64 -0
- paddlex/repo_apis/PaddleOCR_api/table_rec/model.py +126 -0
- paddlex/repo_apis/PaddleOCR_api/table_rec/register.py +70 -0
- paddlex/repo_apis/PaddleOCR_api/table_rec/runner.py +51 -0
- paddlex/repo_apis/PaddleOCR_api/text_det/__init__.py +16 -0
- paddlex/repo_apis/PaddleOCR_api/text_det/config.py +62 -0
- paddlex/repo_apis/PaddleOCR_api/text_det/model.py +72 -0
- paddlex/repo_apis/PaddleOCR_api/text_det/register.py +107 -0
- paddlex/repo_apis/PaddleOCR_api/text_det/runner.py +53 -0
- paddlex/repo_apis/PaddleOCR_api/text_rec/__init__.py +16 -0
- paddlex/repo_apis/PaddleOCR_api/text_rec/config.py +564 -0
- paddlex/repo_apis/PaddleOCR_api/text_rec/model.py +398 -0
- paddlex/repo_apis/PaddleOCR_api/text_rec/register.py +216 -0
- paddlex/repo_apis/PaddleOCR_api/text_rec/runner.py +239 -0
- paddlex/repo_apis/PaddleSeg_api/__init__.py +16 -0
- paddlex/repo_apis/PaddleSeg_api/base_seg_config.py +134 -0
- paddlex/repo_apis/PaddleSeg_api/seg/__init__.py +16 -0
- paddlex/repo_apis/PaddleSeg_api/seg/config.py +183 -0
- paddlex/repo_apis/PaddleSeg_api/seg/model.py +491 -0
- paddlex/repo_apis/PaddleSeg_api/seg/register.py +272 -0
- paddlex/repo_apis/PaddleSeg_api/seg/runner.py +261 -0
- paddlex/repo_apis/PaddleTS_api/__init__.py +20 -0
- paddlex/repo_apis/PaddleTS_api/ts_ad/__init__.py +16 -0
- paddlex/repo_apis/PaddleTS_api/ts_ad/config.py +88 -0
- paddlex/repo_apis/PaddleTS_api/ts_ad/register.py +146 -0
- paddlex/repo_apis/PaddleTS_api/ts_ad/runner.py +158 -0
- paddlex/repo_apis/PaddleTS_api/ts_base/__init__.py +13 -0
- paddlex/repo_apis/PaddleTS_api/ts_base/config.py +244 -0
- paddlex/repo_apis/PaddleTS_api/ts_base/model.py +276 -0
- paddlex/repo_apis/PaddleTS_api/ts_base/runner.py +158 -0
- paddlex/repo_apis/PaddleTS_api/ts_cls/__init__.py +16 -0
- paddlex/repo_apis/PaddleTS_api/ts_cls/config.py +72 -0
- paddlex/repo_apis/PaddleTS_api/ts_cls/register.py +59 -0
- paddlex/repo_apis/PaddleTS_api/ts_cls/runner.py +158 -0
- paddlex/repo_apis/PaddleTS_api/ts_fc/__init__.py +16 -0
- paddlex/repo_apis/PaddleTS_api/ts_fc/config.py +136 -0
- paddlex/repo_apis/PaddleTS_api/ts_fc/register.py +186 -0
- paddlex/repo_apis/PaddleVideo_api/__init__.py +17 -0
- paddlex/repo_apis/PaddleVideo_api/config_utils.py +51 -0
- paddlex/repo_apis/PaddleVideo_api/video_cls/__init__.py +19 -0
- paddlex/repo_apis/PaddleVideo_api/video_cls/config.py +548 -0
- paddlex/repo_apis/PaddleVideo_api/video_cls/model.py +346 -0
- paddlex/repo_apis/PaddleVideo_api/video_cls/register.py +70 -0
- paddlex/repo_apis/PaddleVideo_api/video_cls/runner.py +204 -0
- paddlex/repo_apis/PaddleVideo_api/video_det/__init__.py +19 -0
- paddlex/repo_apis/PaddleVideo_api/video_det/config.py +549 -0
- paddlex/repo_apis/PaddleVideo_api/video_det/model.py +298 -0
- paddlex/repo_apis/PaddleVideo_api/video_det/register.py +44 -0
- paddlex/repo_apis/PaddleVideo_api/video_det/runner.py +199 -0
- paddlex/repo_apis/__init__.py +13 -0
- paddlex/repo_apis/base/__init__.py +22 -0
- paddlex/repo_apis/base/config.py +237 -0
- paddlex/repo_apis/base/model.py +563 -0
- paddlex/repo_apis/base/register.py +135 -0
- paddlex/repo_apis/base/runner.py +390 -0
- paddlex/repo_apis/base/utils/__init__.py +13 -0
- paddlex/repo_apis/base/utils/arg.py +64 -0
- paddlex/repo_apis/base/utils/subprocess.py +107 -0
- paddlex/repo_manager/__init__.py +17 -0
- paddlex/repo_manager/core.py +253 -0
- paddlex/repo_manager/meta.py +180 -0
- paddlex/repo_manager/repo.py +425 -0
- paddlex/repo_manager/utils.py +148 -0
- paddlex/utils/__init__.py +1 -12
- paddlex/utils/cache.py +146 -0
- paddlex/utils/config.py +216 -0
- paddlex/utils/custom_device_list.py +311 -0
- paddlex/utils/deps.py +249 -0
- paddlex/utils/device.py +195 -0
- paddlex/utils/download.py +168 -182
- paddlex/utils/env.py +31 -48
- paddlex/utils/errors/__init__.py +17 -0
- paddlex/utils/errors/dataset_checker.py +78 -0
- paddlex/utils/errors/others.py +138 -0
- paddlex/utils/file_interface.py +211 -0
- paddlex/utils/flags.py +70 -0
- paddlex/utils/fonts/__init__.py +97 -0
- paddlex/utils/func_register.py +41 -0
- paddlex/utils/install.py +87 -0
- paddlex/utils/interactive_get_pipeline.py +55 -0
- paddlex/utils/lazy_loader.py +68 -0
- paddlex/utils/logging.py +140 -33
- paddlex/utils/misc.py +201 -0
- paddlex/utils/pipeline_arguments.py +719 -0
- paddlex/utils/result_saver.py +58 -0
- paddlex/utils/subclass_register.py +99 -0
- paddlex/version.py +55 -0
- paddlex-3.0.0.dist-info/METADATA +1168 -0
- paddlex-3.0.0.dist-info/RECORD +1093 -0
- paddlex-3.0.0.dist-info/WHEEL +5 -0
- paddlex-3.0.0.dist-info/entry_points.txt +2 -0
- paddlex-3.0.0.dist-info/licenses/LICENSE +169 -0
- paddlex-3.0.0.dist-info/top_level.txt +1 -0
- PaddleClas/__init__.py +0 -16
- PaddleClas/paddleclas.py +0 -375
- PaddleClas/ppcls/__init__.py +0 -20
- PaddleClas/ppcls/data/__init__.py +0 -15
- PaddleClas/ppcls/data/imaug/__init__.py +0 -94
- PaddleClas/ppcls/data/imaug/autoaugment.py +0 -264
- PaddleClas/ppcls/data/imaug/batch_operators.py +0 -117
- PaddleClas/ppcls/data/imaug/cutout.py +0 -41
- PaddleClas/ppcls/data/imaug/fmix.py +0 -217
- PaddleClas/ppcls/data/imaug/grid.py +0 -89
- PaddleClas/ppcls/data/imaug/hide_and_seek.py +0 -44
- PaddleClas/ppcls/data/imaug/operators.py +0 -244
- PaddleClas/ppcls/data/imaug/randaugment.py +0 -106
- PaddleClas/ppcls/data/imaug/random_erasing.py +0 -55
- PaddleClas/ppcls/data/reader.py +0 -318
- PaddleClas/ppcls/modeling/__init__.py +0 -20
- PaddleClas/ppcls/modeling/architectures/__init__.py +0 -51
- PaddleClas/ppcls/modeling/architectures/alexnet.py +0 -132
- PaddleClas/ppcls/modeling/architectures/darknet.py +0 -161
- PaddleClas/ppcls/modeling/architectures/densenet.py +0 -308
- PaddleClas/ppcls/modeling/architectures/distillation_models.py +0 -65
- PaddleClas/ppcls/modeling/architectures/distilled_vision_transformer.py +0 -196
- PaddleClas/ppcls/modeling/architectures/dpn.py +0 -425
- PaddleClas/ppcls/modeling/architectures/efficientnet.py +0 -901
- PaddleClas/ppcls/modeling/architectures/ghostnet.py +0 -331
- PaddleClas/ppcls/modeling/architectures/googlenet.py +0 -207
- PaddleClas/ppcls/modeling/architectures/hrnet.py +0 -742
- PaddleClas/ppcls/modeling/architectures/inception_v3.py +0 -481
- PaddleClas/ppcls/modeling/architectures/inception_v4.py +0 -455
- PaddleClas/ppcls/modeling/architectures/mixnet.py +0 -782
- PaddleClas/ppcls/modeling/architectures/mobilenet_v1.py +0 -266
- PaddleClas/ppcls/modeling/architectures/mobilenet_v2.py +0 -248
- PaddleClas/ppcls/modeling/architectures/mobilenet_v3.py +0 -359
- PaddleClas/ppcls/modeling/architectures/regnet.py +0 -383
- PaddleClas/ppcls/modeling/architectures/repvgg.py +0 -339
- PaddleClas/ppcls/modeling/architectures/res2net.py +0 -272
- PaddleClas/ppcls/modeling/architectures/res2net_vd.py +0 -295
- PaddleClas/ppcls/modeling/architectures/resnest.py +0 -705
- PaddleClas/ppcls/modeling/architectures/resnet.py +0 -316
- PaddleClas/ppcls/modeling/architectures/resnet_vc.py +0 -309
- PaddleClas/ppcls/modeling/architectures/resnet_vd.py +0 -354
- PaddleClas/ppcls/modeling/architectures/resnext.py +0 -253
- PaddleClas/ppcls/modeling/architectures/resnext101_wsl.py +0 -447
- PaddleClas/ppcls/modeling/architectures/resnext_vd.py +0 -266
- PaddleClas/ppcls/modeling/architectures/rexnet.py +0 -240
- PaddleClas/ppcls/modeling/architectures/se_resnet_vd.py +0 -378
- PaddleClas/ppcls/modeling/architectures/se_resnext.py +0 -290
- PaddleClas/ppcls/modeling/architectures/se_resnext_vd.py +0 -285
- PaddleClas/ppcls/modeling/architectures/shufflenet_v2.py +0 -320
- PaddleClas/ppcls/modeling/architectures/squeezenet.py +0 -154
- PaddleClas/ppcls/modeling/architectures/vgg.py +0 -152
- PaddleClas/ppcls/modeling/architectures/vision_transformer.py +0 -402
- PaddleClas/ppcls/modeling/architectures/xception.py +0 -345
- PaddleClas/ppcls/modeling/architectures/xception_deeplab.py +0 -386
- PaddleClas/ppcls/modeling/loss.py +0 -154
- PaddleClas/ppcls/modeling/utils.py +0 -53
- PaddleClas/ppcls/optimizer/__init__.py +0 -19
- PaddleClas/ppcls/optimizer/learning_rate.py +0 -159
- PaddleClas/ppcls/optimizer/optimizer.py +0 -165
- PaddleClas/ppcls/utils/__init__.py +0 -27
- PaddleClas/ppcls/utils/check.py +0 -151
- PaddleClas/ppcls/utils/config.py +0 -201
- PaddleClas/ppcls/utils/logger.py +0 -120
- PaddleClas/ppcls/utils/metrics.py +0 -107
- PaddleClas/ppcls/utils/misc.py +0 -62
- PaddleClas/ppcls/utils/model_zoo.py +0 -213
- PaddleClas/ppcls/utils/save_load.py +0 -163
- PaddleClas/setup.py +0 -55
- PaddleClas/tools/__init__.py +0 -15
- PaddleClas/tools/download.py +0 -50
- PaddleClas/tools/ema.py +0 -58
- PaddleClas/tools/eval.py +0 -112
- PaddleClas/tools/export_model.py +0 -85
- PaddleClas/tools/export_serving_model.py +0 -76
- PaddleClas/tools/infer/__init__.py +0 -16
- PaddleClas/tools/infer/infer.py +0 -94
- PaddleClas/tools/infer/predict.py +0 -117
- PaddleClas/tools/infer/utils.py +0 -233
- PaddleClas/tools/program.py +0 -444
- PaddleClas/tools/test_hubserving.py +0 -113
- PaddleClas/tools/train.py +0 -141
- paddlex/cls.py +0 -76
- paddlex/command.py +0 -215
- paddlex/cv/__init__.py +0 -17
- paddlex/cv/datasets/__init__.py +0 -18
- paddlex/cv/datasets/coco.py +0 -169
- paddlex/cv/datasets/imagenet.py +0 -88
- paddlex/cv/datasets/seg_dataset.py +0 -91
- paddlex/cv/datasets/voc.py +0 -301
- paddlex/cv/models/__init__.py +0 -18
- paddlex/cv/models/base.py +0 -623
- paddlex/cv/models/classifier.py +0 -814
- paddlex/cv/models/detector.py +0 -1747
- paddlex/cv/models/load_model.py +0 -126
- paddlex/cv/models/segmenter.py +0 -673
- paddlex/cv/models/slim/__init__.py +0 -13
- paddlex/cv/models/slim/prune.py +0 -55
- paddlex/cv/models/utils/__init__.py +0 -13
- paddlex/cv/models/utils/det_metrics/__init__.py +0 -15
- paddlex/cv/models/utils/det_metrics/coco_utils.py +0 -217
- paddlex/cv/models/utils/det_metrics/metrics.py +0 -220
- paddlex/cv/models/utils/ema.py +0 -48
- paddlex/cv/models/utils/seg_metrics.py +0 -62
- paddlex/cv/models/utils/visualize.py +0 -394
- paddlex/cv/transforms/__init__.py +0 -46
- paddlex/cv/transforms/batch_operators.py +0 -286
- paddlex/cv/transforms/box_utils.py +0 -41
- paddlex/cv/transforms/functions.py +0 -193
- paddlex/cv/transforms/operators.py +0 -1402
- paddlex/det.py +0 -43
- paddlex/paddleseg/__init__.py +0 -17
- paddlex/paddleseg/core/__init__.py +0 -20
- paddlex/paddleseg/core/infer.py +0 -289
- paddlex/paddleseg/core/predict.py +0 -145
- paddlex/paddleseg/core/train.py +0 -258
- paddlex/paddleseg/core/val.py +0 -172
- paddlex/paddleseg/cvlibs/__init__.py +0 -17
- paddlex/paddleseg/cvlibs/callbacks.py +0 -279
- paddlex/paddleseg/cvlibs/config.py +0 -359
- paddlex/paddleseg/cvlibs/manager.py +0 -142
- paddlex/paddleseg/cvlibs/param_init.py +0 -91
- paddlex/paddleseg/datasets/__init__.py +0 -21
- paddlex/paddleseg/datasets/ade.py +0 -112
- paddlex/paddleseg/datasets/cityscapes.py +0 -86
- paddlex/paddleseg/datasets/cocostuff.py +0 -79
- paddlex/paddleseg/datasets/dataset.py +0 -164
- paddlex/paddleseg/datasets/mini_deep_globe_road_extraction.py +0 -95
- paddlex/paddleseg/datasets/optic_disc_seg.py +0 -97
- paddlex/paddleseg/datasets/pascal_context.py +0 -80
- paddlex/paddleseg/datasets/voc.py +0 -113
- paddlex/paddleseg/models/__init__.py +0 -39
- paddlex/paddleseg/models/ann.py +0 -436
- paddlex/paddleseg/models/attention_unet.py +0 -189
- paddlex/paddleseg/models/backbones/__init__.py +0 -18
- paddlex/paddleseg/models/backbones/hrnet.py +0 -815
- paddlex/paddleseg/models/backbones/mobilenetv3.py +0 -365
- paddlex/paddleseg/models/backbones/resnet_vd.py +0 -364
- paddlex/paddleseg/models/backbones/xception_deeplab.py +0 -415
- paddlex/paddleseg/models/bisenet.py +0 -311
- paddlex/paddleseg/models/danet.py +0 -220
- paddlex/paddleseg/models/decoupled_segnet.py +0 -233
- paddlex/paddleseg/models/deeplab.py +0 -258
- paddlex/paddleseg/models/dnlnet.py +0 -231
- paddlex/paddleseg/models/emanet.py +0 -219
- paddlex/paddleseg/models/fast_scnn.py +0 -318
- paddlex/paddleseg/models/fcn.py +0 -135
- paddlex/paddleseg/models/gcnet.py +0 -223
- paddlex/paddleseg/models/gscnn.py +0 -357
- paddlex/paddleseg/models/hardnet.py +0 -309
- paddlex/paddleseg/models/isanet.py +0 -202
- paddlex/paddleseg/models/layers/__init__.py +0 -19
- paddlex/paddleseg/models/layers/activation.py +0 -73
- paddlex/paddleseg/models/layers/attention.py +0 -146
- paddlex/paddleseg/models/layers/layer_libs.py +0 -168
- paddlex/paddleseg/models/layers/nonlocal2d.py +0 -155
- paddlex/paddleseg/models/layers/pyramid_pool.py +0 -182
- paddlex/paddleseg/models/losses/__init__.py +0 -27
- paddlex/paddleseg/models/losses/binary_cross_entropy_loss.py +0 -174
- paddlex/paddleseg/models/losses/bootstrapped_cross_entropy.py +0 -73
- paddlex/paddleseg/models/losses/cross_entropy_loss.py +0 -94
- paddlex/paddleseg/models/losses/decoupledsegnet_relax_boundary_loss.py +0 -129
- paddlex/paddleseg/models/losses/dice_loss.py +0 -61
- paddlex/paddleseg/models/losses/edge_attention_loss.py +0 -78
- paddlex/paddleseg/models/losses/gscnn_dual_task_loss.py +0 -141
- paddlex/paddleseg/models/losses/l1_loss.py +0 -76
- paddlex/paddleseg/models/losses/lovasz_loss.py +0 -222
- paddlex/paddleseg/models/losses/mean_square_error_loss.py +0 -65
- paddlex/paddleseg/models/losses/mixed_loss.py +0 -58
- paddlex/paddleseg/models/losses/ohem_cross_entropy_loss.py +0 -99
- paddlex/paddleseg/models/losses/ohem_edge_attention_loss.py +0 -114
- paddlex/paddleseg/models/ocrnet.py +0 -248
- paddlex/paddleseg/models/pspnet.py +0 -147
- paddlex/paddleseg/models/sfnet.py +0 -236
- paddlex/paddleseg/models/shufflenet_slim.py +0 -268
- paddlex/paddleseg/models/u2net.py +0 -574
- paddlex/paddleseg/models/unet.py +0 -155
- paddlex/paddleseg/models/unet_3plus.py +0 -316
- paddlex/paddleseg/models/unet_plusplus.py +0 -237
- paddlex/paddleseg/transforms/__init__.py +0 -16
- paddlex/paddleseg/transforms/functional.py +0 -161
- paddlex/paddleseg/transforms/transforms.py +0 -937
- paddlex/paddleseg/utils/__init__.py +0 -22
- paddlex/paddleseg/utils/config_check.py +0 -60
- paddlex/paddleseg/utils/download.py +0 -163
- paddlex/paddleseg/utils/env/__init__.py +0 -16
- paddlex/paddleseg/utils/env/seg_env.py +0 -56
- paddlex/paddleseg/utils/env/sys_env.py +0 -122
- paddlex/paddleseg/utils/logger.py +0 -48
- paddlex/paddleseg/utils/metrics.py +0 -146
- paddlex/paddleseg/utils/progbar.py +0 -212
- paddlex/paddleseg/utils/timer.py +0 -53
- paddlex/paddleseg/utils/utils.py +0 -120
- paddlex/paddleseg/utils/visualize.py +0 -90
- paddlex/ppcls/__init__.py +0 -20
- paddlex/ppcls/data/__init__.py +0 -15
- paddlex/ppcls/data/imaug/__init__.py +0 -94
- paddlex/ppcls/data/imaug/autoaugment.py +0 -264
- paddlex/ppcls/data/imaug/batch_operators.py +0 -117
- paddlex/ppcls/data/imaug/cutout.py +0 -41
- paddlex/ppcls/data/imaug/fmix.py +0 -217
- paddlex/ppcls/data/imaug/grid.py +0 -89
- paddlex/ppcls/data/imaug/hide_and_seek.py +0 -44
- paddlex/ppcls/data/imaug/operators.py +0 -256
- paddlex/ppcls/data/imaug/randaugment.py +0 -106
- paddlex/ppcls/data/imaug/random_erasing.py +0 -55
- paddlex/ppcls/data/reader.py +0 -318
- paddlex/ppcls/modeling/__init__.py +0 -20
- paddlex/ppcls/modeling/architectures/__init__.py +0 -51
- paddlex/ppcls/modeling/architectures/alexnet.py +0 -132
- paddlex/ppcls/modeling/architectures/darknet.py +0 -161
- paddlex/ppcls/modeling/architectures/densenet.py +0 -308
- paddlex/ppcls/modeling/architectures/distillation_models.py +0 -65
- paddlex/ppcls/modeling/architectures/distilled_vision_transformer.py +0 -196
- paddlex/ppcls/modeling/architectures/dpn.py +0 -425
- paddlex/ppcls/modeling/architectures/efficientnet.py +0 -901
- paddlex/ppcls/modeling/architectures/ghostnet.py +0 -331
- paddlex/ppcls/modeling/architectures/googlenet.py +0 -207
- paddlex/ppcls/modeling/architectures/hrnet.py +0 -742
- paddlex/ppcls/modeling/architectures/inception_v3.py +0 -541
- paddlex/ppcls/modeling/architectures/inception_v4.py +0 -455
- paddlex/ppcls/modeling/architectures/mixnet.py +0 -782
- paddlex/ppcls/modeling/architectures/mobilenet_v1.py +0 -266
- paddlex/ppcls/modeling/architectures/mobilenet_v2.py +0 -248
- paddlex/ppcls/modeling/architectures/mobilenet_v3.py +0 -359
- paddlex/ppcls/modeling/architectures/regnet.py +0 -383
- paddlex/ppcls/modeling/architectures/repvgg.py +0 -339
- paddlex/ppcls/modeling/architectures/res2net.py +0 -272
- paddlex/ppcls/modeling/architectures/res2net_vd.py +0 -295
- paddlex/ppcls/modeling/architectures/resnest.py +0 -705
- paddlex/ppcls/modeling/architectures/resnet.py +0 -317
- paddlex/ppcls/modeling/architectures/resnet_vc.py +0 -309
- paddlex/ppcls/modeling/architectures/resnet_vd.py +0 -354
- paddlex/ppcls/modeling/architectures/resnext.py +0 -259
- paddlex/ppcls/modeling/architectures/resnext101_wsl.py +0 -447
- paddlex/ppcls/modeling/architectures/resnext_vd.py +0 -266
- paddlex/ppcls/modeling/architectures/rexnet.py +0 -240
- paddlex/ppcls/modeling/architectures/se_resnet_vd.py +0 -378
- paddlex/ppcls/modeling/architectures/se_resnext.py +0 -290
- paddlex/ppcls/modeling/architectures/se_resnext_vd.py +0 -285
- paddlex/ppcls/modeling/architectures/shufflenet_v2.py +0 -320
- paddlex/ppcls/modeling/architectures/squeezenet.py +0 -154
- paddlex/ppcls/modeling/architectures/vgg.py +0 -152
- paddlex/ppcls/modeling/architectures/vision_transformer.py +0 -402
- paddlex/ppcls/modeling/architectures/xception.py +0 -345
- paddlex/ppcls/modeling/architectures/xception_deeplab.py +0 -386
- paddlex/ppcls/modeling/loss.py +0 -158
- paddlex/ppcls/modeling/utils.py +0 -53
- paddlex/ppcls/optimizer/__init__.py +0 -19
- paddlex/ppcls/optimizer/learning_rate.py +0 -159
- paddlex/ppcls/optimizer/optimizer.py +0 -165
- paddlex/ppcls/utils/__init__.py +0 -27
- paddlex/ppcls/utils/check.py +0 -151
- paddlex/ppcls/utils/config.py +0 -201
- paddlex/ppcls/utils/logger.py +0 -120
- paddlex/ppcls/utils/metrics.py +0 -112
- paddlex/ppcls/utils/misc.py +0 -62
- paddlex/ppcls/utils/model_zoo.py +0 -213
- paddlex/ppcls/utils/save_load.py +0 -163
- paddlex/ppdet/__init__.py +0 -16
- paddlex/ppdet/core/__init__.py +0 -15
- paddlex/ppdet/core/config/__init__.py +0 -13
- paddlex/ppdet/core/config/schema.py +0 -248
- paddlex/ppdet/core/config/yaml_helpers.py +0 -118
- paddlex/ppdet/core/workspace.py +0 -279
- paddlex/ppdet/data/__init__.py +0 -21
- paddlex/ppdet/data/reader.py +0 -304
- paddlex/ppdet/data/shm_utils.py +0 -67
- paddlex/ppdet/data/source/__init__.py +0 -27
- paddlex/ppdet/data/source/category.py +0 -823
- paddlex/ppdet/data/source/coco.py +0 -243
- paddlex/ppdet/data/source/dataset.py +0 -192
- paddlex/ppdet/data/source/keypoint_coco.py +0 -656
- paddlex/ppdet/data/source/mot.py +0 -360
- paddlex/ppdet/data/source/voc.py +0 -204
- paddlex/ppdet/data/source/widerface.py +0 -180
- paddlex/ppdet/data/transform/__init__.py +0 -28
- paddlex/ppdet/data/transform/autoaugment_utils.py +0 -1593
- paddlex/ppdet/data/transform/batch_operators.py +0 -758
- paddlex/ppdet/data/transform/gridmask_utils.py +0 -83
- paddlex/ppdet/data/transform/keypoint_operators.py +0 -665
- paddlex/ppdet/data/transform/mot_operators.py +0 -636
- paddlex/ppdet/data/transform/op_helper.py +0 -468
- paddlex/ppdet/data/transform/operators.py +0 -2103
- paddlex/ppdet/engine/__init__.py +0 -29
- paddlex/ppdet/engine/callbacks.py +0 -262
- paddlex/ppdet/engine/env.py +0 -47
- paddlex/ppdet/engine/export_utils.py +0 -118
- paddlex/ppdet/engine/tracker.py +0 -425
- paddlex/ppdet/engine/trainer.py +0 -535
- paddlex/ppdet/metrics/__init__.py +0 -23
- paddlex/ppdet/metrics/coco_utils.py +0 -184
- paddlex/ppdet/metrics/json_results.py +0 -151
- paddlex/ppdet/metrics/keypoint_metrics.py +0 -202
- paddlex/ppdet/metrics/map_utils.py +0 -396
- paddlex/ppdet/metrics/metrics.py +0 -300
- paddlex/ppdet/metrics/mot_eval_utils.py +0 -192
- paddlex/ppdet/metrics/mot_metrics.py +0 -184
- paddlex/ppdet/metrics/widerface_utils.py +0 -393
- paddlex/ppdet/model_zoo/__init__.py +0 -18
- paddlex/ppdet/model_zoo/model_zoo.py +0 -86
- paddlex/ppdet/model_zoo/tests/__init__.py +0 -13
- paddlex/ppdet/model_zoo/tests/test_get_model.py +0 -48
- paddlex/ppdet/model_zoo/tests/test_list_model.py +0 -68
- paddlex/ppdet/modeling/__init__.py +0 -41
- paddlex/ppdet/modeling/architectures/__init__.py +0 -40
- paddlex/ppdet/modeling/architectures/cascade_rcnn.py +0 -144
- paddlex/ppdet/modeling/architectures/centernet.py +0 -103
- paddlex/ppdet/modeling/architectures/deepsort.py +0 -111
- paddlex/ppdet/modeling/architectures/fairmot.py +0 -107
- paddlex/ppdet/modeling/architectures/faster_rcnn.py +0 -106
- paddlex/ppdet/modeling/architectures/fcos.py +0 -105
- paddlex/ppdet/modeling/architectures/jde.py +0 -125
- paddlex/ppdet/modeling/architectures/keypoint_hrhrnet.py +0 -286
- paddlex/ppdet/modeling/architectures/keypoint_hrnet.py +0 -203
- paddlex/ppdet/modeling/architectures/mask_rcnn.py +0 -135
- paddlex/ppdet/modeling/architectures/meta_arch.py +0 -45
- paddlex/ppdet/modeling/architectures/s2anet.py +0 -103
- paddlex/ppdet/modeling/architectures/solov2.py +0 -110
- paddlex/ppdet/modeling/architectures/ssd.py +0 -84
- paddlex/ppdet/modeling/architectures/ttfnet.py +0 -98
- paddlex/ppdet/modeling/architectures/yolo.py +0 -104
- paddlex/ppdet/modeling/backbones/__init__.py +0 -37
- paddlex/ppdet/modeling/backbones/blazenet.py +0 -322
- paddlex/ppdet/modeling/backbones/darknet.py +0 -341
- paddlex/ppdet/modeling/backbones/dla.py +0 -244
- paddlex/ppdet/modeling/backbones/ghostnet.py +0 -476
- paddlex/ppdet/modeling/backbones/hrnet.py +0 -724
- paddlex/ppdet/modeling/backbones/mobilenet_v1.py +0 -410
- paddlex/ppdet/modeling/backbones/mobilenet_v3.py +0 -497
- paddlex/ppdet/modeling/backbones/name_adapter.py +0 -69
- paddlex/ppdet/modeling/backbones/res2net.py +0 -358
- paddlex/ppdet/modeling/backbones/resnet.py +0 -606
- paddlex/ppdet/modeling/backbones/senet.py +0 -140
- paddlex/ppdet/modeling/backbones/vgg.py +0 -216
- paddlex/ppdet/modeling/bbox_utils.py +0 -464
- paddlex/ppdet/modeling/heads/__init__.py +0 -41
- paddlex/ppdet/modeling/heads/bbox_head.py +0 -379
- paddlex/ppdet/modeling/heads/cascade_head.py +0 -285
- paddlex/ppdet/modeling/heads/centernet_head.py +0 -194
- paddlex/ppdet/modeling/heads/face_head.py +0 -113
- paddlex/ppdet/modeling/heads/fcos_head.py +0 -270
- paddlex/ppdet/modeling/heads/keypoint_hrhrnet_head.py +0 -108
- paddlex/ppdet/modeling/heads/mask_head.py +0 -253
- paddlex/ppdet/modeling/heads/roi_extractor.py +0 -111
- paddlex/ppdet/modeling/heads/s2anet_head.py +0 -845
- paddlex/ppdet/modeling/heads/solov2_head.py +0 -537
- paddlex/ppdet/modeling/heads/ssd_head.py +0 -175
- paddlex/ppdet/modeling/heads/ttf_head.py +0 -314
- paddlex/ppdet/modeling/heads/yolo_head.py +0 -124
- paddlex/ppdet/modeling/keypoint_utils.py +0 -302
- paddlex/ppdet/modeling/layers.py +0 -1142
- paddlex/ppdet/modeling/losses/__init__.py +0 -35
- paddlex/ppdet/modeling/losses/ctfocal_loss.py +0 -67
- paddlex/ppdet/modeling/losses/fairmot_loss.py +0 -41
- paddlex/ppdet/modeling/losses/fcos_loss.py +0 -225
- paddlex/ppdet/modeling/losses/iou_aware_loss.py +0 -48
- paddlex/ppdet/modeling/losses/iou_loss.py +0 -210
- paddlex/ppdet/modeling/losses/jde_loss.py +0 -182
- paddlex/ppdet/modeling/losses/keypoint_loss.py +0 -228
- paddlex/ppdet/modeling/losses/solov2_loss.py +0 -101
- paddlex/ppdet/modeling/losses/ssd_loss.py +0 -163
- paddlex/ppdet/modeling/losses/yolo_loss.py +0 -212
- paddlex/ppdet/modeling/mot/__init__.py +0 -25
- paddlex/ppdet/modeling/mot/matching/__init__.py +0 -19
- paddlex/ppdet/modeling/mot/matching/deepsort_matching.py +0 -382
- paddlex/ppdet/modeling/mot/matching/jde_matching.py +0 -145
- paddlex/ppdet/modeling/mot/motion/__init__.py +0 -17
- paddlex/ppdet/modeling/mot/motion/kalman_filter.py +0 -270
- paddlex/ppdet/modeling/mot/tracker/__init__.py +0 -23
- paddlex/ppdet/modeling/mot/tracker/base_jde_tracker.py +0 -267
- paddlex/ppdet/modeling/mot/tracker/base_sde_tracker.py +0 -145
- paddlex/ppdet/modeling/mot/tracker/deepsort_tracker.py +0 -165
- paddlex/ppdet/modeling/mot/tracker/jde_tracker.py +0 -262
- paddlex/ppdet/modeling/mot/utils.py +0 -181
- paddlex/ppdet/modeling/mot/visualization.py +0 -130
- paddlex/ppdet/modeling/necks/__init__.py +0 -25
- paddlex/ppdet/modeling/necks/centernet_fpn.py +0 -185
- paddlex/ppdet/modeling/necks/fpn.py +0 -233
- paddlex/ppdet/modeling/necks/hrfpn.py +0 -131
- paddlex/ppdet/modeling/necks/ttf_fpn.py +0 -243
- paddlex/ppdet/modeling/necks/yolo_fpn.py +0 -1034
- paddlex/ppdet/modeling/ops.py +0 -1599
- paddlex/ppdet/modeling/post_process.py +0 -449
- paddlex/ppdet/modeling/proposal_generator/__init__.py +0 -2
- paddlex/ppdet/modeling/proposal_generator/anchor_generator.py +0 -135
- paddlex/ppdet/modeling/proposal_generator/proposal_generator.py +0 -81
- paddlex/ppdet/modeling/proposal_generator/rpn_head.py +0 -269
- paddlex/ppdet/modeling/proposal_generator/target.py +0 -671
- paddlex/ppdet/modeling/proposal_generator/target_layer.py +0 -476
- paddlex/ppdet/modeling/reid/__init__.py +0 -23
- paddlex/ppdet/modeling/reid/fairmot_embedding_head.py +0 -117
- paddlex/ppdet/modeling/reid/jde_embedding_head.py +0 -189
- paddlex/ppdet/modeling/reid/pyramidal_embedding.py +0 -151
- paddlex/ppdet/modeling/reid/resnet.py +0 -320
- paddlex/ppdet/modeling/shape_spec.py +0 -33
- paddlex/ppdet/modeling/tests/__init__.py +0 -13
- paddlex/ppdet/modeling/tests/test_architectures.py +0 -59
- paddlex/ppdet/modeling/tests/test_base.py +0 -75
- paddlex/ppdet/modeling/tests/test_ops.py +0 -839
- paddlex/ppdet/modeling/tests/test_yolov3_loss.py +0 -420
- paddlex/ppdet/optimizer.py +0 -285
- paddlex/ppdet/slim/__init__.py +0 -62
- paddlex/ppdet/slim/distill.py +0 -111
- paddlex/ppdet/slim/prune.py +0 -85
- paddlex/ppdet/slim/quant.py +0 -52
- paddlex/ppdet/utils/__init__.py +0 -13
- paddlex/ppdet/utils/check.py +0 -93
- paddlex/ppdet/utils/checkpoint.py +0 -216
- paddlex/ppdet/utils/cli.py +0 -151
- paddlex/ppdet/utils/colormap.py +0 -56
- paddlex/ppdet/utils/download.py +0 -477
- paddlex/ppdet/utils/logger.py +0 -71
- paddlex/ppdet/utils/stats.py +0 -95
- paddlex/ppdet/utils/visualizer.py +0 -292
- paddlex/ppdet/utils/voc_utils.py +0 -87
- paddlex/seg.py +0 -38
- paddlex/tools/__init__.py +0 -16
- paddlex/tools/convert.py +0 -52
- paddlex/tools/dataset_conversion/__init__.py +0 -24
- paddlex/tools/dataset_conversion/x2coco.py +0 -379
- paddlex/tools/dataset_conversion/x2imagenet.py +0 -82
- paddlex/tools/dataset_conversion/x2seg.py +0 -343
- paddlex/tools/dataset_conversion/x2voc.py +0 -230
- paddlex/tools/dataset_split/__init__.py +0 -23
- paddlex/tools/dataset_split/coco_split.py +0 -69
- paddlex/tools/dataset_split/imagenet_split.py +0 -75
- paddlex/tools/dataset_split/seg_split.py +0 -96
- paddlex/tools/dataset_split/utils.py +0 -75
- paddlex/tools/dataset_split/voc_split.py +0 -91
- paddlex/tools/split.py +0 -41
- paddlex/utils/checkpoint.py +0 -439
- paddlex/utils/shm.py +0 -67
- paddlex/utils/stats.py +0 -68
- paddlex/utils/utils.py +0 -140
- paddlex-2.0.0rc4.dist-info/LICENSE +0 -201
- paddlex-2.0.0rc4.dist-info/METADATA +0 -29
- paddlex-2.0.0rc4.dist-info/RECORD +0 -445
- paddlex-2.0.0rc4.dist-info/WHEEL +0 -5
- paddlex-2.0.0rc4.dist-info/entry_points.txt +0 -3
- paddlex-2.0.0rc4.dist-info/top_level.txt +0 -2
@@ -0,0 +1,1093 @@
|
|
1
|
+
paddlex/.version,sha256=KYW-iyjTrehY6Nj7S8IvVlsb9gIN_5gtzhQfdyG5mZw,6
|
2
|
+
paddlex/__init__.py,sha256=gfGHiM_wthbQaWWyZ_Xwb7VwA4YxhJa_E7vsxbD7tVc,1703
|
3
|
+
paddlex/__main__.py,sha256=9HXLNHbXfczSIc0uYKqD1cHpsjs86xLmiVoy0cB_aiI,1290
|
4
|
+
paddlex/constants.py,sha256=s7As1cvezO0hsuKzkRo1XX5gTIc6Srx0mZqpR6v4H04,680
|
5
|
+
paddlex/engine.py,sha256=_x772aN89DVU16NhDyvIilk4UQQcj1whHwCOPpGgw5Y,2057
|
6
|
+
paddlex/hpip_links.html,sha256=22RS570jLZsSJH2lOyQ3nkcd3Mo2VzpqwbnHa4nCngY,3891
|
7
|
+
paddlex/model.py,sha256=xhtHQGiMdgOKKcGM-FK0K_cIVRsNamlLwkia5SsgmKY,4248
|
8
|
+
paddlex/paddlex_cli.py,sha256=FJ1KRqw4xvHKVqvs1q5FNligs0fPfq5K8OP-cQxEcC0,15986
|
9
|
+
paddlex/version.py,sha256=40pf-VYbXsguYRHs1v1-IRmHaNoDa1F0BgYM6bn3pF4,1692
|
10
|
+
paddlex/configs/modules/3d_bev_detection/BEVFusion.yaml,sha256=qox_QOiB2CdOAaRXU55bTVQCf_BbcM26oqHGOQZ623k,1033
|
11
|
+
paddlex/configs/modules/chart_parsing/PP-Chart2Table.yaml,sha256=snf083z359JWM8alJliaeTCfsSOV7hwkxYkFGXni5dY,319
|
12
|
+
paddlex/configs/modules/doc_text_orientation/PP-LCNet_x1_0_doc_ori.yaml,sha256=AETe_giWiq8ribioePFEhjdS39t_cTGQnvGB6Mkn4jw,1109
|
13
|
+
paddlex/configs/modules/doc_vlm/PP-DocBee-2B.yaml,sha256=qLJ2TUwx6S7nm8UFUO987JJABfK2GuCQk7mT2fjYd5k,351
|
14
|
+
paddlex/configs/modules/doc_vlm/PP-DocBee-7B.yaml,sha256=xlEKjNJV3CkkYto6Dtk9_U7UWxLfO6I_AbzVHLF3ZZo,351
|
15
|
+
paddlex/configs/modules/doc_vlm/PP-DocBee2-3B.yaml,sha256=DZJTm42g-7Mqbs3N3JQlyqTVvvODqyVBPumxjIez3CQ,378
|
16
|
+
paddlex/configs/modules/face_detection/BlazeFace-FPN-SSH.yaml,sha256=S92uHNRVm9YABasucmIlriQ00Vy7zUBcyXz9AJAGRn8,1078
|
17
|
+
paddlex/configs/modules/face_detection/BlazeFace.yaml,sha256=BMIwuscezZVmZWyNva1_Mkh_sQBH1NHRIlnwgQcAUmY,1054
|
18
|
+
paddlex/configs/modules/face_detection/PP-YOLOE_plus-S_face.yaml,sha256=kSJr8mjBNMbH4_ZcuLZk7AkH0JsRkVw4Mn5gD4SKw9k,1088
|
19
|
+
paddlex/configs/modules/face_detection/PicoDet_LCNet_x2_5_face.yaml,sha256=WHsjo5iU9QDX13lnpTCE_HhZpk9lakTNG8Dka4FnHVU,1095
|
20
|
+
paddlex/configs/modules/face_feature/MobileFaceNet.yaml,sha256=QV571iibXQXO9JMF1UF0_wV8CZonDW4pQoURG0NmGyI,1087
|
21
|
+
paddlex/configs/modules/face_feature/ResNet50_face.yaml,sha256=qGhhLwJo3blkTdLMh9_8GiAs3jpNEv8DlqI3GSm7JWY,1086
|
22
|
+
paddlex/configs/modules/formula_recognition/LaTeX_OCR_rec.yaml,sha256=X-Z8kgZ_kM_MGsjHH_HOnylItLew0J7nEDRgwz2SFMg,1087
|
23
|
+
paddlex/configs/modules/formula_recognition/PP-FormulaNet-L.yaml,sha256=ja7E-X8lP4yIuk-_AS4PH1_R2kwpJ876wlCfF8WVfa8,1092
|
24
|
+
paddlex/configs/modules/formula_recognition/PP-FormulaNet-S.yaml,sha256=pL9pZINe-2aVoDJ5CSGOg6aiGwZAQQpjLSqNelozllc,1094
|
25
|
+
paddlex/configs/modules/formula_recognition/PP-FormulaNet_plus-L.yaml,sha256=61C8LdYabVf03zm67WwD2O7ZM4EMoYNppqNhlwwFdMA,1107
|
26
|
+
paddlex/configs/modules/formula_recognition/PP-FormulaNet_plus-M.yaml,sha256=ZpIPQEZNOyvDuvN8bg1jHPeqB-I0MgZs20hgvY3mUU4,1109
|
27
|
+
paddlex/configs/modules/formula_recognition/PP-FormulaNet_plus-S.yaml,sha256=AnyLBe4E9HM0Ols6WI6ybzMDwwDIDwVvWT1oAFbcAw8,1109
|
28
|
+
paddlex/configs/modules/formula_recognition/UniMERNet.yaml,sha256=E1OSy2fPSYyMVA5z_QDLUMhxPjDliF3f88pXUQhQlWo,1075
|
29
|
+
paddlex/configs/modules/human_detection/PP-YOLOE-L_human.yaml,sha256=NU3jFyEip_TU6aURcqV1kzYDA6dLTsos3-6BW40TeJ4,1080
|
30
|
+
paddlex/configs/modules/human_detection/PP-YOLOE-S_human.yaml,sha256=ZsNbemUP-tIBqy1KVLE2MCybtWk1V90AXIY-5k1MbTw,1080
|
31
|
+
paddlex/configs/modules/image_anomaly_detection/STFPM.yaml,sha256=m0xBEfchDCBb06cBLpqrHAXPwqENaR36kQp9GwG5M1M,929
|
32
|
+
paddlex/configs/modules/image_classification/CLIP_vit_base_patch16_224.yaml,sha256=LK_n8fQaBkfiBHIwU88gG1zZOAGM8oVsguwomjowie8,1138
|
33
|
+
paddlex/configs/modules/image_classification/CLIP_vit_large_patch14_224.yaml,sha256=w_YUGfVLSAXZYsSF26HCFU7PpzT__xUhCNH9rD-aB0M,1141
|
34
|
+
paddlex/configs/modules/image_classification/ConvNeXt_base_224.yaml,sha256=gn-n3SfGCZ6_OOgwRY7k4EXuFEEtL0PiPdnZMhayRH4,1113
|
35
|
+
paddlex/configs/modules/image_classification/ConvNeXt_base_384.yaml,sha256=jqB7RwPQhJuhRgZONnkVSZihXkBhJqlPgbfQ2ErpI64,1113
|
36
|
+
paddlex/configs/modules/image_classification/ConvNeXt_large_224.yaml,sha256=echAqQdzckFmG8cZ2xeQUgAuZwyuGWwSZNCGgGg3-0Q,1116
|
37
|
+
paddlex/configs/modules/image_classification/ConvNeXt_large_384.yaml,sha256=utgE1-Eoe84BCjoJgipcdovtg-Q2J2aTpVRfMgNoy7Y,1115
|
38
|
+
paddlex/configs/modules/image_classification/ConvNeXt_small.yaml,sha256=CoBafC89MdqdPhgCkbYtRqbPmWoNeFa9U0SGXBFbehE,1104
|
39
|
+
paddlex/configs/modules/image_classification/ConvNeXt_tiny.yaml,sha256=NikOVm_RaepPQbeciIOy-QHCnJnfaL4iJfaqo05ALEY,1101
|
40
|
+
paddlex/configs/modules/image_classification/FasterNet-L.yaml,sha256=IwASicfaAaYMXTBe0Rp3zVopdczXD8P3GHDaVykBER0,1093
|
41
|
+
paddlex/configs/modules/image_classification/FasterNet-M.yaml,sha256=qeWU3wmgWIhYcnQmjbA5f--xNx7ChOC9ipbKacniEsc,1093
|
42
|
+
paddlex/configs/modules/image_classification/FasterNet-S.yaml,sha256=F5NhqQpLUQZhZI83Po6i8iwnlKuI0ejNDBxOAmoS5ig,1094
|
43
|
+
paddlex/configs/modules/image_classification/FasterNet-T0.yaml,sha256=jt6nfJaCEUbsmy4JSaMcgBITep3Fyoj13gfYBC8hXjo,1097
|
44
|
+
paddlex/configs/modules/image_classification/FasterNet-T1.yaml,sha256=qlraq3GaqNZfHIYZl7UFOosFND8qfcTTg22yO81L-5Y,1097
|
45
|
+
paddlex/configs/modules/image_classification/FasterNet-T2.yaml,sha256=KRRjkp3hsc3n6ZfdrJ4Avfd8al2Q5dP5490PAYT0FTM,1097
|
46
|
+
paddlex/configs/modules/image_classification/MobileNetV1_x0_25.yaml,sha256=uLoUWZ6DsLU6AI8Axl2S_TzLNvmUrmRs5iUSRCUDHQw,1111
|
47
|
+
paddlex/configs/modules/image_classification/MobileNetV1_x0_5.yaml,sha256=2gSU1bET_sK1Y1yGNDit4xjR6BHrMMKPotW5DzueXig,1108
|
48
|
+
paddlex/configs/modules/image_classification/MobileNetV1_x0_75.yaml,sha256=iWz2iNvOfKZwKtYJeeWDC1fG1hcXJa3hVO2wBQyFSpA,1111
|
49
|
+
paddlex/configs/modules/image_classification/MobileNetV1_x1_0.yaml,sha256=Wvvj_X4DSmlJYQGPrPnrChL3hD3WakRGFmGdappn_-0,1108
|
50
|
+
paddlex/configs/modules/image_classification/MobileNetV2_x0_25.yaml,sha256=psRKr_FG-NYYOO9UN0qrKt2g0eZSO_1W0qVnBAoHNhg,1113
|
51
|
+
paddlex/configs/modules/image_classification/MobileNetV2_x0_5.yaml,sha256=qb_yqAv-2faVTl_iArBh2m9NjwOe65qP2hA2YqFsyeA,1110
|
52
|
+
paddlex/configs/modules/image_classification/MobileNetV2_x1_0.yaml,sha256=1937V9J05n8BnykdEwXqfpPWfInTMcqaIoUgUwVbqVA,1110
|
53
|
+
paddlex/configs/modules/image_classification/MobileNetV2_x1_5.yaml,sha256=obtZs2YvXv6sZPbNFCMJVfD4m76jdlEJp7F_EuPN1F8,1110
|
54
|
+
paddlex/configs/modules/image_classification/MobileNetV2_x2_0.yaml,sha256=N0GcWa5yJYZXHZ8J_FhuJfRkbKlnusIQaAFsKBECbhU,1110
|
55
|
+
paddlex/configs/modules/image_classification/MobileNetV3_large_x0_35.yaml,sha256=iC1YYIwKmGXR0n6cdQCJejlV-exSYzdqlyEpfTdKSsY,1131
|
56
|
+
paddlex/configs/modules/image_classification/MobileNetV3_large_x0_5.yaml,sha256=q_fgzScX9kzHBfr1wpT9LN68rrVoJuDzVZJHiKXS4Pc,1128
|
57
|
+
paddlex/configs/modules/image_classification/MobileNetV3_large_x0_75.yaml,sha256=A_HA8UzcoeRl3E3Bpx7jSu4rf8ziXqYR8r-2mMZan1k,1131
|
58
|
+
paddlex/configs/modules/image_classification/MobileNetV3_large_x1_0.yaml,sha256=wa_5xcKMe1_U65mHGs2-LXRpDAe6neFJze6ELUZblnY,1128
|
59
|
+
paddlex/configs/modules/image_classification/MobileNetV3_large_x1_25.yaml,sha256=-nhvLFSewcu4GF6hRE-O5sh02bMoQDNH7DP5_rr9KP8,1131
|
60
|
+
paddlex/configs/modules/image_classification/MobileNetV3_small_x0_35.yaml,sha256=VK0X449vo4Xh0J6yfZBiEmtk0ZzPrhyh7WCRC5w0IFU,1131
|
61
|
+
paddlex/configs/modules/image_classification/MobileNetV3_small_x0_5.yaml,sha256=tMU6hQFi0VyP2MBaYFpcXyFm4yg-t4E4P25Di-z4VaA,1128
|
62
|
+
paddlex/configs/modules/image_classification/MobileNetV3_small_x0_75.yaml,sha256=lFsgeV0mcZcjaPH1y9VuGT1JzKSGVcxmMaaCo7f2X8E,1131
|
63
|
+
paddlex/configs/modules/image_classification/MobileNetV3_small_x1_0.yaml,sha256=A6DJ6GoNVeJaJopRlbkX8BkUHGSiAy37Yp5gnlkT2F8,1128
|
64
|
+
paddlex/configs/modules/image_classification/MobileNetV3_small_x1_25.yaml,sha256=zcXwhMKlakpSDmyDn7TaZbKv0G0cWhN80iQKR6zAqCA,1131
|
65
|
+
paddlex/configs/modules/image_classification/MobileNetV4_conv_large.yaml,sha256=bSezzL_GQlk5IrB4QW2RjN1W5oxCgKtksJJ7rRM9M-k,1127
|
66
|
+
paddlex/configs/modules/image_classification/MobileNetV4_conv_medium.yaml,sha256=wRZ7DiS4l28KG6ZZ_PaS49w83EALTW2AfxPpLEQ4tXc,1131
|
67
|
+
paddlex/configs/modules/image_classification/MobileNetV4_conv_small.yaml,sha256=hEkIvgIiXq-RiTzSdZIWEAwC5WDOdNspGipy1OXRIrc,1128
|
68
|
+
paddlex/configs/modules/image_classification/MobileNetV4_hybrid_large.yaml,sha256=uWEcHM6VXxe_MxShLvOwaQvk0yuLJEJJOanmAj7SQOY,1133
|
69
|
+
paddlex/configs/modules/image_classification/MobileNetV4_hybrid_medium.yaml,sha256=7LIQwtNGjn3tZCw-aZgauG_auuJGA-_FAtJaGLw2c4U,1136
|
70
|
+
paddlex/configs/modules/image_classification/PP-HGNetV2-B0.yaml,sha256=zBJupgZWNjJ-vScLqMEaeyEOZk1FEn3ll-09UfCp8GQ,1100
|
71
|
+
paddlex/configs/modules/image_classification/PP-HGNetV2-B1.yaml,sha256=HCa-dcRmkKhbgiJjqq2TjIKmb3eldge3pQTjuEXW8F0,1100
|
72
|
+
paddlex/configs/modules/image_classification/PP-HGNetV2-B2.yaml,sha256=4UD0nLoR1obIbgx50ECUoK82Tdhxs3pZJ8uJUikZ3ko,1100
|
73
|
+
paddlex/configs/modules/image_classification/PP-HGNetV2-B3.yaml,sha256=HDunHsQCUjGd4OgLgrA5yDJNS0NBYc4TGbFDOP_rB3A,1100
|
74
|
+
paddlex/configs/modules/image_classification/PP-HGNetV2-B4.yaml,sha256=nOOzk3RJtrNihSTo5KVoTfJGvzlR9w--KFSOwDkCOC8,1100
|
75
|
+
paddlex/configs/modules/image_classification/PP-HGNetV2-B5.yaml,sha256=g0aob11iDTk5sMv442cOBxf_SQfm7QXp2qIT84bbHSQ,1100
|
76
|
+
paddlex/configs/modules/image_classification/PP-HGNetV2-B6.yaml,sha256=9mrKN9fxI5ueRE8nuJdhAujp3M4xNjKUm9OINRma0Hw,1100
|
77
|
+
paddlex/configs/modules/image_classification/PP-HGNet_base.yaml,sha256=l_FgAahuQvut0d4SFNYuStu3Qj-y6USR1WN4iE5c13I,1100
|
78
|
+
paddlex/configs/modules/image_classification/PP-HGNet_small.yaml,sha256=_mRqbbfPi7pAKcmSMNmjzZn84978Od5osuAY-wkZEmA,1103
|
79
|
+
paddlex/configs/modules/image_classification/PP-HGNet_tiny.yaml,sha256=_cttp27OzbF3FfTAeRMS05UHi3VVULeGzCYnvW7_A9o,1100
|
80
|
+
paddlex/configs/modules/image_classification/PP-LCNetV2_base.yaml,sha256=YUmqFg9MlaDdJg9ZMuhvRge7uz-0QoeSoFP6vA-Viuk,1114
|
81
|
+
paddlex/configs/modules/image_classification/PP-LCNetV2_large.yaml,sha256=kle9yZYiQVgDVsXAj6o3b0EZPC5QJQCGs_Vb6WD73fA,1117
|
82
|
+
paddlex/configs/modules/image_classification/PP-LCNetV2_small.yaml,sha256=NNJEK4-hw3rQSJtpEXcQ8m4btavpYxKQ1bGjfAQ_soA,1117
|
83
|
+
paddlex/configs/modules/image_classification/PP-LCNet_x0_25.yaml,sha256=d4tgfqJJLlzXKKVOSIIEgrMaxhy0up7yRjmHgzJb_i8,1103
|
84
|
+
paddlex/configs/modules/image_classification/PP-LCNet_x0_35.yaml,sha256=DlwXHwttQVuG_zU3tuVPfyrNG2gu4RtzHmWg_QtXpcs,1103
|
85
|
+
paddlex/configs/modules/image_classification/PP-LCNet_x0_5.yaml,sha256=9ay8PBsdpLeze-dKUL56BPY3TPkTXckts8obUTBbNac,1100
|
86
|
+
paddlex/configs/modules/image_classification/PP-LCNet_x0_75.yaml,sha256=GxcfHhImq0jg3KVoFBeELFStoO1BAdvP6TjFJXtI9Lk,1103
|
87
|
+
paddlex/configs/modules/image_classification/PP-LCNet_x1_0.yaml,sha256=7xS7Nja6fEalFb4CcpN5S9CxMewtWKJ1hnZjBHWhupk,1108
|
88
|
+
paddlex/configs/modules/image_classification/PP-LCNet_x1_5.yaml,sha256=SRf-MXXiH0a1upLgvis3ZQU2tuEWXm3gfAqHFjkhW6w,1100
|
89
|
+
paddlex/configs/modules/image_classification/PP-LCNet_x2_0.yaml,sha256=zkX6d5O_hQTR5A2TmjKhxTr653q_nehU9zVOgeWwCzI,1100
|
90
|
+
paddlex/configs/modules/image_classification/PP-LCNet_x2_5.yaml,sha256=L-Ci_hL-DPIyfohWSDfLrrgvs5widwHOGHcTVMpQZ4c,1100
|
91
|
+
paddlex/configs/modules/image_classification/ResNet101.yaml,sha256=WQ5JrCYbBe_I0aWpt3P_X2F-agnWXJ5NlmqDnYNjFEw,1087
|
92
|
+
paddlex/configs/modules/image_classification/ResNet101_vd.yaml,sha256=StIUPW6hPFPF5K68FNY8q130xNFnaxAvN3U0REiNLCk,1096
|
93
|
+
paddlex/configs/modules/image_classification/ResNet152.yaml,sha256=2lD9xWr5HdoDlPtncaKbxj5ptTcQfxrOLHZffqUPmuE,1087
|
94
|
+
paddlex/configs/modules/image_classification/ResNet152_vd.yaml,sha256=x8L7X1qPut9njAlNh0nfrB1tlgMErKXvsowws1EKZ8o,1096
|
95
|
+
paddlex/configs/modules/image_classification/ResNet18.yaml,sha256=1HbFG-Yt1cLAMzc8jPfCmdYilTVziwwt1T7NT9p1eYk,1084
|
96
|
+
paddlex/configs/modules/image_classification/ResNet18_vd.yaml,sha256=2wwN5bIB8wSiSkz53jR-uHpBgh7M62QOYGdo4wF-ruw,1093
|
97
|
+
paddlex/configs/modules/image_classification/ResNet200_vd.yaml,sha256=NejmKMU0waKlZey1U_6ZFpy02Ci9CDUgXPXrjnBSQc4,1096
|
98
|
+
paddlex/configs/modules/image_classification/ResNet34.yaml,sha256=qf6VyTjDUdWsotbS8NoxVOaEh3xEdMJ-NFUR16hy4lM,1084
|
99
|
+
paddlex/configs/modules/image_classification/ResNet34_vd.yaml,sha256=LKquktvpzifqEbTDQb8l4Al_6A0TQ6Ta6gvtYnoDj0k,1093
|
100
|
+
paddlex/configs/modules/image_classification/ResNet50.yaml,sha256=7BVkuhaKyxQQMNvxkeJ-OvMcytmXKWoYfxCr68QByg8,1084
|
101
|
+
paddlex/configs/modules/image_classification/ResNet50_vd.yaml,sha256=R0KyYfaOHmIzPy-fRdEXAK5K0kPcjtSMkYm6gEbO-lI,1093
|
102
|
+
paddlex/configs/modules/image_classification/StarNet-S1.yaml,sha256=S0QY-NrVyl29fEDnRmYPLpUVVmyDuTIHzfD6qsky16o,1092
|
103
|
+
paddlex/configs/modules/image_classification/StarNet-S2.yaml,sha256=hxglkA28lIXqkXupAL14FmCSFN_WVViVr1Z44Xgh_j4,1092
|
104
|
+
paddlex/configs/modules/image_classification/StarNet-S3.yaml,sha256=vPLcd__TJ_mcQOTLJt6EihuFLxmJ6Bzgz3y7qSQKi3M,1092
|
105
|
+
paddlex/configs/modules/image_classification/StarNet-S4.yaml,sha256=LwPjtgeNfEc3crIKuaVZe3EgzE82KnrP4uBivcsURFc,1092
|
106
|
+
paddlex/configs/modules/image_classification/SwinTransformer_base_patch4_window12_384.yaml,sha256=iNgXGMsZ0FqK2ySMAVsyDs7647ejManggJO2G8rZ39k,1182
|
107
|
+
paddlex/configs/modules/image_classification/SwinTransformer_base_patch4_window7_224.yaml,sha256=SdlxnlKwb323PKyVCILq8JSrwQTBAGz4jQLAFheNrlg,1180
|
108
|
+
paddlex/configs/modules/image_classification/SwinTransformer_large_patch4_window12_384.yaml,sha256=cK11Pc_kOtsrLAdckl8snE8ZGkr0jrNMGMJJh67mnCo,1185
|
109
|
+
paddlex/configs/modules/image_classification/SwinTransformer_large_patch4_window7_224.yaml,sha256=oLWNA6zBBUlFfdSVCv7Y9rXeFEMxMcHP0bLy0b1Vqjk,1182
|
110
|
+
paddlex/configs/modules/image_classification/SwinTransformer_small_patch4_window7_224.yaml,sha256=B6lvfAzD2ikr--y8P7m5X8u48pLsTwXtVnhr8U20rck,1182
|
111
|
+
paddlex/configs/modules/image_classification/SwinTransformer_tiny_patch4_window7_224.yaml,sha256=wWf5-zN-qJa2fbG5MaetinLngqnycf39yXEslrceamc,1179
|
112
|
+
paddlex/configs/modules/image_feature/PP-ShiTuV2_rec.yaml,sha256=fXX3iV2GhbEM5fBdDQpPJQJI1dSzK8XrfEKgiuVUABo,1130
|
113
|
+
paddlex/configs/modules/image_feature/PP-ShiTuV2_rec_CLIP_vit_base.yaml,sha256=RYSAJP2cOEirVzza5rN0JXqhuvyc5P8u2yezHzG2jGQ,1234
|
114
|
+
paddlex/configs/modules/image_feature/PP-ShiTuV2_rec_CLIP_vit_large.yaml,sha256=mHwThGAxiLpUOK4rii3OuiTqjYQlWIzE6QR8mFBA3gI,1238
|
115
|
+
paddlex/configs/modules/image_multilabel_classification/CLIP_vit_base_patch16_448_ML.yaml,sha256=79PcH0PNx0Qci2FXH_l2xHVRR1gWD0SUcI-JDEZmidY,1123
|
116
|
+
paddlex/configs/modules/image_multilabel_classification/PP-HGNetV2-B0_ML.yaml,sha256=2DQeB_OcLoEztUAWGbORvoGwl9ApOY10_MtNwoM1dlI,1087
|
117
|
+
paddlex/configs/modules/image_multilabel_classification/PP-HGNetV2-B4_ML.yaml,sha256=rizP9nQ5lj7ot-kGwGodY6lf8ixteXlXaA-5FoQRnpc,1085
|
118
|
+
paddlex/configs/modules/image_multilabel_classification/PP-HGNetV2-B6_ML.yaml,sha256=2EuE24uTLrsQ6eiMbV1YaIUUA439ARncGag1iqoqP_w,1085
|
119
|
+
paddlex/configs/modules/image_multilabel_classification/PP-LCNet_x1_0_ML.yaml,sha256=_G8MQ6cRAnxeGBuMAuHWruHVOkRsGlwKkUXpU0DxcAE,1092
|
120
|
+
paddlex/configs/modules/image_multilabel_classification/ResNet50_ML.yaml,sha256=ASNTdy4x2x-Wf-9f5nwDPewr2SZyK_djwIRCtJm-FRw,1069
|
121
|
+
paddlex/configs/modules/image_unwarping/UVDoc.yaml,sha256=fJ4jj-tumQrW3YU-nL-_9YIbemD1_Y-CywvY2zdam6c,304
|
122
|
+
paddlex/configs/modules/instance_segmentation/Cascade-MaskRCNN-ResNet50-FPN.yaml,sha256=cICXUmiwEZWBsMTehKIaLj76q7Evv8j4pruZeveTpuI,1147
|
123
|
+
paddlex/configs/modules/instance_segmentation/Cascade-MaskRCNN-ResNet50-vd-SSLDv2-FPN.yaml,sha256=Z8DJqoZZNWeKsJxWdYfoWDnWUM5jm-ghImsjN8odqnM,1177
|
124
|
+
paddlex/configs/modules/instance_segmentation/Mask-RT-DETR-H.yaml,sha256=PRSLpfFUIhno1z0n2mC4IzfyKE97EFfo2fvp4Da3gl0,1104
|
125
|
+
paddlex/configs/modules/instance_segmentation/Mask-RT-DETR-L.yaml,sha256=5YkieF2M8jbuVTUTa2GB5VL3q-58VS3fkVMt9XqwgJ0,1104
|
126
|
+
paddlex/configs/modules/instance_segmentation/Mask-RT-DETR-M.yaml,sha256=gK3NWLfJu2Z9WvisBsJDKsoHB--cvkxQoPJDiFYWhnU,1104
|
127
|
+
paddlex/configs/modules/instance_segmentation/Mask-RT-DETR-S.yaml,sha256=xy9yOYMtZO4FaJSLUYZYBw8txBgqlHmw95gJgcERMq4,1104
|
128
|
+
paddlex/configs/modules/instance_segmentation/Mask-RT-DETR-X.yaml,sha256=aqu712KiEihlM01hFf_4BHPL3aRmsY2-xGo6i43EO7k,1104
|
129
|
+
paddlex/configs/modules/instance_segmentation/MaskRCNN-ResNeXt101-vd-FPN.yaml,sha256=wLoTkTyOVlp2o6xDMky03kZsbG1bYsW28h0thRZNv6U,1137
|
130
|
+
paddlex/configs/modules/instance_segmentation/MaskRCNN-ResNet101-FPN.yaml,sha256=6nu7ZakzQ84IlhQifP-9rZlvs9oG6kx9IC4hg1Na9mA,1126
|
131
|
+
paddlex/configs/modules/instance_segmentation/MaskRCNN-ResNet101-vd-FPN.yaml,sha256=ZVrQWaH-r-GTMGO5IAffTvG9xhzBH_Oa9-kQJYgUyEY,1137
|
132
|
+
paddlex/configs/modules/instance_segmentation/MaskRCNN-ResNet50-FPN.yaml,sha256=Lhm2lrNCUKkycf9CpuBAHUkNc1z7TNYq5AmLcD_EGEs,1123
|
133
|
+
paddlex/configs/modules/instance_segmentation/MaskRCNN-ResNet50-vd-FPN.yaml,sha256=rcjv6rYi83etpcQ2gl--O9KGld_Jx_8J3hxAjh76Too,1132
|
134
|
+
paddlex/configs/modules/instance_segmentation/MaskRCNN-ResNet50.yaml,sha256=DZc9pJQNpfWsHuF5KbdmcQis0rbdqeF4COC9lMdNAYs,1111
|
135
|
+
paddlex/configs/modules/instance_segmentation/PP-YOLOE_seg-S.yaml,sha256=qLTRXJ13jo0M2QIL9MxvMJxosmtEjEAHOeNp8aboHRs,1103
|
136
|
+
paddlex/configs/modules/instance_segmentation/SOLOv2.yaml,sha256=8UHZ27HP1JL4koCsn37RQLU8AAgs6ROXNGBRwkuo780,1078
|
137
|
+
paddlex/configs/modules/keypoint_detection/PP-TinyPose_128x96.yaml,sha256=-nU2Q82TplTQFPGnQ-5NL2xKDvd5eAUawH9nAqHRtvQ,1093
|
138
|
+
paddlex/configs/modules/keypoint_detection/PP-TinyPose_256x192.yaml,sha256=bI4YYbh1gRncbqHTi0l49oV6Uhq3K1kjgSVU-o04-Ck,1096
|
139
|
+
paddlex/configs/modules/layout_detection/PP-DocBlockLayout.yaml,sha256=3eb-vxluipp9Oc7Umo5P2j14Ievp0cE9evpPxs13UvI,1072
|
140
|
+
paddlex/configs/modules/layout_detection/PP-DocLayout-L.yaml,sha256=AEB-UO6Gnm4GJ1d7NcXdVgWMQlRQLKbLITTFGgacb1s,1063
|
141
|
+
paddlex/configs/modules/layout_detection/PP-DocLayout-M.yaml,sha256=NSXymrJO4g4aA3aOg4rY1riadznwu6S-d2PJFQZbW1Y,1063
|
142
|
+
paddlex/configs/modules/layout_detection/PP-DocLayout-S.yaml,sha256=ot2lj1310aGooUWUHDCCr5OHZxGGZ1KUsZg6Xy5bfFo,1063
|
143
|
+
paddlex/configs/modules/layout_detection/PP-DocLayout_plus-L.yaml,sha256=1oFBsosKzgoHroPT8ci-gyUFv7Snt3WDDFbFe6VbLZM,1078
|
144
|
+
paddlex/configs/modules/layout_detection/PicoDet-L_layout_17cls.yaml,sha256=HLuTMH0JI5rF5lCYiG_SG9hH_XGSGoaAUdv17sgAFVA,1084
|
145
|
+
paddlex/configs/modules/layout_detection/PicoDet-L_layout_3cls.yaml,sha256=bfJqMZjnzmHdhzgngZgHPCz_mZ7uZf1xTQWBnmQEzBo,1081
|
146
|
+
paddlex/configs/modules/layout_detection/PicoDet-S_layout_17cls.yaml,sha256=jm2_FSvWdIZ99RnyX6NX9zw5CtWEJ8Plxax4tycq3Ks,1084
|
147
|
+
paddlex/configs/modules/layout_detection/PicoDet-S_layout_3cls.yaml,sha256=xUnksr6O7Jpq0YGwmgj1k5SR6U6WXhX_QoAMbIi-uhc,1081
|
148
|
+
paddlex/configs/modules/layout_detection/PicoDet_layout_1x.yaml,sha256=bLT9XKKWv5W1242Okn7qH4N0N2kmutANXsm2-lSbidw,1068
|
149
|
+
paddlex/configs/modules/layout_detection/PicoDet_layout_1x_table.yaml,sha256=dmyNwhUgi1z4LS8gSsKyRe3_Tu6svUB1wF6jP6f8qOU,1086
|
150
|
+
paddlex/configs/modules/layout_detection/RT-DETR-H_layout_17cls.yaml,sha256=1S20T2TVCHuL2tyWsUmlQeb0OLGz1WrMU7gmpfnmHb0,1086
|
151
|
+
paddlex/configs/modules/layout_detection/RT-DETR-H_layout_3cls.yaml,sha256=nHce6T4VZUu-xTbaxRGgBPdu9NJyc4qanxPp0kDYsjg,1083
|
152
|
+
paddlex/configs/modules/mainbody_detection/PP-ShiTuV2_det.yaml,sha256=kMXy-QNH8FbAa3VbZIfvMhbzBCOfk2-guQKO3rh5eL4,1080
|
153
|
+
paddlex/configs/modules/multilingual_speech_recognition/whisper_base.yaml,sha256=2uhhfAFJIjdL-e83Ue8glHdp-1204dJzloyiRCofg3E,261
|
154
|
+
paddlex/configs/modules/multilingual_speech_recognition/whisper_large.yaml,sha256=xNDVp4xXsQE9H7x45rxyVannH3QJDiyPwfmhHKutzfM,263
|
155
|
+
paddlex/configs/modules/multilingual_speech_recognition/whisper_medium.yaml,sha256=Q-3qKm611n2nZz7VoY1O6Q0gkrncNh2a_dTTaNhfr_4,265
|
156
|
+
paddlex/configs/modules/multilingual_speech_recognition/whisper_small.yaml,sha256=nxNSloqWEyPjg2R60Gv8cSvxc435wojjK5TR7MwQTjk,263
|
157
|
+
paddlex/configs/modules/multilingual_speech_recognition/whisper_tiny.yaml,sha256=fbL0zq5jM7C4ME6yRP0LqbEuY0KrODmJa4BmSyQJPMs,261
|
158
|
+
paddlex/configs/modules/object_detection/Cascade-FasterRCNN-ResNet50-FPN.yaml,sha256=R64-W1X32E6OLDOJniQ73gqXuTSrFTo7zppGqsQ4gmI,1128
|
159
|
+
paddlex/configs/modules/object_detection/Cascade-FasterRCNN-ResNet50-vd-SSLDv2-FPN.yaml,sha256=F3pP_MLxcPRw4kPC-KrOxv49GCsHSqpoOkNxI91TLr0,1159
|
160
|
+
paddlex/configs/modules/object_detection/CenterNet-DLA-34.yaml,sha256=S-Q4VI01AQpj-bSTfa5HKcSnprzIFRdytVqxeWUTsPg,1085
|
161
|
+
paddlex/configs/modules/object_detection/CenterNet-ResNet50.yaml,sha256=cIqns-7fWGbdA5kZk4YAPqMrPlIxZZa1U2cLKiATbqU,1091
|
162
|
+
paddlex/configs/modules/object_detection/Co-DINO-R50.yaml,sha256=xB5alvGleLc-sLBnQbeXBpyV0967_PxohPvMe15Xp5c,1069
|
163
|
+
paddlex/configs/modules/object_detection/Co-DINO-Swin-L.yaml,sha256=O4g3Wmz10Q9acmJH4loyMaqxoQmO8lIBFK7e7zSuq5g,1078
|
164
|
+
paddlex/configs/modules/object_detection/Co-Deformable-DETR-R50.yaml,sha256=37nZXVphbRDFuCt7skXJeebAoIIOpyGx7b21YK-Vea0,1102
|
165
|
+
paddlex/configs/modules/object_detection/Co-Deformable-DETR-Swin-T.yaml,sha256=aJeBcnJqIhIP-8DcrxNjHKuAxRz21mxBC3NAqCVK91k,1111
|
166
|
+
paddlex/configs/modules/object_detection/DETR-R50.yaml,sha256=OQwwjMuCofgJJmBwgxhI2maCcytgi1NtvlHA0U-FcEI,1062
|
167
|
+
paddlex/configs/modules/object_detection/FCOS-ResNet50.yaml,sha256=3R-WpASGd9PXBcWNm8UjucyP53Q5FVM8qfPmCTZ66Go,1074
|
168
|
+
paddlex/configs/modules/object_detection/FasterRCNN-ResNeXt101-vd-FPN.yaml,sha256=jlPpEbJfBaUuwhQ0ngj12iM0wPIHnHLMWBERfJBQpyI,1120
|
169
|
+
paddlex/configs/modules/object_detection/FasterRCNN-ResNet101-FPN.yaml,sha256=a4z_-7H-Esa3EgpRIVMGmoXSdF6CvML78jvYb-YTask,1108
|
170
|
+
paddlex/configs/modules/object_detection/FasterRCNN-ResNet101.yaml,sha256=yOysi1xdYnpibgqqYk2Z6BqlHZ1qLOJqn4-Ezm2lfF8,1096
|
171
|
+
paddlex/configs/modules/object_detection/FasterRCNN-ResNet34-FPN.yaml,sha256=PsKV1ENMD8WEU1JXhOu6p4hXntFYk2iiYer3Yv1Jsrk,1105
|
172
|
+
paddlex/configs/modules/object_detection/FasterRCNN-ResNet50-FPN.yaml,sha256=LbScHVrpL9z0FcP9K2ijmMVwzNbxP9ki5aY3kBo2yT4,1105
|
173
|
+
paddlex/configs/modules/object_detection/FasterRCNN-ResNet50-vd-FPN.yaml,sha256=rop0c8J6zDR7hNZ0NxF65qCFqfipNggOgtsyQltroeA,1114
|
174
|
+
paddlex/configs/modules/object_detection/FasterRCNN-ResNet50-vd-SSLDv2-FPN.yaml,sha256=vrBOePFgp_PFe6fZtg_bgGYaK_7LQxmiavShEdxUPhI,1135
|
175
|
+
paddlex/configs/modules/object_detection/FasterRCNN-ResNet50.yaml,sha256=o86nxDTB17irlM31IY4H5qoCHSqElLAbI3LDX0rl7VE,1092
|
176
|
+
paddlex/configs/modules/object_detection/FasterRCNN-Swin-Tiny-FPN.yaml,sha256=NyXHOHoAoPDXunxITnH4FlW73qbo0jUWTMAA7cKdPAI,1110
|
177
|
+
paddlex/configs/modules/object_detection/PP-YOLOE_plus-L.yaml,sha256=_IrpHxs5_X6EmFDx5mNZmVGSj2PvmSfMGbDrSPG31L8,1115
|
178
|
+
paddlex/configs/modules/object_detection/PP-YOLOE_plus-M.yaml,sha256=2bS3lnmfTay2PRYK10p-lXYYJWHiAidO7sPqKitPgf8,1115
|
179
|
+
paddlex/configs/modules/object_detection/PP-YOLOE_plus-S.yaml,sha256=83KiBcpUhbIqxLEvDYFOUtjp1pHeWdGPSFwhTEj4CAo,1115
|
180
|
+
paddlex/configs/modules/object_detection/PP-YOLOE_plus-X.yaml,sha256=vLxYruqie_KJCeRIb8ccLipdQ3nVCVxHdnq-WVjEp4g,1115
|
181
|
+
paddlex/configs/modules/object_detection/PicoDet-L.yaml,sha256=mwHbc-RnT7VXZ0iq9rP-mnOi_a1DPsFWGWWS8obPgws,1062
|
182
|
+
paddlex/configs/modules/object_detection/PicoDet-M.yaml,sha256=HUoHddMXH_VE4Z0EBtrXWXAKcvL84aed6CpFuIPBtc0,1063
|
183
|
+
paddlex/configs/modules/object_detection/PicoDet-S.yaml,sha256=EXrlKbhBRMNP_YucCAcjHdHan972EmzttqjE3W-bhpo,1062
|
184
|
+
paddlex/configs/modules/object_detection/PicoDet-XS.yaml,sha256=B8XZoYxb2-Fcd2pLJd54p0TfPqGgtPKRbF39WiTsF3c,1066
|
185
|
+
paddlex/configs/modules/object_detection/RT-DETR-H.yaml,sha256=GA6UWVuqm8NXCgT2KkXBjPnVy5_NW9LnwXkE18joyvw,1064
|
186
|
+
paddlex/configs/modules/object_detection/RT-DETR-L.yaml,sha256=7995VHHuTYsp8k1kCM70WMgj2Rt424rrl124hVEiyR0,1063
|
187
|
+
paddlex/configs/modules/object_detection/RT-DETR-R18.yaml,sha256=0xollPIfB2rDW_CXpUBNsDrNRyPaMDpxB41oDisp1qk,1070
|
188
|
+
paddlex/configs/modules/object_detection/RT-DETR-R50.yaml,sha256=XMHUYXL1jQ7SdYPqfEr2YgndNW0gzd7x50lPKDYCZBA,1069
|
189
|
+
paddlex/configs/modules/object_detection/RT-DETR-X.yaml,sha256=ApIVAZUSuLwbjSMcg-BHYu7sxPYdl-G8gwXDRxvfeGo,1065
|
190
|
+
paddlex/configs/modules/object_detection/YOLOX-L.yaml,sha256=o1V_5vEJt9PQV2jMUUGIoYgfxhmNj1E2W2oRIwqqidQ,1055
|
191
|
+
paddlex/configs/modules/object_detection/YOLOX-M.yaml,sha256=yAQRSf3YlKbQMb_15KE80EJu2dHoI0Ue_0j1orCnjDQ,1055
|
192
|
+
paddlex/configs/modules/object_detection/YOLOX-N.yaml,sha256=s_Wr9MZqy4Om7Ah2yA742n_2YkO_rqt-lLUmWvDPVp8,1055
|
193
|
+
paddlex/configs/modules/object_detection/YOLOX-S.yaml,sha256=R4A71AwAz361UBFb8l-wuTxVqN8SYGw7ALwqeWV-Etk,1055
|
194
|
+
paddlex/configs/modules/object_detection/YOLOX-T.yaml,sha256=00OG763K5Ks7-sLCmMD7SABRyTTtXY0E0edqoIxK-9k,1055
|
195
|
+
paddlex/configs/modules/object_detection/YOLOX-X.yaml,sha256=A5Z60MCCiMT1rcN-n71_2avtoAL_uWERhsflTCzuN14,1055
|
196
|
+
paddlex/configs/modules/object_detection/YOLOv3-DarkNet53.yaml,sha256=HPzKlh8fWGOnrLYJfPvr2F9t14aBzB3hWOMOOd52mGU,1083
|
197
|
+
paddlex/configs/modules/object_detection/YOLOv3-MobileNetV3.yaml,sha256=qYxDNhDRGdEv8P8hZlzDt4pZBNxJsxIcI9SIDQy9d8s,1089
|
198
|
+
paddlex/configs/modules/object_detection/YOLOv3-ResNet50_vd_DCN.yaml,sha256=a2FLIUa8f-KnBQUgmqskdpCeglWpiwssZYRu69NMhto,1102
|
199
|
+
paddlex/configs/modules/open_vocabulary_detection/GroundingDINO-T.yaml,sha256=5VjSycCV_FzDd809eqe5jM_IQhhoN_nwGmDgPvEbwKI,369
|
200
|
+
paddlex/configs/modules/open_vocabulary_detection/YOLO-Worldv2-L.yaml,sha256=NFDuNMyG5IrqJWrG5TaWQAiIXoZUy8Xidn5wZqNLl7g,396
|
201
|
+
paddlex/configs/modules/open_vocabulary_segmentation/SAM-H_box.yaml,sha256=8q2HRACvdn9KdGvsX7mIR8TEHdba3npJbQSiYjd9FSw,584
|
202
|
+
paddlex/configs/modules/open_vocabulary_segmentation/SAM-H_point.yaml,sha256=yeBo8BG5IRh8i37Nj6to5OVPFngqN1TiMWl1jWMsmQ8,359
|
203
|
+
paddlex/configs/modules/pedestrian_attribute_recognition/PP-LCNet_x1_0_pedestrian_attribute.yaml,sha256=orxgl2IEhcH6XqXr4OSsBBcfCaihpepOInPRwiuXUYU,1144
|
204
|
+
paddlex/configs/modules/rotated_object_detection/PP-YOLOE-R-L.yaml,sha256=1rMlWLp_jcfd2tnVRE4k_1MRscYX2W2T4ZuROdW8KaA,988
|
205
|
+
paddlex/configs/modules/seal_text_detection/PP-OCRv4_mobile_seal_det.yaml,sha256=xY-xeORmBhtARfPzbxB14pHcQW9Q5UAfzu1Q1-C47IM,1119
|
206
|
+
paddlex/configs/modules/seal_text_detection/PP-OCRv4_server_seal_det.yaml,sha256=VK_PB8x22-8jkLT659GZuYxP_MSk8W3934d1vUIpWwQ,1119
|
207
|
+
paddlex/configs/modules/semantic_segmentation/Deeplabv3-R101.yaml,sha256=IDRcI6NwJLe1CA1zkMrhyZv6H6ijvnMOnIGL1lxP4Tw,1129
|
208
|
+
paddlex/configs/modules/semantic_segmentation/Deeplabv3-R50.yaml,sha256=1AM1SGak4YQo_tTszmiJsPM123ij1sDGKEEbN07npMs,1125
|
209
|
+
paddlex/configs/modules/semantic_segmentation/Deeplabv3_Plus-R101.yaml,sha256=FNCSWZSqP7jGkXAgSXT0d8SzsJNrr4hQE5m0yX3aqoU,1143
|
210
|
+
paddlex/configs/modules/semantic_segmentation/Deeplabv3_Plus-R50.yaml,sha256=taMzlAQk9qjpdiX-4q7Cqnxjm7i7_HUDpzjj56UnNTE,1139
|
211
|
+
paddlex/configs/modules/semantic_segmentation/MaskFormer_small.yaml,sha256=bNHlDsfy2TuOSGX9uxLWauJTl8bGldUW2zpCF75OO0k,1192
|
212
|
+
paddlex/configs/modules/semantic_segmentation/MaskFormer_tiny.yaml,sha256=Jo2S0FheKHxFhJk53d8RnK_HCDnGK1SO_KMeriCS9N8,1189
|
213
|
+
paddlex/configs/modules/semantic_segmentation/OCRNet_HRNet-W18.yaml,sha256=fFtIkYTYWiwJy41nAmjEiX4lUIxKRJ0U0xWsgCtvvzo,1132
|
214
|
+
paddlex/configs/modules/semantic_segmentation/OCRNet_HRNet-W48.yaml,sha256=h9L_pB71Tm-hYw5vTAjGTzO61H_FtZ4WDyXjOnnNGbI,1132
|
215
|
+
paddlex/configs/modules/semantic_segmentation/PP-LiteSeg-B.yaml,sha256=VRKtQDylPfxfkgPVkYoZDS-SGQv9R3WRNvfp08eRSak,1117
|
216
|
+
paddlex/configs/modules/semantic_segmentation/PP-LiteSeg-T.yaml,sha256=P6dewzO-ECkHWpYTY1AtnFLbRCvsaEU-8UHXYT_fStE,1116
|
217
|
+
paddlex/configs/modules/semantic_segmentation/SeaFormer_base.yaml,sha256=dV0INmbLQbtWf0nq4KM2fGYJWZla-S-sdbG7N_EQwbA,1098
|
218
|
+
paddlex/configs/modules/semantic_segmentation/SeaFormer_large.yaml,sha256=Ho_4skOR9uTOyeT7gi5hEBUdid-OIYM1inEIaDQiFTA,1101
|
219
|
+
paddlex/configs/modules/semantic_segmentation/SeaFormer_small.yaml,sha256=8vtllLGsmcOMZXCQl0dIrgtr74_hSxseW4uycjgB-X0,1102
|
220
|
+
paddlex/configs/modules/semantic_segmentation/SeaFormer_tiny.yaml,sha256=ctj-Jj3T6aSq4nesFTbFNq55tsrhF6paqGJPtPwIH58,1098
|
221
|
+
paddlex/configs/modules/semantic_segmentation/SegFormer-B0.yaml,sha256=gCs1Q9NezMzwMP7yacVFAmNlmegG_Bc0h0SZsucP3wc,1134
|
222
|
+
paddlex/configs/modules/semantic_segmentation/SegFormer-B1.yaml,sha256=45bk3bXFQZk9x3ksnlgmbp4kYGGz6Ph3aklJTksqEu8,1134
|
223
|
+
paddlex/configs/modules/semantic_segmentation/SegFormer-B2.yaml,sha256=sX_VdBqQ_XYmojnkOlFNVxggmxa98ld_lvv-l0Zh-ZQ,1134
|
224
|
+
paddlex/configs/modules/semantic_segmentation/SegFormer-B3.yaml,sha256=mWpR4gC9VQ7RK6QBGVip6WHAKGxLSJ0pg7-oD6214DI,1134
|
225
|
+
paddlex/configs/modules/semantic_segmentation/SegFormer-B4.yaml,sha256=j5fti-87wu2BU65h4qF4zlIJAUwPwkFgenQgAwuiLGY,1134
|
226
|
+
paddlex/configs/modules/semantic_segmentation/SegFormer-B5.yaml,sha256=GHzp8thVTYBU9UNyKGjj28l_lVp2a9Dxj2SdByaEu6o,1134
|
227
|
+
paddlex/configs/modules/small_object_detection/PP-YOLOE_plus_SOD-L.yaml,sha256=HzHRP7vqofcjoOXIamRmr3iCGbJPkaFCapinjiaeRdg,1089
|
228
|
+
paddlex/configs/modules/small_object_detection/PP-YOLOE_plus_SOD-S.yaml,sha256=WDubgBZ6a7QGSfoVRfAocKVVVkXRQacfu2Sn5ZzBrLE,1089
|
229
|
+
paddlex/configs/modules/small_object_detection/PP-YOLOE_plus_SOD-largesize-L.yaml,sha256=r4Zz4XGCHqIU16nFsCqW_uH3rNrhlNV0dVo6BqHhTLY,1121
|
230
|
+
paddlex/configs/modules/table_cells_detection/RT-DETR-L_wired_table_cell_det.yaml,sha256=PiBBlZW0JCy0pSTXQ6yGdERSb13fuL0xFCnevTPSt4I,1131
|
231
|
+
paddlex/configs/modules/table_cells_detection/RT-DETR-L_wireless_table_cell_det.yaml,sha256=Pnl9HgkM3v1xLkRYlTs36x_h_BWwbG7JfJ0BnHuf-RU,1140
|
232
|
+
paddlex/configs/modules/table_classification/PP-LCNet_x1_0_table_cls.yaml,sha256=Ubzhvoo8e4GYwktivx-EW0Mx2121ppeWB9LlloG4uF8,1123
|
233
|
+
paddlex/configs/modules/table_structure_recognition/SLANeXt_wired.yaml,sha256=AUQ73-PfJKsMP4YHkGX_IoBYwgT6XOAvntJQwqR9TcE,1073
|
234
|
+
paddlex/configs/modules/table_structure_recognition/SLANeXt_wireless.yaml,sha256=5qrgGCXO6RZm1HbH1OK_eF0qSmuf_SnIFoa69EGxbpM,1082
|
235
|
+
paddlex/configs/modules/table_structure_recognition/SLANet.yaml,sha256=RzPFajc6NezpzkJ3LISa2NPklQVEmXyb-nmTscBUopA,1048
|
236
|
+
paddlex/configs/modules/table_structure_recognition/SLANet_plus.yaml,sha256=Xj_lnuGqN-rhlWheybgcxQkBduv9n37j88RNhUXCP00,1063
|
237
|
+
paddlex/configs/modules/text_detection/PP-OCRv3_mobile_det.yaml,sha256=plyVDZGbmo6AXwYQbfYYC3fGPt0AU3cQD0nvJsdtT5w,1100
|
238
|
+
paddlex/configs/modules/text_detection/PP-OCRv3_server_det.yaml,sha256=1YsZDgK0GC7_VmmHZZqplrIZAjDw7FmsCjX1h24RrJw,1100
|
239
|
+
paddlex/configs/modules/text_detection/PP-OCRv4_mobile_det.yaml,sha256=C6uDlATN38eBiBnIkodoXSDZ92BUm-M5NMQ8kTAETWE,1100
|
240
|
+
paddlex/configs/modules/text_detection/PP-OCRv4_server_det.yaml,sha256=omCQ-fOjyB-PX9Y-n5qITE2PwcYPol47g4YztR99lMo,1100
|
241
|
+
paddlex/configs/modules/text_detection/PP-OCRv5_mobile_det.yaml,sha256=wKV5UJ2TAtRnCVtgyqsLwRVbfcuQTCQYGuLwEudXBw0,1100
|
242
|
+
paddlex/configs/modules/text_detection/PP-OCRv5_server_det.yaml,sha256=_cS2Eaqb1IJdN0jXPqtc8wsC-gHY0BdS3oOzZfVINCI,1100
|
243
|
+
paddlex/configs/modules/text_recognition/PP-OCRv3_mobile_rec.yaml,sha256=V0DMsvY6XqQr7rzGJWm8qhvFulgm-jVCHg6l57NKyFI,1086
|
244
|
+
paddlex/configs/modules/text_recognition/PP-OCRv4_mobile_rec.yaml,sha256=fbFTMnncTxJ63GdGhCH__lEwKXOUXO7gITrUyjkr6wY,1086
|
245
|
+
paddlex/configs/modules/text_recognition/PP-OCRv4_server_rec.yaml,sha256=47DQ0sdCYGKY35NeuhpAVovbxGyc4NpDqDA_g_1koU4,1086
|
246
|
+
paddlex/configs/modules/text_recognition/PP-OCRv4_server_rec_doc.yaml,sha256=4LfFXhUxxtBxpW99Way_gUtnrd-vP1BDUD72T2D3uVI,1098
|
247
|
+
paddlex/configs/modules/text_recognition/PP-OCRv5_mobile_rec.yaml,sha256=27NRkNT686MnZhBVjhWj9R-idoLgy7m2RiuJKl0fqpU,1086
|
248
|
+
paddlex/configs/modules/text_recognition/PP-OCRv5_server_rec.yaml,sha256=hcTU0yq5WojJaRYrdkgrPPS-H1Mvy5-5GSoGvZYw39g,1086
|
249
|
+
paddlex/configs/modules/text_recognition/arabic_PP-OCRv3_mobile_rec.yaml,sha256=v6VDFbeexafeR4c74wTjXkcwEx3y1Z55kt0ZF7UAuHE,1114
|
250
|
+
paddlex/configs/modules/text_recognition/ch_RepSVTR_rec.yaml,sha256=OMj-mzZ_aqYp1NZUtD_j56wzoqai2onraMmVMyFIDJU,1071
|
251
|
+
paddlex/configs/modules/text_recognition/ch_SVTRv2_rec.yaml,sha256=6DHZpUEDIZJdvp8y27_Bdvu7zUpbpA2_2KpvbyvhgYI,1068
|
252
|
+
paddlex/configs/modules/text_recognition/chinese_cht_PP-OCRv3_mobile_rec.yaml,sha256=8Ov83Aw45gXN4Fv55PlikbhuFPElqlZf1xbkqDZW5sc,1134
|
253
|
+
paddlex/configs/modules/text_recognition/cyrillic_PP-OCRv3_mobile_rec.yaml,sha256=P1XA4qXwzw2HqRMZV2fV8cslkCFvuS4Jxl5QTSj-XP0,1122
|
254
|
+
paddlex/configs/modules/text_recognition/devanagari_PP-OCRv3_mobile_rec.yaml,sha256=VqvQuijRHV7_KwzIMDndau0zSjABLL13gYrkXjXt6B0,1130
|
255
|
+
paddlex/configs/modules/text_recognition/en_PP-OCRv3_mobile_rec.yaml,sha256=GKnLFZymAJvJjqkxDgRQxx5GkXicg6AYKTGbXpyZfec,1098
|
256
|
+
paddlex/configs/modules/text_recognition/en_PP-OCRv4_mobile_rec.yaml,sha256=j6vryUgV3n7yVtRoFeLk_iOdBSfRNMa1renR3jMADPw,1098
|
257
|
+
paddlex/configs/modules/text_recognition/japan_PP-OCRv3_mobile_rec.yaml,sha256=AfnM7QJq0bwJigFqvG7jQBeeNPYvtQ8aGWL59D4IZgE,1110
|
258
|
+
paddlex/configs/modules/text_recognition/ka_PP-OCRv3_mobile_rec.yaml,sha256=edFWnY1Ie_SR8uA1igDm5hdzlC8pdI_GYBg-H4a3IZ8,1098
|
259
|
+
paddlex/configs/modules/text_recognition/korean_PP-OCRv3_mobile_rec.yaml,sha256=Hfh9U3cnCNgNLfvo5CEe2aZ88iRJkzE4DvBMFCU2XlQ,1114
|
260
|
+
paddlex/configs/modules/text_recognition/latin_PP-OCRv3_mobile_rec.yaml,sha256=0w226g-Wyk1-L47-fqAeyZ0eQBhTq-oxxzSTpQUJzSg,1110
|
261
|
+
paddlex/configs/modules/text_recognition/ta_PP-OCRv3_mobile_rec.yaml,sha256=iuwr3F6JZjOHStrdmKpPHYgEjw2C-WNn0kHUwCaummc,1098
|
262
|
+
paddlex/configs/modules/text_recognition/te_PP-OCRv3_mobile_rec.yaml,sha256=RZgNy4rbU2MR_SDZan3jPwYlu453A2l7tgydPk7BbsA,1098
|
263
|
+
paddlex/configs/modules/textline_orientation/PP-LCNet_x0_25_textline_ori.yaml,sha256=PktRWgZv5HeJQ2Hkf6L7oSazs5JrGOQ3zWW2hjfR3vE,1142
|
264
|
+
paddlex/configs/modules/ts_anomaly_detection/AutoEncoder_ad.yaml,sha256=vF_iaZhMAG5qzF-MA9wqPodxI_5ywVCEkSt6Z6S76co,863
|
265
|
+
paddlex/configs/modules/ts_anomaly_detection/DLinear_ad.yaml,sha256=KfD0YhhNFhz0gdKN_JGhEQ85JcpzSr-G4DJQMPVF57M,855
|
266
|
+
paddlex/configs/modules/ts_anomaly_detection/Nonstationary_ad.yaml,sha256=uM-CmsGLkigSHKRYZBiOsXnFmJMJa4M8iItwHs_zo6o,867
|
267
|
+
paddlex/configs/modules/ts_anomaly_detection/PatchTST_ad.yaml,sha256=OZbuSavr_mitk8ybXUNvQMK9SNdvv4s_XH_GipEy4gg,857
|
268
|
+
paddlex/configs/modules/ts_anomaly_detection/TimesNet_ad.yaml,sha256=GLwXVVtSuMIKxVlmNVWCkjUQ-TmU15QvUg4w8qGv6E8,857
|
269
|
+
paddlex/configs/modules/ts_classification/TimesNet_cls.yaml,sha256=qzdfp4W7voFXvLdsk2r8rs_ws343xgumEL20xVAuos4,864
|
270
|
+
paddlex/configs/modules/ts_forecast/DLinear.yaml,sha256=4rJP0G6DHO2leNEdm_DS4TXxqCZ1aRklnwa_aBD5LI0,840
|
271
|
+
paddlex/configs/modules/ts_forecast/NLinear.yaml,sha256=dzwKTFy1AU7LxWFI4s-rNz47RIQfuwj8s_C4qXRYwMY,840
|
272
|
+
paddlex/configs/modules/ts_forecast/Nonstationary.yaml,sha256=SHMFu6wLSLc4t0oJLfFBIY5l-HfV557YcDIFUIKtxwo,852
|
273
|
+
paddlex/configs/modules/ts_forecast/PatchTST.yaml,sha256=i6sz3X_KoT4w-41q1hsLNg9kzCMQvWhmYdHCUDjTgCc,842
|
274
|
+
paddlex/configs/modules/ts_forecast/RLinear.yaml,sha256=TWfNWCXUOjD2PprFLAGsiyDtLd7_o7gvvSGXKuNsgfc,840
|
275
|
+
paddlex/configs/modules/ts_forecast/TiDE.yaml,sha256=7pPQaImeATDibYgZwd2E1zG2Q9rCOfVlx7X5GdB9lrc,834
|
276
|
+
paddlex/configs/modules/ts_forecast/TimesNet.yaml,sha256=kMbn31jCqKqQGHJLvHVlaO8RFmkMCkKvFPFUHF9aY4g,842
|
277
|
+
paddlex/configs/modules/vehicle_attribute_recognition/PP-LCNet_x1_0_vehicle_attribute.yaml,sha256=xeiCFhCZVB9xSkz6vPkANRqTn1rvOTuIDW-jDELxKcY,1129
|
278
|
+
paddlex/configs/modules/vehicle_detection/PP-YOLOE-L_vehicle.yaml,sha256=ZkoARRc4IIx7ub9o7VZZHlAT2wU0aMMTERq3-Xp13sE,1083
|
279
|
+
paddlex/configs/modules/vehicle_detection/PP-YOLOE-S_vehicle.yaml,sha256=tozzrMIK2Em33r9_vIjIPYEiF1I3ifbpgH_5YrCjvKI,1084
|
280
|
+
paddlex/configs/modules/video_classification/PP-TSM-R50_8frames_uniform.yaml,sha256=znv8lxRoXQpuwHdJNxW3oXQyQxUn3DKhVv4M1Tt3DyA,1131
|
281
|
+
paddlex/configs/modules/video_classification/PP-TSMv2-LCNetV2_16frames_uniform.yaml,sha256=sqT5aS0vQmbbm5nUWPOocm_0b4hidcZKpt2Bi_TBE_U,1152
|
282
|
+
paddlex/configs/modules/video_classification/PP-TSMv2-LCNetV2_8frames_uniform.yaml,sha256=chzzPSQSxnP72529E7pqvL3aSoX-WpbcnWynmmPimXQ,1149
|
283
|
+
paddlex/configs/modules/video_detection/YOWO.yaml,sha256=jNcjPxqfPH3rgkJ9eizaQpkS5ZlMehs3oVaBpkcrRfw,1034
|
284
|
+
paddlex/configs/pipelines/3d_bev_detection.yaml,sha256=T-BPJTF_myAhzQLxcfhDFSpnGAlAPxJKJgtbFfPiybk,162
|
285
|
+
paddlex/configs/pipelines/OCR.yaml,sha256=8Vp1h9zo06q_NMrjvxTXBvgC3DsszqVL-Hf2Qaao-7w,1040
|
286
|
+
paddlex/configs/pipelines/PP-ChatOCRv3-doc.yaml,sha256=HnDZbUDfLMaSyYiBaA7Psy8_xv2uFtOnNuXzhcv0Dzs,5262
|
287
|
+
paddlex/configs/pipelines/PP-ChatOCRv4-doc.yaml,sha256=i3aUqE1JtmifjPgW2OLFRUsRVXMVVQIkGO-1yGaOTZQ,10670
|
288
|
+
paddlex/configs/pipelines/PP-ShiTuV2.yaml,sha256=01z8buwMDHix9gfiGFFPnjd3Ko_IzfDJ2zz3bi7Gn2E,338
|
289
|
+
paddlex/configs/pipelines/PP-StructureV3.yaml,sha256=JkdS5F5EgyBm8q8kDq9N8c6KtX7sFRikAeEG14St95c,6190
|
290
|
+
paddlex/configs/pipelines/anomaly_detection.yaml,sha256=JBDy9Al4Jtpx-FcOk2jzrjuu3XE0_r-fqF1I6pJq28U,164
|
291
|
+
paddlex/configs/pipelines/doc_preprocessor.yaml,sha256=QLPZj5nBu9F4GZf-kKyeTduZJpmD68cg2shoxly8pV0,319
|
292
|
+
paddlex/configs/pipelines/doc_understanding.yaml,sha256=qVt_OTEp6iMhzgO0V6lAaROPw-sqWL2VAGfqITA0jTc,160
|
293
|
+
paddlex/configs/pipelines/face_recognition.yaml,sha256=KIzhHfqwEooqCxw0Ysgfd06Oo9q33W42WmhtjaGAe4M,342
|
294
|
+
paddlex/configs/pipelines/formula_recognition.yaml,sha256=EMTY7IZfRrC_-UPfp7XPMweDG_UJ7Yw0azT96ag-NZU,915
|
295
|
+
paddlex/configs/pipelines/human_keypoint_detection.yaml,sha256=hbqfnaMpYMf9lVXXQX5fdB-S4dggIik7nm_wRk-olrA,380
|
296
|
+
paddlex/configs/pipelines/image_classification.yaml,sha256=zTHeExJsAIpg0vHFz0xdzVSt7VsBjtju5cuu_8ESPog,192
|
297
|
+
paddlex/configs/pipelines/image_multilabel_classification.yaml,sha256=ZXoTDOpyGqGbmNr3dXsQw7eMQ2yxbQMMYt-rqvLVJW4,218
|
298
|
+
paddlex/configs/pipelines/instance_segmentation.yaml,sha256=cEhSDa5KVlO6EE-gF-CyhaYD3p1o2ChaGB9OnVHqFHU,202
|
299
|
+
paddlex/configs/pipelines/layout_parsing.yaml,sha256=4GOuGPD54aojGGHzOTpPOw3XRoO6MkVfubbEzegXxtQ,2678
|
300
|
+
paddlex/configs/pipelines/multilingual_speech_recognition.yaml,sha256=3GMqISimyTOBxCtxelcCFL1bSvV1ZX4dcNnMHB26B9Y,214
|
301
|
+
paddlex/configs/pipelines/object_detection.yaml,sha256=P9q0qg1znAM0DzpI5S6b3Z_dX8j5UJzXOH_fJk_KVQA,201
|
302
|
+
paddlex/configs/pipelines/open_vocabulary_detection.yaml,sha256=WmgaCiMu8-lR5Bu3-mbFeuhwSgl4e3tBwvqYttqGmhg,263
|
303
|
+
paddlex/configs/pipelines/open_vocabulary_segmentation.yaml,sha256=6EjUPBmBnXVZxDE8YVDd1m3Eum1_xZnjB3ohxZVPo8A,323
|
304
|
+
paddlex/configs/pipelines/pedestrian_attribute_recognition.yaml,sha256=5HBesXcSamvlJ3-HSQ4V_Mo5htsFJoqHFWm-fzAQ2LU,368
|
305
|
+
paddlex/configs/pipelines/rotated_object_detection.yaml,sha256=Q9fubmAWilKWpTZxurILM1SZC4ZzeH2WoIeJeL2t-G8,208
|
306
|
+
paddlex/configs/pipelines/seal_recognition.yaml,sha256=JaaP7NaxidAcQMz00hsBWrdUMqqMj_ggMBpRlgsquzU,1299
|
307
|
+
paddlex/configs/pipelines/semantic_segmentation.yaml,sha256=dTR-utVCQJ-YX52eAEQbn0wutCQkME0oLZ2wBKdTcWo,203
|
308
|
+
paddlex/configs/pipelines/small_object_detection.yaml,sha256=t_dF50ZzFcfPEFvtrFXU2f_sameKotvUs104mxoiSh8,209
|
309
|
+
paddlex/configs/pipelines/table_recognition.yaml,sha256=BlrntfQBBHTkKK_2KExyKsCj2Hrzj4gyv7jOUPUN6-o,1349
|
310
|
+
paddlex/configs/pipelines/table_recognition_v2.yaml,sha256=eudhiAef7Q5MrcPqVXDKhbUGtxRLLPDDrbrYTrjQ9KA,2028
|
311
|
+
paddlex/configs/pipelines/ts_anomaly_detection.yaml,sha256=3dvsXd8og6aomhgZU1f3pGcbWB1uVDIWQJ7B-qjCac8,177
|
312
|
+
paddlex/configs/pipelines/ts_classification.yaml,sha256=V_WuRgvgzs5dEmDa73geOZZPA89ru-SOATzLPACRfOE,171
|
313
|
+
paddlex/configs/pipelines/ts_forecast.yaml,sha256=LM1zY2RC9jtdP295fjdl1MaB2XyJqt__Gy5SKw279sg,148
|
314
|
+
paddlex/configs/pipelines/vehicle_attribute_recognition.yaml,sha256=lrHxLkdbYe7of1Ef3DIcH73yMrOTp2pP2pGfSrhNgeQ,367
|
315
|
+
paddlex/configs/pipelines/video_classification.yaml,sha256=OQEmOPi0CyEHmubj6UiOPWoBlSd9aRKMfmlypiGEFdc,213
|
316
|
+
paddlex/configs/pipelines/video_detection.yaml,sha256=YnBJ507XcKQtEzVDuy_QhCjt4iytQB8O0gh_NJ6NxE8,200
|
317
|
+
paddlex/inference/__init__.py,sha256=UfPHnv9zOQROhT7HFy_QLSmV3I7kLha4EhB7RntI-QA,820
|
318
|
+
paddlex/inference/common/__init__.py,sha256=lEGWWikF7G1wkk5M--CU2QxJaqbTdD__ML8ZJiKyVI4,609
|
319
|
+
paddlex/inference/common/batch_sampler/__init__.py,sha256=LdTd0bNRnmj-gkJTjRvVw_pFaK2S7pzMNFo5BZiTM2g,963
|
320
|
+
paddlex/inference/common/batch_sampler/audio_batch_sampler.py,sha256=5Z6mQ-ikBSwZVJzW5uA7kZVsO9gDLya8rog5vdZskdw,2611
|
321
|
+
paddlex/inference/common/batch_sampler/base_batch_sampler.py,sha256=F_nT55mXlI5NcSwyOZ_Ze_6S-BfDoY6uDwdPBPSTx1M,2744
|
322
|
+
paddlex/inference/common/batch_sampler/det_3d_batch_sampler.py,sha256=gUnTqNpRHYqqVCjmEbB4BHSU_f3rBwxF_jSxCtjXn-4,5353
|
323
|
+
paddlex/inference/common/batch_sampler/doc_vlm_batch_sampler.py,sha256=y8wnsIPln42q08Lu_daZuXIbk_qh3Bdg0qaaZLELdqM,2928
|
324
|
+
paddlex/inference/common/batch_sampler/image_batch_sampler.py,sha256=7n1aqIYBLUPxb5YlvYIC2FFn5J7-L4YcHKpBtal8hvg,4350
|
325
|
+
paddlex/inference/common/batch_sampler/ts_batch_sampler.py,sha256=beYmo3uN0iI2v4yyFx0KYyXiMgcVNXxVc2MoweSg5mw,3863
|
326
|
+
paddlex/inference/common/batch_sampler/video_batch_sampler.py,sha256=CBApNWjdyLqGr-0UG2GW3GHW5IPZKZTiqUh4H6jTgRY,2740
|
327
|
+
paddlex/inference/common/reader/__init__.py,sha256=8k1-TUD_1LT47RRykhMQg_AszWjjOrtA4ozTpFIaJhI,792
|
328
|
+
paddlex/inference/common/reader/audio_reader.py,sha256=UP2KXygL6E0ISgBiWwHSCSeFNwZiRbVaYUdVpPy-5sM,1542
|
329
|
+
paddlex/inference/common/reader/det_3d_reader.py,sha256=v2DhYB-W_yfjo90j1lXNcCJRPOYttVEVj5nCRBZcjMU,8734
|
330
|
+
paddlex/inference/common/reader/image_reader.py,sha256=EuuN-RAxRBnc7tmFKY4SjISDJjKe0BnvGIzTJung5uU,2576
|
331
|
+
paddlex/inference/common/reader/ts_reader.py,sha256=NgPqaSgWx81zeS8JF-yDRg-yF_KcgZO8FZj4yFI6sjc,1589
|
332
|
+
paddlex/inference/common/reader/video_reader.py,sha256=ClKpdf_-mPZVezZMKVzF7Uoua9VMaNZBJ0tu9GNOoGY,1433
|
333
|
+
paddlex/inference/common/result/__init__.py,sha256=Kaosq38ysFyenrDmiPlDoFlxYXJVGgca4UaORt9_WYc,937
|
334
|
+
paddlex/inference/common/result/base_cv_result.py,sha256=pK0wJcBGmjARC-FpimcxoRSi3wSCetdB12mtTw9EmCE,1321
|
335
|
+
paddlex/inference/common/result/base_result.py,sha256=MQajOAGk_HF_UNExMxzRkaXbEUy49bftYIL-zWQvkl0,2432
|
336
|
+
paddlex/inference/common/result/base_ts_result.py,sha256=pb7ld9OCb61LQYy02wvYppZgFMzspasy3DGaUBQmmIg,1411
|
337
|
+
paddlex/inference/common/result/base_video_result.py,sha256=yT36itBPBc-6KRAwImZjR4TmY0_T0Cic25uZW-1oVWY,1177
|
338
|
+
paddlex/inference/common/result/mixin.py,sha256=dgUGVano672o3kkt8EuJGmyOEoA8mLC5WHD3OFvXN-I,26615
|
339
|
+
paddlex/inference/models/__init__.py,sha256=FszFkx_E5qXfdOAE3VRq05nbieWSmlBEHXzdUo2jmU8,3271
|
340
|
+
paddlex/inference/models/anomaly_detection/__init__.py,sha256=5sWWsKp9B07ntVA3l_1iMdypwwSlWcvko6W89lLEdXU,646
|
341
|
+
paddlex/inference/models/anomaly_detection/predictor.py,sha256=rKfu3H_Kpq1K7oy5-bzO3Ic4DAmzjALs2vPl-m3z4gQ,4823
|
342
|
+
paddlex/inference/models/anomaly_detection/processors.py,sha256=OhPoGXkF5Wr1AFSeuRlWHfzPEIqGJc0Qtt3S72ewgjI,1492
|
343
|
+
paddlex/inference/models/anomaly_detection/result.py,sha256=vEqBIw9cOgBZzBuoniao4AztdSkiAuqMJEGHQevMz4M,2368
|
344
|
+
paddlex/inference/models/base/__init__.py,sha256=XmfOH2Zt6T28bilPm9aHPy88zlthnpz8zufxQuHU2nI,647
|
345
|
+
paddlex/inference/models/base/predictor/__init__.py,sha256=euD01o3s0Zg9VlzA5spCak2TElkU4RFiSUxCEiatH8Y,652
|
346
|
+
paddlex/inference/models/base/predictor/base_predictor.py,sha256=GZXWaOjLk0AAp7PKdbeTbNBGi0oTjqES2lkVLvJEeqg,14728
|
347
|
+
paddlex/inference/models/common/__init__.py,sha256=3lMwinLaX3HHXCFUcppc8uV_5P-XGv0Nf5aWvZYcbqw,926
|
348
|
+
paddlex/inference/models/common/static_infer.py,sha256=qFRijQ1jjzsreLLJ6bJe0GgTz__XApLVUDTS8oKrrYE,33679
|
349
|
+
paddlex/inference/models/common/tokenizer/__init__.py,sha256=WyNKDrT6xhWwHmgVVaWYig_TV2xOQIVUHdsmkKjLjs4,940
|
350
|
+
paddlex/inference/models/common/tokenizer/bert_tokenizer.py,sha256=xPEENMCnZq-0ofMA5Ylxu9qcFybIc6fEOXqEue3ogDU,25274
|
351
|
+
paddlex/inference/models/common/tokenizer/clip_tokenizer.py,sha256=g9YU0PmxppCoIi9mub_3AQDBt8kzrBblKrDig5UDTZE,22426
|
352
|
+
paddlex/inference/models/common/tokenizer/gpt_tokenizer.py,sha256=Pd6Lsvz3chjSLua_8Hi8WTnO1huiFA-07TRTaO5mIFo,15661
|
353
|
+
paddlex/inference/models/common/tokenizer/qwen2_5_tokenizer.py,sha256=NFMt24ioXP8h0WpFqyVkNbvbK3oUywbNf7a192mpDyk,4486
|
354
|
+
paddlex/inference/models/common/tokenizer/qwen2_tokenizer.py,sha256=zVVYO9VNgK0Qyvi1_3RmlZuQzdsd-8gUYjW8o6mIoJA,16942
|
355
|
+
paddlex/inference/models/common/tokenizer/qwen_tokenizer.py,sha256=YM7rRmLq-xjb0tRo3PxV0lEx5bQMgMLI8_9MAB6mi0I,9886
|
356
|
+
paddlex/inference/models/common/tokenizer/tokenizer_utils.py,sha256=DqlzW9mLjpDvF3Vd6pobcbbwSl3AEC1YjM5nQXJXSWk,85580
|
357
|
+
paddlex/inference/models/common/tokenizer/tokenizer_utils_base.py,sha256=dUkbI6MK2qVdbELUM4Vb5i7lI5rOKAV1QnHjSUGE4lc,163634
|
358
|
+
paddlex/inference/models/common/tokenizer/utils.py,sha256=xZgYmYWB0Ecl6Ej0AgrnfgETD0jW-xjZfjq91lPs5js,2425
|
359
|
+
paddlex/inference/models/common/tokenizer/vocab.py,sha256=rtrhKqxXHQSnmJC_SeiLf1v2Vhg4YvufM_jPf9VAc0c,25129
|
360
|
+
paddlex/inference/models/common/ts/__init__.py,sha256=A6i6FhzY9lRnoJH_JPH5nNHmaVI5qOZaQhbxueVkZKc,636
|
361
|
+
paddlex/inference/models/common/ts/funcs.py,sha256=Xl0VijMMO9RY4S4W4Xrs4lCmwiPZb2lpA8xyenvKlao,18144
|
362
|
+
paddlex/inference/models/common/ts/processors.py,sha256=lcouD6Zbhf28jJ6eySfJGmYt_Sn_He-uTEc4lI8f8Z0,11004
|
363
|
+
paddlex/inference/models/common/vision/__init__.py,sha256=TyB2P9CvNYlv91NoV7WikGsZHnn7PQcYyMnRIMS1ULA,756
|
364
|
+
paddlex/inference/models/common/vision/funcs.py,sha256=-j0MO7xtXPAW2icTLqxMq7CJ0alvxwaYR3bIBdYjf7Y,2777
|
365
|
+
paddlex/inference/models/common/vision/processors.py,sha256=iT-oVtN9jz24MySo9jYlhqe3L18HRbMmHfgpJvdxaFE,9388
|
366
|
+
paddlex/inference/models/common/vlm/__init__.py,sha256=lEGWWikF7G1wkk5M--CU2QxJaqbTdD__ML8ZJiKyVI4,609
|
367
|
+
paddlex/inference/models/common/vlm/activations.py,sha256=wob-fu7nHFas_9TILbFHJZampnVy_smQZJhN_RZSf0A,6345
|
368
|
+
paddlex/inference/models/common/vlm/bert_padding.py,sha256=aCM0GUyNblcBmU54VG8hHOcWzeuBypHLBlDHJlXGUy8,4827
|
369
|
+
paddlex/inference/models/common/vlm/conversion_utils.py,sha256=CQ9yL7zrElzPbvUbOR-80uYuJKWVqoBrqnV89KP0ye4,3727
|
370
|
+
paddlex/inference/models/common/vlm/distributed.py,sha256=qZ5Lxa2ybZKL33G47PBbPvhNesP8PHBENkrOtB1tH-0,8013
|
371
|
+
paddlex/inference/models/common/vlm/flash_attn_utils.py,sha256=FaaYGoLjebMVy1nXyd0djYuOUnmmh41pB82Pdo7RluU,4073
|
372
|
+
paddlex/inference/models/common/vlm/fusion_ops.py,sha256=Qkd5M0FY66nk9HOMjwtjLHR4Q7Z3FqzWPFaGW_Grr8I,7043
|
373
|
+
paddlex/inference/models/common/vlm/utils.py,sha256=34z4X-T60Ic8ExqeBdP_q0jHHOqK1TI6QXgxR-cZ424,3777
|
374
|
+
paddlex/inference/models/common/vlm/generation/__init__.py,sha256=ZutyBjZTAWL6cn2g6SgCDDIdtZ7kjaVL-Ml44G_l7_I,1141
|
375
|
+
paddlex/inference/models/common/vlm/generation/configuration_utils.py,sha256=kp64AD52WxH8vO20R_yWtoYCLSq4LALQ4heWiNviJjY,24893
|
376
|
+
paddlex/inference/models/common/vlm/generation/logits_process.py,sha256=SUZHsN_0Rzkv5-vPlSAzbFPDcxKUCKvTSq7L74Uyfpk,29575
|
377
|
+
paddlex/inference/models/common/vlm/generation/stopping_criteria.py,sha256=vWHy-HoYjFHFyaT-WmjT7pVzcOoyew3nAJ6hnJrAwTk,3720
|
378
|
+
paddlex/inference/models/common/vlm/generation/utils.py,sha256=qzD_cwN-xN3YbFqv-XuMcCr6sXDNy4EhaBIJs8gb1o8,85130
|
379
|
+
paddlex/inference/models/common/vlm/transformers/__init__.py,sha256=PL-6UTfCxiiBCzeIMV3N9pESIgMICrmUDNab4LJ9Qx8,701
|
380
|
+
paddlex/inference/models/common/vlm/transformers/configuration_utils.py,sha256=w8X_6IrDb_aJ-AKoInKOnOm3_HZauI_yd6pevRq4rIY,45699
|
381
|
+
paddlex/inference/models/common/vlm/transformers/conversion_utils.py,sha256=T3Kvqo9pUqIipAKQaCLYovz5dXiNcgomNP2Zm-fZQiw,14425
|
382
|
+
paddlex/inference/models/common/vlm/transformers/model_outputs.py,sha256=liCNRBio5VN_zcSwhvOdSTx-7WBsi5VRHycFMfsf-nY,84290
|
383
|
+
paddlex/inference/models/common/vlm/transformers/model_utils.py,sha256=zGvW-ZSXd51OOe6T-kCIM4Gp_2w8RzDhM78z9aU_JOE,85818
|
384
|
+
paddlex/inference/models/common/vlm/transformers/utils.py,sha256=EqBUBKoYWJ9R6e3qt-Vp9-BDEq5gkbN3Ymy5JAX-e0g,5886
|
385
|
+
paddlex/inference/models/doc_vlm/__init__.py,sha256=oXFqFKX0vWQRuri3wb72aNCZIEv0daDOTOK1Ysl1W8E,649
|
386
|
+
paddlex/inference/models/doc_vlm/predictor.py,sha256=zicjxZw4IT728uScQxsprPKAayu7H436Uh7eFS518nc,9350
|
387
|
+
paddlex/inference/models/doc_vlm/result.py,sha256=l1dTYhbuAHx6EsXvslLseWEj48NIBc7L3s4BxnonYS8,760
|
388
|
+
paddlex/inference/models/doc_vlm/modeling/GOT_ocr_2_0.py,sha256=RsTpMGl5YIfEegxhqJxkVWMbORz9jXkgeWpfrmheAq8,29970
|
389
|
+
paddlex/inference/models/doc_vlm/modeling/__init__.py,sha256=_-aNqY5UEdxyQ7cIGgpd23F2v55WPY0-6EqHRPHcgKw,774
|
390
|
+
paddlex/inference/models/doc_vlm/modeling/qwen2.py,sha256=4vEwlalDFm78fH27xjS0Ab1PpY3yO0UO6dYCJnFcCYU,62211
|
391
|
+
paddlex/inference/models/doc_vlm/modeling/qwen2_5_vl.py,sha256=QuaX0PLulhAyDmSfmbX8aigXS1NDsBvV3RFoySsQWPA,128026
|
392
|
+
paddlex/inference/models/doc_vlm/modeling/qwen2_vl.py,sha256=FR_oncXHo43JqWGLmRy5IvSAkDwwRk83fBwklLvdQhQ,101164
|
393
|
+
paddlex/inference/models/doc_vlm/processors/GOT_ocr_2_0.py,sha256=RU3abpLXXH6jcSnCidfXZoNEnAzwglKk4LANNPhIEN8,3389
|
394
|
+
paddlex/inference/models/doc_vlm/processors/__init__.py,sha256=P0j7WwNi3lNO24MUdEr9afplmQk1zcEJLd5XyFCikZo,809
|
395
|
+
paddlex/inference/models/doc_vlm/processors/common.py,sha256=H2A7SSGqow4nMeUy6NgUfRM4gJxYev5JN41_B5w7l8g,17839
|
396
|
+
paddlex/inference/models/doc_vlm/processors/qwen2_5_vl.py,sha256=hv2cwvzRdHPAgdf7ZfY8yuR8YV5XS8AOm1wnq3lFtis,25341
|
397
|
+
paddlex/inference/models/doc_vlm/processors/qwen2_vl.py,sha256=cPyj_32xytsTdvQi9epGPGKEXRQTk9g7nnLuEkHid_w,25742
|
398
|
+
paddlex/inference/models/face_feature/__init__.py,sha256=7bctvoJnxoOsp2FzTisub1M8M0WL97_y7524vHOg6FA,654
|
399
|
+
paddlex/inference/models/face_feature/predictor.py,sha256=mRd2VoWFAH7wVT3-z8JBsdA7GaHO1h0xvVpCLavgj5I,2828
|
400
|
+
paddlex/inference/models/formula_recognition/__init__.py,sha256=JxjoRLv_6dZtM--Acg4lTpG-XKBKSeQkApQlVNubB9Y,653
|
401
|
+
paddlex/inference/models/formula_recognition/predictor.py,sha256=RLi-9uThQ0jTSnJ2ZC-Ia4eqNWuXX__xrluufny3PPY,7353
|
402
|
+
paddlex/inference/models/formula_recognition/processors.py,sha256=6UzKReVez09LSL3QAZMJxq2TcImuRdI80L-KacNeYFY,37287
|
403
|
+
paddlex/inference/models/formula_recognition/result.py,sha256=lyPeOKOiNq_D04BG2ZwMiyJz2mtwocmTvXBEU7MPGac,14951
|
404
|
+
paddlex/inference/models/image_classification/__init__.py,sha256=-dzTrk-2RlpLeziUvQCt42WFaydfukBODqmik1t3DQc,647
|
405
|
+
paddlex/inference/models/image_classification/predictor.py,sha256=uZ9xuhg2ElGIdh8cG57K9VnXqX65Paa_7mUG3GfUfqo,6383
|
406
|
+
paddlex/inference/models/image_classification/processors.py,sha256=DBUjdK5RNkCZQ1DgrUT--GPUqUZU0vip2PbvRw67l68,2884
|
407
|
+
paddlex/inference/models/image_classification/result.py,sha256=6XSRPx3HVuuMwsUQRX0nKsojSs4nTXTdvusQVTUTgkY,3501
|
408
|
+
paddlex/inference/models/image_feature/__init__.py,sha256=yd0A7GuW_JCurnJIfqE6doBz437ApSiLEtwjXDDNzsk,655
|
409
|
+
paddlex/inference/models/image_feature/predictor.py,sha256=3eujK5vOH0tLorvb7M_YbL8iUDuq_k6huHIYmnDFwA0,5459
|
410
|
+
paddlex/inference/models/image_feature/processors.py,sha256=vDUTdQd7Pebh_B5BRtxTYg0XTU6CErx3kNpKWWKh5ZI,1034
|
411
|
+
paddlex/inference/models/image_feature/result.py,sha256=-LrF-NEwbthimk_5ORvU184uOM7BYV08-ZlFBL1IE_U,1111
|
412
|
+
paddlex/inference/models/image_multilabel_classification/__init__.py,sha256=uYUa5EDODdPwx25vP3CixQJK7FXTkRVJWWv6M2-w41U,649
|
413
|
+
paddlex/inference/models/image_multilabel_classification/predictor.py,sha256=HdSrEQUYUB87sR1g58bRq9WT_3LkjX3pAVlHdZe7nOc,3824
|
414
|
+
paddlex/inference/models/image_multilabel_classification/processors.py,sha256=LNUHtkdJt6qhDpg31QjHKWqyFpq7xtVLGQHUwJ0ejAw,3588
|
415
|
+
paddlex/inference/models/image_multilabel_classification/result.py,sha256=bxddGcj4i-wNS_OS-9lUQ6nL6EwZpxYeE7OniZO9CaU,3485
|
416
|
+
paddlex/inference/models/image_unwarping/__init__.py,sha256=JFYHFPiP98CiU5-16qXdMqqG5g28Duqc4wfREV02X0A,647
|
417
|
+
paddlex/inference/models/image_unwarping/predictor.py,sha256=Gf_aGGjKhG45LGecFIWZDN3ME8b6DLFMNEql8JoPPuo,3761
|
418
|
+
paddlex/inference/models/image_unwarping/processors.py,sha256=PLA0z73jV0IDnKp4e-58baHQyPKJrVri3Y4v6voG6q4,3313
|
419
|
+
paddlex/inference/models/image_unwarping/result.py,sha256=eYVv4OQsS0Vwo3JsUObliSTbXkzh0ywshfAJcaMebNc,1523
|
420
|
+
paddlex/inference/models/instance_segmentation/__init__.py,sha256=vX2etEORTiXdHpYONUpaAlu6-mgiCNnFmPVURycip64,654
|
421
|
+
paddlex/inference/models/instance_segmentation/predictor.py,sha256=NjgpgdHSahdifxq0SH3of4fQIxEavtByrw5gNv8sPU0,7999
|
422
|
+
paddlex/inference/models/instance_segmentation/processors.py,sha256=PgGuCQcBY_RS_G458qeBl4E9ThztuWnFXrG2OwagZZ4,3503
|
423
|
+
paddlex/inference/models/instance_segmentation/result.py,sha256=X6crfsSnItUkSDzdQnNQdQijE5rncR2OWmx2Sajfr-E,5544
|
424
|
+
paddlex/inference/models/keypoint_detection/__init__.py,sha256=Jc3KuTEwW3sR9wipO7_Q5EbWP7C9fLA54hXWDr2Gql4,646
|
425
|
+
paddlex/inference/models/keypoint_detection/predictor.py,sha256=NilvIo7o0rAJs2HaRsUw-fMbWD6m851Cslt-BRAG7d8,6239
|
426
|
+
paddlex/inference/models/keypoint_detection/processors.py,sha256=TCgl9fF1DfgwrRfSxpeD0KWacQsvTx8t7yJW-1odJTk,14057
|
427
|
+
paddlex/inference/models/keypoint_detection/result.py,sha256=QIL716d-phVajnbyOwo24mDYT2TgqqhZfb6kVBuF0jQ,5816
|
428
|
+
paddlex/inference/models/m_3d_bev_detection/__init__.py,sha256=6QNv9b86co6xByjrFVB4XW0Gaq_6_6a-G6cnEqyZubM,651
|
429
|
+
paddlex/inference/models/m_3d_bev_detection/predictor.py,sha256=6C1ZFs2LQ4kdXY5K5LFdCVAZ-jtfwLKKudZU3pvaUwA,10679
|
430
|
+
paddlex/inference/models/m_3d_bev_detection/processors.py,sha256=7-8gP0AxINOK5b3VM7WVXGZsUFYEbf8P5u5OyVKl7J8,36986
|
431
|
+
paddlex/inference/models/m_3d_bev_detection/result.py,sha256=SxQ3pRNgytUpBIwnb2b14H7mWwBjQH39tFa3f3KiQlE,2352
|
432
|
+
paddlex/inference/models/m_3d_bev_detection/visualizer_3d.py,sha256=eMInqwMsEbQLzENmQuMIdZWcyhzyB5W8jkxc_tmr4Ck,5931
|
433
|
+
paddlex/inference/models/multilingual_speech_recognition/__init__.py,sha256=iBNcCWOBCE0EdEjhntIMQFEZ00GtUAok8u-z0n5Dy0Q,650
|
434
|
+
paddlex/inference/models/multilingual_speech_recognition/predictor.py,sha256=cAdNZF9lfcAwnXz8B_3QEJ68Ym2FjREzRfBnf3Gl3OA,4805
|
435
|
+
paddlex/inference/models/multilingual_speech_recognition/processors.py,sha256=UcqkKl3Fzg4LfRYToCL6H1U1eubqk2mpVWal_ww3OFY,69834
|
436
|
+
paddlex/inference/models/multilingual_speech_recognition/result.py,sha256=QrlcWrYIK9Iznr8M3bd4zVzwsCa-k1ijv57RDlb9gjI,761
|
437
|
+
paddlex/inference/models/object_detection/__init__.py,sha256=0WydRdG37hGdALUiBE3t_Y5uhT74GuzV3IDXcD75eTk,646
|
438
|
+
paddlex/inference/models/object_detection/predictor.py,sha256=7PzC-QbV1m8RfHHlNhAxoot_Or1ANli5G3_-SlrOBl4,13287
|
439
|
+
paddlex/inference/models/object_detection/processors.py,sha256=5e47YqJ0MAf7rhKfvRlgRzG11ppfIBp4rDut1pCQ8VI,31764
|
440
|
+
paddlex/inference/models/object_detection/result.py,sha256=B6dXFoqxVaV2ovkr0Hj4ACXY1Fcn6QN6W55ps0dliyM,4077
|
441
|
+
paddlex/inference/models/object_detection/utils.py,sha256=A11qOJcP2KP0f-JImKBxaSQcjgz1fBkox0YeRIuhItk,1893
|
442
|
+
paddlex/inference/models/open_vocabulary_detection/__init__.py,sha256=_AXgoWGKTe2oN7FwcZMkCC8baN_-ESu2LaKqVGuj1-M,648
|
443
|
+
paddlex/inference/models/open_vocabulary_detection/predictor.py,sha256=d5VbuK_mc6QKZq9NkE5OmX0SFZCb--sX1ONFJPIiXaY,6081
|
444
|
+
paddlex/inference/models/open_vocabulary_detection/processors/__init__.py,sha256=OOP9FbItTE8D4K3uOpzZbPv-pYVlQaiQXvtEpSoL_kM,776
|
445
|
+
paddlex/inference/models/open_vocabulary_detection/processors/common.py,sha256=-aVkdcidEqwHBeq_rXY3u2hBhXHbeg18UqYHVqkwOkg,3735
|
446
|
+
paddlex/inference/models/open_vocabulary_detection/processors/groundingdino_processors.py,sha256=PTde1ji_W85046H83a3gu5O5d0AhmihjXJEmXebkrns,16853
|
447
|
+
paddlex/inference/models/open_vocabulary_detection/processors/yoloworld_processors.py,sha256=cWVwX1Yrzy6Org9W9A-xdIZgm-Dwv7X2k-ffJDdwNyY,6372
|
448
|
+
paddlex/inference/models/open_vocabulary_segmentation/__init__.py,sha256=0WD9dkkVPIyrdvPLFk0GFOtLcRO8hf1WY8WO_eI1Lig,648
|
449
|
+
paddlex/inference/models/open_vocabulary_segmentation/predictor.py,sha256=EnKLTyA8y77vcIsJi1cGGlfcWaxUz5W6DCPCLQhrtDA,3944
|
450
|
+
paddlex/inference/models/open_vocabulary_segmentation/processors/__init__.py,sha256=igzbSrV8yh8ZFVpYagqdy5bFdABG8M55ejv2a0vIAlM,650
|
451
|
+
paddlex/inference/models/open_vocabulary_segmentation/processors/sam_processer.py,sha256=ArAwXdWLKF1E-lY8OP3-G3EdA2Y1SvCkUNWnARhqAyE,8046
|
452
|
+
paddlex/inference/models/open_vocabulary_segmentation/results/__init__.py,sha256=FWhqvqMWZM-z6sc7fZa1Xx8hPptFnDTKzEjd8idrgoE,647
|
453
|
+
paddlex/inference/models/open_vocabulary_segmentation/results/sam_result.py,sha256=gyQTXTCSYaCs0B2tWeLkwHSN-n5zY7EAYkwN0X31zqw,4929
|
454
|
+
paddlex/inference/models/semantic_segmentation/__init__.py,sha256=F-9o29B2YiKU_EfAp-mW-m5u4sMak76aH8X_ieIl5Z0,646
|
455
|
+
paddlex/inference/models/semantic_segmentation/predictor.py,sha256=GBjyppJUIx-7MRAfqmLev8b2MI_nqT1BSX84dZZ6AF4,5403
|
456
|
+
paddlex/inference/models/semantic_segmentation/processors.py,sha256=ZlGmbR-68Ul45zfY5WfiGu0gTF0YVILOvnSBcANqlYI,4279
|
457
|
+
paddlex/inference/models/semantic_segmentation/result.py,sha256=O1tp5qbG61JdN6UNa3npKq8Irltp3PbVzFnGrgw_Fvw,2442
|
458
|
+
paddlex/inference/models/table_structure_recognition/__init__.py,sha256=j_TRDubOHdlyQLQ_oTxLIfeSx4QD4JivxpwBb4SGfKI,648
|
459
|
+
paddlex/inference/models/table_structure_recognition/predictor.py,sha256=rtSGUhPt2yKczrVh-PDW_9bv6yB57ZH67SJJBsSZBKw,5891
|
460
|
+
paddlex/inference/models/table_structure_recognition/processors.py,sha256=fDEaWz81yFfdZx9fFqH2ystVhKl_TMy9cGzYGLoj8w8,7952
|
461
|
+
paddlex/inference/models/table_structure_recognition/result.py,sha256=P6Vvdq3-SihRFyKislTG8dublal6EajzI-bqUt7Lgmg,2134
|
462
|
+
paddlex/inference/models/text_detection/__init__.py,sha256=lttOr1-tNqPUMZ_dMEc6v8ds6n-jTuSeeHNca-0c5cI,650
|
463
|
+
paddlex/inference/models/text_detection/predictor.py,sha256=yQl7ksiYZ9_N_rmHHj7XY_DrlTr52ZsYL6tm66a2Reg,6516
|
464
|
+
paddlex/inference/models/text_detection/processors.py,sha256=IovuIBdQfpZwJktztlXzDaSahSKAPV2EomdOsjfAWk8,18124
|
465
|
+
paddlex/inference/models/text_detection/result.py,sha256=uhhPCdIvRLU-7aC_yma0SmXZ2Rlga3_XHaZmpwgkeYs,1567
|
466
|
+
paddlex/inference/models/text_recognition/__init__.py,sha256=oljAcj8MBt4t_fa03kvDAzXJIJSKIAKtB7B0I90G4aU,650
|
467
|
+
paddlex/inference/models/text_recognition/predictor.py,sha256=am7PG17yDxHDfGvRxvr9XRie8npXe9v08h7npk6fNok,3386
|
468
|
+
paddlex/inference/models/text_recognition/processors.py,sha256=hvnnY96ENYwaDeLXPmA3LSFTx37kDZrwNllag4fdQS0,8174
|
469
|
+
paddlex/inference/models/text_recognition/result.py,sha256=sYDHUJEMemDHc48J4DR3wm_go4IOCbKH0qyU1jFSV-0,2633
|
470
|
+
paddlex/inference/models/ts_anomaly_detection/__init__.py,sha256=4gvhfI6Z4QZpKsBLyHjTt0UBJ381EW7JfjuIYQBXe1E,647
|
471
|
+
paddlex/inference/models/ts_anomaly_detection/predictor.py,sha256=FjNtWgEPWvgjWzVP5RE3EjS0tbEALLdnm1fPBYY6ujs,5233
|
472
|
+
paddlex/inference/models/ts_anomaly_detection/processors.py,sha256=U9HwTL7ZS8iLyJXbCgNrZfI8JLRKp4bsBV-9PEhJkIc,3803
|
473
|
+
paddlex/inference/models/ts_anomaly_detection/result.py,sha256=uz3rLCjPfPatzToQFl_GbBGpxNS5IAUhf9MzoFJfYv4,2436
|
474
|
+
paddlex/inference/models/ts_classification/__init__.py,sha256=9u7HSqrKE0xmSLQcpu-WdyxnE-wZlNvkVaGhFzK3eys,648
|
475
|
+
paddlex/inference/models/ts_classification/predictor.py,sha256=q2JRG_dDHHAf35wIJIlDDymc--wGSDNMlX3ZZo5gBbg,4797
|
476
|
+
paddlex/inference/models/ts_classification/processors.py,sha256=nBtWQUQXmDizxyFMd_62CFCyOdJETaVBxC6LgNksINs,4729
|
477
|
+
paddlex/inference/models/ts_classification/result.py,sha256=V-N_oTDvMsaB43ft6pTPqkLq9k94U-ASowsdoBHqaGg,2627
|
478
|
+
paddlex/inference/models/ts_forecasting/__init__.py,sha256=DKYqJGbKqlUbkD1TcIgwb2pQLJpKDHAz5XLtEaq22-M,647
|
479
|
+
paddlex/inference/models/ts_forecasting/predictor.py,sha256=k5_0Rw1st5FGO-jrp-3qkeu6J3ybeoPnUXD8O3qfgH8,5853
|
480
|
+
paddlex/inference/models/ts_forecasting/processors.py,sha256=kUq3JDLmheSvcsq2jh1v67bhmbWu4p3_konrhylKFu8,5862
|
481
|
+
paddlex/inference/models/ts_forecasting/result.py,sha256=IXXepSeQVpm6m3shYM0nnnrl3YdPBhVQqDvMFEDbQWY,2942
|
482
|
+
paddlex/inference/models/video_classification/__init__.py,sha256=U7LldafigbDPiTPjXU9v2rfnmSshmG02ibE2l0efe2M,652
|
483
|
+
paddlex/inference/models/video_classification/predictor.py,sha256=LpDCLjjnsFOrss8s5eZx8-HCjuI3r1FHFHHoittNWUw,4504
|
484
|
+
paddlex/inference/models/video_classification/processors.py,sha256=vvAxEBLHYnn7pmz_OxnDHZQEGrCTGu_Ej41DWl76Xr0,14206
|
485
|
+
paddlex/inference/models/video_classification/result.py,sha256=BPD3qhNIbyEIYXDSneDQQWO2v2FmIxwF2Dd1ZPwSdMI,3911
|
486
|
+
paddlex/inference/models/video_detection/__init__.py,sha256=RMejdlh-qxQnL0eECfhMDdcX4SIDzw5ruPeZ9oO_T84,651
|
487
|
+
paddlex/inference/models/video_detection/predictor.py,sha256=u7BXV-yKVnEkZG5d9EQ9fr81thCIIkHyObAl1GEuAzE,4447
|
488
|
+
paddlex/inference/models/video_detection/processors.py,sha256=oIcElrELn7TUgEOoZ3evXRjsR8_A2r7hhiLZVwYt_48,15575
|
489
|
+
paddlex/inference/models/video_detection/result.py,sha256=tFPxNzdsKKhPHO0xxMJIxZYlnBDvafkeSzyLdDJd0jE,4247
|
490
|
+
paddlex/inference/pipelines/__init__.py,sha256=jNvVpm7q-V0wScsJ49kOZn5sAcjhf5LlZUXH_tVrKNo,9230
|
491
|
+
paddlex/inference/pipelines/_parallel.py,sha256=tnkK96d5LZcgngTdqY2fFvZwfO9tcs0xWeCH4Uh4qmM,5994
|
492
|
+
paddlex/inference/pipelines/base.py,sha256=7FdzXEa04o-eb1FzWWBwCjjqO75Vq_6BLGKTcdaRPdY,5560
|
493
|
+
paddlex/inference/pipelines/anomaly_detection/__init__.py,sha256=ZXwsw5NJSbdtj4BHGfFm_SgVfbgUGSTABtnVHplWLSo,657
|
494
|
+
paddlex/inference/pipelines/anomaly_detection/pipeline.py,sha256=au3chST6c7Kavn4Y5Hyoch6X7b_9y_pPrNv7rT7AYoA,3207
|
495
|
+
paddlex/inference/pipelines/attribute_recognition/__init__.py,sha256=a3LuEnZYLEEGNHl5P1o2ldnPaPWqhIBC5RRCvrCIK5E,692
|
496
|
+
paddlex/inference/pipelines/attribute_recognition/pipeline.py,sha256=JHoN0q12Od87v80E6rTIR52jjyanZD4XYKzKA6l5f9E,4740
|
497
|
+
paddlex/inference/pipelines/attribute_recognition/result.py,sha256=mAQIAALF1ie92yNrCVbt2_xufw_hfvIa_RSJPcHt1Kw,3557
|
498
|
+
paddlex/inference/pipelines/components/__init__.py,sha256=nXliR_FqHJcIwxlLj_9yxe2MAJkCcCceoJ1vOb3WQv8,1025
|
499
|
+
paddlex/inference/pipelines/components/faisser.py,sha256=qtPqcA-Rz6hm4kaaiNzC9S4YsODyX29nl1og8M3kUCM,12343
|
500
|
+
paddlex/inference/pipelines/components/chat_server/__init__.py,sha256=2LthhLNi8BtARKCwilAv1VFOC2lpib-WiXbAVe1w4OI,680
|
501
|
+
paddlex/inference/pipelines/components/chat_server/base.py,sha256=vRI-61XvCSNEyUAoRr9yHESYEuprgRSCFh-Jjt1ioWM,1365
|
502
|
+
paddlex/inference/pipelines/components/chat_server/openai_bot_chat.py,sha256=K80Ag7AcU7POPH9jCaVt3Ck37mMrTBIbon_3xZH4sKI,9058
|
503
|
+
paddlex/inference/pipelines/components/common/__init__.py,sha256=l93PRX5Ttw6QyMBT_4l8yPL4tprCETZ2DkEBqQqfKcw,865
|
504
|
+
paddlex/inference/pipelines/components/common/base_operator.py,sha256=CvsD1CsKvk8qJD2hM9HMV7teApYWFZBwGL1bSKughUY,1248
|
505
|
+
paddlex/inference/pipelines/components/common/base_result.py,sha256=MVg2Sjr2VkeZBVFl9CAGCIoab_o3CpGkwFJT9WGOaGQ,2175
|
506
|
+
paddlex/inference/pipelines/components/common/convert_points_and_boxes.py,sha256=k4lXZ8VKXZRH98uXami_oxRc7UMvx0N8BNou7wc096U,1703
|
507
|
+
paddlex/inference/pipelines/components/common/crop_image_regions.py,sha256=yB5xOpNbRMjaKmKLQkYF05q5POTducJbCC2DzFDz45s,20869
|
508
|
+
paddlex/inference/pipelines/components/common/seal_det_warp.py,sha256=csXqMKh_Ne1ghGQqlbBjzNA3klJsfRBUllcLD5EFPa4,32957
|
509
|
+
paddlex/inference/pipelines/components/common/sort_boxes.py,sha256=oqTZT3vCU-9KjbC9TdaTQ9ZhoZc_1ICGU8hFNAmXYJQ,2769
|
510
|
+
paddlex/inference/pipelines/components/common/warp_image.py,sha256=VrJgyyS5SKRCM-WZ-fK1JQIsD1N-fYe6I1JKDRWwU3o,1507
|
511
|
+
paddlex/inference/pipelines/components/prompt_engineering/__init__.py,sha256=C9fESl3Ffo2ZDTsWVwvJN79RDBLyozpKc1ZOAEr3dpo,722
|
512
|
+
paddlex/inference/pipelines/components/prompt_engineering/base.py,sha256=gTKgCLinDMUEmwYcgXYF1ieS5cOsqsGUxxQmtElhi0M,1272
|
513
|
+
paddlex/inference/pipelines/components/prompt_engineering/generate_ensemble_prompt.py,sha256=32T3-A5DcNbM-X1coL7eOG_I7cgOVt_TWFOezCoCFBI,5336
|
514
|
+
paddlex/inference/pipelines/components/prompt_engineering/generate_kie_prompt.py,sha256=NmnEQYevFYV9wcgtyFjmWdslLWStWnPXnhyNs7gc4P4,6137
|
515
|
+
paddlex/inference/pipelines/components/retriever/__init__.py,sha256=cMexXHUrlknx5b_ZKZIWGd3RahmihHwE-ykhAS6LCaw,718
|
516
|
+
paddlex/inference/pipelines/components/retriever/base.py,sha256=lWlpMdnyMaNF6gqZ6f27_ll2orYKblfkgRpKWZC9Xmg,7967
|
517
|
+
paddlex/inference/pipelines/components/retriever/openai_bot_retriever.py,sha256=z5DFqzgH9HKa0YsHbeUBIRqVe5gKjaYWRw7eVcdajkc,2426
|
518
|
+
paddlex/inference/pipelines/components/retriever/qianfan_bot_retriever.py,sha256=B-krytmBqILDGLQbMZKoU-K8b7YNV1co7qaPo3EuzLs,5738
|
519
|
+
paddlex/inference/pipelines/components/utils/__init__.py,sha256=lEGWWikF7G1wkk5M--CU2QxJaqbTdD__ML8ZJiKyVI4,609
|
520
|
+
paddlex/inference/pipelines/components/utils/mixin.py,sha256=JxCJ2pqihd8wB4y5hSiGaXX_wIk4-SW2WO8S6-IZGQw,6549
|
521
|
+
paddlex/inference/pipelines/doc_preprocessor/__init__.py,sha256=XTOS7rmOkSk8Ad4ybRoEiSABeeE-FwAijlASCWSZYEg,656
|
522
|
+
paddlex/inference/pipelines/doc_preprocessor/pipeline.py,sha256=drd6zngUTKpkrZvwMf_kxLZO7_d27eOchr_BcKfPObU,8251
|
523
|
+
paddlex/inference/pipelines/doc_preprocessor/result.py,sha256=Juemk5tqwV-D4ahdgwxDQavFuliyTtf_Hk6OQnSj4t4,4021
|
524
|
+
paddlex/inference/pipelines/doc_understanding/__init__.py,sha256=otW18h6AQw-d0sy_1bZ0W5hVjse021YhDl48CFl57cU,657
|
525
|
+
paddlex/inference/pipelines/doc_understanding/pipeline.py,sha256=K8mQbG53DA9kEQXkEYKCQY-ii5UDBi-YroMeU26xYjg,2867
|
526
|
+
paddlex/inference/pipelines/face_recognition/__init__.py,sha256=PvjBS-zaPlcbVdw4yGnVkY5mhN1_LUcKc2fbQRmnS0U,648
|
527
|
+
paddlex/inference/pipelines/face_recognition/pipeline.py,sha256=Gpklhl-VrB1DtJrcavd9Pd31V7RYswwBeKzjw2z-q_E,2399
|
528
|
+
paddlex/inference/pipelines/face_recognition/result.py,sha256=K0XS95GEq1zdU33DbopOWN4FFdh34KZBjrNJscN2eMs,1533
|
529
|
+
paddlex/inference/pipelines/formula_recognition/__init__.py,sha256=1ohbSE3gGnXwDkT9BoY47N1c9rtgf4I6sPjijLE6pVs,659
|
530
|
+
paddlex/inference/pipelines/formula_recognition/pipeline.py,sha256=uTy7WVnIOCueEiq14QBeZYrGUYFq9bztu3ZKe8mQLjU,15020
|
531
|
+
paddlex/inference/pipelines/formula_recognition/result.py,sha256=QYa2TPTYat4bSJ-0E6cPs4MULdn_ZOoyDdWGEcecBcM,11800
|
532
|
+
paddlex/inference/pipelines/image_classification/__init__.py,sha256=t0NEUXKqdc60LNZRKheo_AR73QoAYKTgv_DlyoR14PA,660
|
533
|
+
paddlex/inference/pipelines/image_classification/pipeline.py,sha256=ll-wbXl9oCua1BbDnFDpBYbBC7JWRWN6KxAh3mlxZSU,3577
|
534
|
+
paddlex/inference/pipelines/image_multilabel_classification/__init__.py,sha256=0G1gDkzsZpfUvmZTJX4JxFqFjyMFBdPmYih88dDWwrU,670
|
535
|
+
paddlex/inference/pipelines/image_multilabel_classification/pipeline.py,sha256=NZhDqOp5-KM9jCrL460jXwIj58R5Mvd9BX8G8UkbWLo,3800
|
536
|
+
paddlex/inference/pipelines/instance_segmentation/__init__.py,sha256=hq0t02zs2bcvV33hy1bDCwWmXBzyaSjK2H9CRoDDYks,661
|
537
|
+
paddlex/inference/pipelines/instance_segmentation/pipeline.py,sha256=37YMJhzejHo24t3AAcn8QQyalLmhDfDPCpd2bqvzBAM,3628
|
538
|
+
paddlex/inference/pipelines/keypoint_detection/__init__.py,sha256=R4TzgozUZphiJzcWLsSciP0oWD7AeIWxqz2T-WTgqz8,658
|
539
|
+
paddlex/inference/pipelines/keypoint_detection/pipeline.py,sha256=bhjn1rBJRIV0xIX8J3mlJ1F8xE7i7rjE4AmAv2x1T0w,6202
|
540
|
+
paddlex/inference/pipelines/layout_parsing/__init__.py,sha256=eikh0TU4nFoO7C-dI5jzRj02G8PiIXUYu6whU5JTdjE,703
|
541
|
+
paddlex/inference/pipelines/layout_parsing/pipeline.py,sha256=Qmqtf0Et30CFnNxNDtGiMGSYGxNhUezSZKIsyAloTiA,25847
|
542
|
+
paddlex/inference/pipelines/layout_parsing/pipeline_v2.py,sha256=VOVtS8Txo2ucgRKjhHfNHM8tbHkEpuPIgh3JE4xprHw,62609
|
543
|
+
paddlex/inference/pipelines/layout_parsing/result.py,sha256=R6wHENrYfrAbJfwZ-bi-_ha4EaU4hzsRNuwqKiH9Mhc,8688
|
544
|
+
paddlex/inference/pipelines/layout_parsing/result_v2.py,sha256=UOdZMxVxZpZ9_1E0ispxSBetVzSQljUtF1jFWpkkTwQ,28771
|
545
|
+
paddlex/inference/pipelines/layout_parsing/setting.py,sha256=sRVofeM2bADiEYsCJunVawgMgtFdQoxDhv4U4yCSegs,2392
|
546
|
+
paddlex/inference/pipelines/layout_parsing/utils.py,sha256=ahh4d8WpOmk5rdrzzbG0nzp9AfM6fq9HkpTTtejkd9c,35097
|
547
|
+
paddlex/inference/pipelines/layout_parsing/xycut_enhanced/__init__.py,sha256=VG_OmZclRXlQrnMEm7Ovu4Va31zWaQ1S1Tbqr-_-dvQ,653
|
548
|
+
paddlex/inference/pipelines/layout_parsing/xycut_enhanced/utils.py,sha256=WoUifa2n5qWM6qOE0nNhfP8eLFm-uYXuGTLqRFU8LB0,43440
|
549
|
+
paddlex/inference/pipelines/layout_parsing/xycut_enhanced/xycuts.py,sha256=lNfT9V3FLMJQ1t69qRsugSKxgrkOdMYhGlEsXZxUNXI,22113
|
550
|
+
paddlex/inference/pipelines/m_3d_bev_detection/__init__.py,sha256=EcjBbaz4P_BKQ6b8rFdQ_JSN2tfMQAwe1_qOQmkWV-M,649
|
551
|
+
paddlex/inference/pipelines/m_3d_bev_detection/pipeline.py,sha256=-i0H4n75tY9qZwhA_0rdxcJQhnpRLforCJYqLbFFMQM,2892
|
552
|
+
paddlex/inference/pipelines/multilingual_speech_recognition/__init__.py,sha256=7QB9Wx7YCvmZInmrrgafzfQkL6C495sSro5CoH1HH2Q,670
|
553
|
+
paddlex/inference/pipelines/multilingual_speech_recognition/pipeline.py,sha256=XBFfLFVHqSdews5RkIMy-7vSJrphAk4Er7kT-wLZE14,3173
|
554
|
+
paddlex/inference/pipelines/object_detection/__init__.py,sha256=c2ZYFYRbb0J6daRAv9uwTf4nqUw1w5mG6nkgp6vTtZ4,656
|
555
|
+
paddlex/inference/pipelines/object_detection/pipeline.py,sha256=FpXmt4UoUS-10cZQUfmrJDEwQd5Unzb7GhTbD1j9wBI,5140
|
556
|
+
paddlex/inference/pipelines/ocr/__init__.py,sha256=ikqbgokLsaCuqyOet1ul-2mtNGO7d7sAXLTdAp6E0qs,644
|
557
|
+
paddlex/inference/pipelines/ocr/pipeline.py,sha256=0BmvkcYIr3YJoYFycpEkA35Rdz9UZi6TJqYcwTIaL1Y,20178
|
558
|
+
paddlex/inference/pipelines/ocr/result.py,sha256=1xP7RAS3IfdIBvD1IjpsgvrrDEhzTibQoQJkSAxGw8U,9993
|
559
|
+
paddlex/inference/pipelines/open_vocabulary_detection/__init__.py,sha256=aOYM8QAwEr_mL_GA4rWOs4iLpc16rye6vl3ObPNwWbI,664
|
560
|
+
paddlex/inference/pipelines/open_vocabulary_detection/pipeline.py,sha256=u7qV-1KuT1nyD-hSyJ0bWNcnhfaBh7H9UYS8AZb38jk,3597
|
561
|
+
paddlex/inference/pipelines/open_vocabulary_segmentation/__init__.py,sha256=AWiP79r5eAv5i-sVCXTVmSLWeHnQwCh8GeZ1I5mB6fk,667
|
562
|
+
paddlex/inference/pipelines/open_vocabulary_segmentation/pipeline.py,sha256=HO9pGGRr_jv8x8qNEii_b_s2Q254ETxnrH-a-HLWsXA,4064
|
563
|
+
paddlex/inference/pipelines/pp_chatocr/__init__.py,sha256=sGGz9xscTsDLMHyVr7XHD4aUNvfzi9VdKbcogWx-wsA,704
|
564
|
+
paddlex/inference/pipelines/pp_chatocr/pipeline_base.py,sha256=DvUu01oKY9KU3oIpTCbF-Sai6bRuvxqpZpBHe8gAuOE,3994
|
565
|
+
paddlex/inference/pipelines/pp_chatocr/pipeline_v3.py,sha256=m4C4O0xLrjBMFcRlOTzXkEwP4iHjaPtLyu5EKA2-ZxA,32500
|
566
|
+
paddlex/inference/pipelines/pp_chatocr/pipeline_v4.py,sha256=7UmqZjaO0se6OLlxF2DeGl09jP-v6_Y2ps7EwHxn2w0,41533
|
567
|
+
paddlex/inference/pipelines/pp_shitu_v2/__init__.py,sha256=ZI-x84D1hyQ8U77a8VLsv_4faIbTstX48iD9PWnYHDQ,648
|
568
|
+
paddlex/inference/pipelines/pp_shitu_v2/pipeline.py,sha256=G3fzKKyjscJKz5iQ4jSvBjEoGCa6KuiG10WY4n2AdlM,5828
|
569
|
+
paddlex/inference/pipelines/pp_shitu_v2/result.py,sha256=3600yup0xoEL0dA_7BqljeZPgvledruh1VoLMpIH2tc,4354
|
570
|
+
paddlex/inference/pipelines/rotated_object_detection/__init__.py,sha256=0xOtCBKkj3DJQkIbO2EUekYcBf50U57LEwIC_MsM4Jc,663
|
571
|
+
paddlex/inference/pipelines/rotated_object_detection/pipeline.py,sha256=DwU6h4uFOX7nOtySfxzn5t6rwE80uiGIHyvmPFe2G88,4038
|
572
|
+
paddlex/inference/pipelines/seal_recognition/__init__.py,sha256=Hf4BsknzV22IeT8dG2VYBuHdKEP5rrWetaV0HxxihC4,656
|
573
|
+
paddlex/inference/pipelines/seal_recognition/pipeline.py,sha256=Y2Slw2NTL85zbOCn4DZSikkXAZklETeK_eGeBT4oRrM,14152
|
574
|
+
paddlex/inference/pipelines/seal_recognition/result.py,sha256=yQJZejB-bufIE-PxcjNEfhLFRS8tfV-8W3nZIWlyYh8,3733
|
575
|
+
paddlex/inference/pipelines/semantic_segmentation/__init__.py,sha256=sjct9rWDAodXzT73QZreE-li9bsZBislMfGu4fVBJPQ,661
|
576
|
+
paddlex/inference/pipelines/semantic_segmentation/pipeline.py,sha256=BkICHvJsLDR2GQAkgQsjsB_sxEiOFH0KthtNn3_Cr5o,4022
|
577
|
+
paddlex/inference/pipelines/small_object_detection/__init__.py,sha256=3Nu17bbFqaFAZy5XYUfNr8cN4UI9Jtb71JcVOi4FXsQ,661
|
578
|
+
paddlex/inference/pipelines/small_object_detection/pipeline.py,sha256=GCddl7l-rKSlRnHq1hL56F46SHGJT4jFuR-hFva4FaA,4010
|
579
|
+
paddlex/inference/pipelines/table_recognition/__init__.py,sha256=njpOeQCLmGcqpyqoD6vPfR4ZlOgH-n9eVZNtW01Gin0,709
|
580
|
+
paddlex/inference/pipelines/table_recognition/pipeline.py,sha256=GBqU2y05TOlTsl_-shyP1R1Fo7IyYrk6HrwcqWxrjJY,21392
|
581
|
+
paddlex/inference/pipelines/table_recognition/pipeline_v2.py,sha256=YSvZPIj-3hv1LCWBsE6P_ifQhtxgcwmaAx-6nrQ6LQ0,61616
|
582
|
+
paddlex/inference/pipelines/table_recognition/result.py,sha256=W8-RtrfVPLzu5ci61vu3dU9KjIPEpN7_2WQtbdM1LME,8551
|
583
|
+
paddlex/inference/pipelines/table_recognition/table_recognition_post_processing.py,sha256=e_EBxJ8FhbVfxTMXgvKgWioYFmlL60Vy68DxON1koFo,13687
|
584
|
+
paddlex/inference/pipelines/table_recognition/table_recognition_post_processing_v2.py,sha256=1LnMrLe58kb5dpm2qHw6VtxoHweBNiWdrgNYA15BpAA,17491
|
585
|
+
paddlex/inference/pipelines/table_recognition/utils.py,sha256=ccE_gO0FpEnirOPgs2tZ5sUpFIecJKh4x0XHM3RMgZA,1744
|
586
|
+
paddlex/inference/pipelines/ts_anomaly_detection/__init__.py,sha256=tEqgLUUG96b-ZXSXxp6Aaw6j4j2ZCB1mSiZIA3vZccY,653
|
587
|
+
paddlex/inference/pipelines/ts_anomaly_detection/pipeline.py,sha256=RKm0I7n2Fbcftk7HvKfugCkLUM6XKauXLBYVwSZKAro,2851
|
588
|
+
paddlex/inference/pipelines/ts_classification/__init__.py,sha256=BV9eJHwPYamtJvBpqOf0_Dp1BRsNI4JUyJlz8NMyPLc,646
|
589
|
+
paddlex/inference/pipelines/ts_classification/pipeline.py,sha256=ucS8PIMC_EfZv7iJyWI8hdJPFXEsP2JxU5BPDStM5ik,2885
|
590
|
+
paddlex/inference/pipelines/ts_forecasting/__init__.py,sha256=q3PlYiv1859mFHaPXM6jy1GDtB12rbK3vqxQAUYlSAA,645
|
591
|
+
paddlex/inference/pipelines/ts_forecasting/pipeline.py,sha256=nq26i48RsAloH7nSu0OacEhDlmZQ3iJFlHuVH7eKdig,2824
|
592
|
+
paddlex/inference/pipelines/video_classification/__init__.py,sha256=Oc-0vfKoaBRDZNJpu5138EsNG8Fp7nsmzUt5gfMyqIQ,660
|
593
|
+
paddlex/inference/pipelines/video_classification/pipeline.py,sha256=vd0GqiE8ztliRMPxru7s9jw8hx0e5LhMhBgvjimMQYY,3103
|
594
|
+
paddlex/inference/pipelines/video_detection/__init__.py,sha256=5fwogRCREggvQgge-ur-bGnfKP-9xh5dUR0gkjzl1Rw,655
|
595
|
+
paddlex/inference/pipelines/video_detection/pipeline.py,sha256=k-QJZl2t-J2oboDfeWZ812P8TqVM1T3Lb4KsRV9xHrQ,3391
|
596
|
+
paddlex/inference/serving/__init__.py,sha256=toJfQp9IogLuJwLzprv8lieB-EERPqU4B0FJv8ZoNec,685
|
597
|
+
paddlex/inference/serving/basic_serving/__init__.py,sha256=_NwYgeYL6HTpLWAxf7aRwRP-rBfP-Fsaff3vZe0GUkg,739
|
598
|
+
paddlex/inference/serving/basic_serving/_app.py,sha256=7KKwaeeZDEqj-623AYOw6JvtmwnDVu2Aw9zsKcrhVsU,7368
|
599
|
+
paddlex/inference/serving/basic_serving/_server.py,sha256=c_nqZFecjAIQxw2huCKzLWZ_BSO_pFh9xaUSGZ1WrTg,1484
|
600
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/__init__.py,sha256=z5_SMYmGTeBJTCwbipHBzuitWjraIEpy63y4od9Wtbg,1707
|
601
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/anomaly_detection.py,sha256=9eDaXVlXC5sEvmBGDvtE4Lv6bz0riZvT48nq7ccFCAE,2374
|
602
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/doc_preprocessor.py,sha256=dsABJvWCkY0fAAVqPsCgj5ZCM9rmpBgziZlggT_Jj_A,3641
|
603
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/doc_understanding.py,sha256=jwEE3Rlo2_F1GXD3VkmvoCmEiirvhW40JROsSpfrQq8,5618
|
604
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/face_recognition.py,sha256=h1Pc_NULak1v-kGK-2m68ZeeEUY1Jr56FgI6aePVDNI,7985
|
605
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/formula_recognition.py,sha256=t9Ee63B9JSKcvkzf2lGuF-fyMvGf3O57ZWuWPPFq690,3614
|
606
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/human_keypoint_detection.py,sha256=rzQniNgVxJAwuL8AJg1EVTMTe8F7vt45GtfyVNpzLb8,2648
|
607
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/image_classification.py,sha256=DDfpOzLvXRvQXBz279ybi3RDCCRGbbJait87wipq6B4,2568
|
608
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/image_multilabel_classification.py,sha256=LJa_GBCadv5z-3q_ypHmtX2YUx6uh-GDzlESZfUrxiQ,2606
|
609
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/instance_segmentation.py,sha256=l0gMJCWOyd-sP7pXDWXPoGdiBOYCf5cm1Nqe3yoZqhg,3032
|
610
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/layout_parsing.py,sha256=_AXb70cyXepfFsq6yEUnOSLa2A0WGNABCQftGReFOw4,4547
|
611
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/m_3d_bev_detection.py,sha256=67-XMeJpt38WJyWDlWz8ejdbZDsQ81WQ4Jye9z0zP-E,2553
|
612
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/multilingual_speech_recognition.py,sha256=5_r3Ze_F4N0n5L-D9EK-8jVgbtNxhbY-wOgwRwVd62c,3111
|
613
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/object_detection.py,sha256=KbkK3FQsLcTlRjFxeEVh_fe-B4uznaDoCEFjzxbD4Tk,2620
|
614
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/ocr.py,sha256=m5xEmhbV49HWVob_Xf8RfyZ56lfX-uenyso-VJgZ5fk,3839
|
615
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/open_vocabulary_detection.py,sha256=38_lV8SgDtK6DxqYwAGgPI4ARA8x-qA7prg7rIPRz08,2641
|
616
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/open_vocabulary_segmentation.py,sha256=2RBFFOYmz7yM8jUDOSTNGJGyhPb5SXVwSumjct_k46E,2868
|
617
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/pedestrian_attribute_recognition.py,sha256=KAk8-ng09DEtmOXU3GLdjPdUmm5eYtrAWt0bvViT6ag,2787
|
618
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/pp_chatocrv3_doc.py,sha256=4zfZ_zYpMZWn6EA0NaFpfCgyKSfQfeFRaH6TdkoQ1Hw,7446
|
619
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/pp_chatocrv4_doc.py,sha256=vYHHSJdF9Y1lHs7jxvfvwFilIef5z5a_5z8x9dWZ8P8,8498
|
620
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/pp_shituv2.py,sha256=mejMNXongcpReJPi2IfmpUpekbxX3CIP0BCCxEuAD54,7747
|
621
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/pp_structurev3.py,sha256=CtwEBKsGWv4pKnlL46pD-OuOMwYuTr-QviT7jl18lqI,5952
|
622
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/rotated_object_detection.py,sha256=3grQrKFhUuY1HVRqTDNOsi9Ss9ADPE4Uxc2qLAVUdf8,2645
|
623
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/seal_recognition.py,sha256=AGV5TfrgaQNrTmN7b4Sca_n1QeTEx2uQ1Ft5Lu6Csec,3955
|
624
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/semantic_segmentation.py,sha256=4Eut660kUrXzIMFVlJ8GiQfM_pMuR7KKV_Ihnr3w4iQ,2410
|
625
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/small_object_detection.py,sha256=I-lN4umtW4MdMOfrS7f84ME2oGNxKUO623VxcP0qIzg,2557
|
626
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/table_recognition.py,sha256=sNMH4yLbU4WN8usuXfUsYZcVdMSghw52wAaAsopuJP8,4089
|
627
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/table_recognition_v2.py,sha256=kfhVFUCsF8-5yGmEuJMdNcyoqwwO41V7j8pHmv-0hiw,4510
|
628
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/ts_anomaly_detection.py,sha256=6z0kkq1kXpS7aLlCn6TvL8g1uS02SZAHkhOeuJzaB8E,2281
|
629
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/ts_classification.py,sha256=luHJWk_jWVVSluCbXdc8pjsf5bBnWyoYSqh4G-1Fe_o,2289
|
630
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/ts_forecast.py,sha256=Uk5VHQEfrYkwPcvdXcl8x_tgXMJBxMvGVghCb-CwLLw,2273
|
631
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/vehicle_attribute_recognition.py,sha256=O36USuzEuunoZtwKwLiLD3Dwb2S-UzkeDqJHX6NPOTo,2781
|
632
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/video_classification.py,sha256=O81Dqdqz_aKY_lza-Qnx5BAhdJMEURwSFBsa7WGnVMY,2743
|
633
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/video_detection.py,sha256=CW-UrSTBQZIbLvzFwWAKrH5o7-v8fVhdul-NAIARpBE,3055
|
634
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/_common/__init__.py,sha256=lEGWWikF7G1wkk5M--CU2QxJaqbTdD__ML8ZJiKyVI4,609
|
635
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/_common/common.py,sha256=41bSImqd5aaPViY5Z3ix4ervK8dg0jcN0cRLdfRRC8g,3534
|
636
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/_common/image_recognition.py,sha256=EWHNeFPwiZHt9hkC8-9mV8shKVIJH4CbS3EvQQs6RjA,1244
|
637
|
+
paddlex/inference/serving/basic_serving/_pipeline_apps/_common/ocr.py,sha256=B2vexhyMSUMy0Vvyy85ZObwTsrieplyb-LiT3lc-Hng,3578
|
638
|
+
paddlex/inference/serving/infra/__init__.py,sha256=lEGWWikF7G1wkk5M--CU2QxJaqbTdD__ML8ZJiKyVI4,609
|
639
|
+
paddlex/inference/serving/infra/config.py,sha256=-6StYn1pF_VQdCWsthZ5b86O-m31ye_KWp7j-mwc9N8,1152
|
640
|
+
paddlex/inference/serving/infra/models.py,sha256=KXxvV39dGzrbGeHDacZMGvtlcKPF4PEkjtuov0Vt9y4,1980
|
641
|
+
paddlex/inference/serving/infra/storage.py,sha256=8Pw5mhvornnF2NnwOblRX5N_FGMrCvCkz0WfmQX7bXM,5379
|
642
|
+
paddlex/inference/serving/infra/utils.py,sha256=8Vz3xYVcoZ_QEJAHlhGEakfojqvvZuHEi0tCBfgklIY,8457
|
643
|
+
paddlex/inference/serving/schemas/__init__.py,sha256=lEGWWikF7G1wkk5M--CU2QxJaqbTdD__ML8ZJiKyVI4,609
|
644
|
+
paddlex/inference/serving/schemas/anomaly_detection.py,sha256=407q-QdNYiCHSjuGnbnndoFK6CXWN4Y8HfzVaIzE_8U,1189
|
645
|
+
paddlex/inference/serving/schemas/doc_preprocessor.py,sha256=rCYnssIaIpnulPGFRTE15U5zl7l6ylWzqpMJl1QEvVI,1630
|
646
|
+
paddlex/inference/serving/schemas/doc_understanding.py,sha256=urKhmbceO9TCL2_9bWSC8_buePyGSGixfryoRfESw_w,2058
|
647
|
+
paddlex/inference/serving/schemas/face_recognition.py,sha256=N6SHf5UB63yyva3y9Z2xYh1_mjJSh1bSIFDjf6be8iU,3011
|
648
|
+
paddlex/inference/serving/schemas/formula_recognition.py,sha256=q0QC3m-CMq8D5XllW4htpqoC-Yi97v_KeER-fSc8Lfw,1710
|
649
|
+
paddlex/inference/serving/schemas/human_keypoint_detection.py,sha256=C61vn-1MYsjdpKy8H78VrEJeJQMKhZMVJ2odCoxfxfY,1473
|
650
|
+
paddlex/inference/serving/schemas/image_classification.py,sha256=I_lquPPda7W7RAbDVQhhCJiXz28DYIzk2ki5CQzNO7c,1291
|
651
|
+
paddlex/inference/serving/schemas/image_multilabel_classification.py,sha256=-Id6g1RLeTE4O_RzbyboN_YhImuopm7IbBqVVE_c44w,1368
|
652
|
+
paddlex/inference/serving/schemas/instance_segmentation.py,sha256=aLPdJftqCkHVFakDWz9PKM9itBmHGuh4hrOq622mSC0,1411
|
653
|
+
paddlex/inference/serving/schemas/layout_parsing.py,sha256=VbBVCgf7_qzEkiC2xQWbAlXYGcPbPh_n4jr3Oz0r_mY,2403
|
654
|
+
paddlex/inference/serving/schemas/m_3d_bev_detection.py,sha256=i9WJnV2t_aVsuxIYxp6jue_H0mhOk3PJNBIAFmr11nM,1289
|
655
|
+
paddlex/inference/serving/schemas/multilingual_speech_recognition.py,sha256=98SL_0vkAfbDdy6-G426lLolMmaf3U6-uMGDEF_aYy4,1371
|
656
|
+
paddlex/inference/serving/schemas/object_detection.py,sha256=IjPxEvK5-suGOXHeXOSo7LgIyHJZbuwvixgq1fa_KPA,1414
|
657
|
+
paddlex/inference/serving/schemas/ocr.py,sha256=D0XLhCa9uxTb7xxNATwS7NW5p2vk5Frz_ukGq0q_NUE,1827
|
658
|
+
paddlex/inference/serving/schemas/open_vocabulary_detection.py,sha256=T8WgzB9Np4AP0ifzumueUL4LwQsrPZCnCvcElOrrAHo,1399
|
659
|
+
paddlex/inference/serving/schemas/open_vocabulary_segmentation.py,sha256=9L7sZsSibZ8nyAgHgkjfm_A4T_mSZyCuOXf0EEdmUYQ,1360
|
660
|
+
paddlex/inference/serving/schemas/pedestrian_attribute_recognition.py,sha256=p5I5Gcs3fJb2YnJdQSZElVM-ij5yd1nqr0L6R8RTEx4,1619
|
661
|
+
paddlex/inference/serving/schemas/pp_chatocrv3_doc.py,sha256=IiEptmvGnOGkx8qoE_aXR6sP5aKlp37shDRR6H8kY0c,4307
|
662
|
+
paddlex/inference/serving/schemas/pp_chatocrv4_doc.py,sha256=7Ebzd3-Ft-37BK2UVVvC7Z7YKyINVIkNAff46ogQFIg,4503
|
663
|
+
paddlex/inference/serving/schemas/pp_shituv2.py,sha256=bD_xTuab4t4o4h7ycBVYl3nlA86bvk59aLggZ-j_KlE,3007
|
664
|
+
paddlex/inference/serving/schemas/pp_structurev3.py,sha256=Vkd3xLGmXQs30AyGQfIJIpscBRNuG4YFTI3J9XfLAIo,2950
|
665
|
+
paddlex/inference/serving/schemas/rotated_object_detection.py,sha256=LRZHlTR15onDcsXshOHqbKwyaJ5mJCZrVlm4x-h427Y,1429
|
666
|
+
paddlex/inference/serving/schemas/seal_recognition.py,sha256=KqTzP6iIOXEs1ptoBDHppnz_A_2T8rdtbbxNKCXt66Y,1965
|
667
|
+
paddlex/inference/serving/schemas/semantic_segmentation.py,sha256=QlsjszHI4MZUumBiNlxY7KacMNKEXKDH8oaS6wyEbiI,1282
|
668
|
+
paddlex/inference/serving/schemas/small_object_detection.py,sha256=dbd7B79UHqkN3slzi01ui-Q7jkUQlYfEIzFZQOYT-wU,1420
|
669
|
+
paddlex/inference/serving/schemas/table_recognition.py,sha256=gfn_fvO2l-8SE9ygH9KMxZP3hO1vXTg2F8BTMN6lwX4,2055
|
670
|
+
paddlex/inference/serving/schemas/table_recognition_v2.py,sha256=_PbteWkWwcDODTbRHtk5kZL7x0o2io_zzLX-EXWBmXY,2306
|
671
|
+
paddlex/inference/serving/schemas/ts_anomaly_detection.py,sha256=gYHuJL4MEL8-v7PMze0T1_YTCjnEjDczb-QWUAuuf7g,1103
|
672
|
+
paddlex/inference/serving/schemas/ts_classification.py,sha256=NScw6DzaZ0kZNUIlQoQhSsE0aEZeZLQ5orBPk8nyl3U,1119
|
673
|
+
paddlex/inference/serving/schemas/ts_forecast.py,sha256=L17DUN8GF5ffaj_u__xirD2R_FB7zaSolh4PMn6KxOQ,1097
|
674
|
+
paddlex/inference/serving/schemas/vehicle_attribute_recognition.py,sha256=zQbiI-3JW0M-5ytBSMbDFww9sAftKmg2k7_qSF6CvkU,1604
|
675
|
+
paddlex/inference/serving/schemas/video_classification.py,sha256=NEuxh1VIMmXlhab4-jV_2OVhPxB58qIXOpdcZyEopP8,1259
|
676
|
+
paddlex/inference/serving/schemas/video_detection.py,sha256=U7wpB2dN-F76J-3moqomGzSL-Mqw7cFOni2_mRAFZRE,1428
|
677
|
+
paddlex/inference/serving/schemas/shared/__init__.py,sha256=lEGWWikF7G1wkk5M--CU2QxJaqbTdD__ML8ZJiKyVI4,609
|
678
|
+
paddlex/inference/serving/schemas/shared/classification.py,sha256=xza25RVSyjxZCASrvZ1Tb-LvRoiLMfhb60Aa1m3PoLY,737
|
679
|
+
paddlex/inference/serving/schemas/shared/image_segmentation.py,sha256=hkRK83EtvHdlt63CqWAQq5QFBr5wGamPYxelTLRzqmc,830
|
680
|
+
paddlex/inference/serving/schemas/shared/object_detection.py,sha256=hRraFDkMn67ovX5Y9otsMtwE9-bYYtOo45a0DPt83z4,885
|
681
|
+
paddlex/inference/serving/schemas/shared/ocr.py,sha256=UAmHt2subCJvrtGOuy43axOxjrMaVOPLm5bYSOamgEQ,847
|
682
|
+
paddlex/inference/utils/__init__.py,sha256=lEGWWikF7G1wkk5M--CU2QxJaqbTdD__ML8ZJiKyVI4,609
|
683
|
+
paddlex/inference/utils/benchmark.py,sha256=l2ATIuPwAd1uD4rZgADbt4HKEiobeFLm3P-bIbKtD4s,12932
|
684
|
+
paddlex/inference/utils/color_map.py,sha256=mU1FdhHuyiJBn_thBkSndiMJtfkn3i3rLtPAPNPFid0,2953
|
685
|
+
paddlex/inference/utils/get_pipeline_path.py,sha256=LCjXho0ix4jgG-sJ1DyKIAFfC8Yv2cj6hBlA3eOFJIo,985
|
686
|
+
paddlex/inference/utils/hpi.py,sha256=pwoTYC9XaH2dXUr6Pruk4Uqcrq-cvnt6UTd_cGpf3FI,9084
|
687
|
+
paddlex/inference/utils/hpi_model_info_collection.json,sha256=FP_tkopIAN6-MsLKNQsz3cN6xm8NqfFRfCQDfGO8ixE,43321
|
688
|
+
paddlex/inference/utils/model_paths.py,sha256=uRsEO-uHEd4xKQZqNyU5T7Vp6QI6iYZ5anZMXXpmKAg,1803
|
689
|
+
paddlex/inference/utils/new_ir_blocklist.py,sha256=wdN1jiRWGo-YQvzoMOLhsqDjAcqhhkwfPBZEJ3-ldAw,880
|
690
|
+
paddlex/inference/utils/official_models.py,sha256=HJ_ioDTgJW1r-rD8MQQfqbGAJO5mMpPFuHnKA8iVX_Q,40907
|
691
|
+
paddlex/inference/utils/pp_option.py,sha256=BenYNdVxcAmr5cIckh1ozpgaaoqOstkExziz5Cj_ErQ,11408
|
692
|
+
paddlex/inference/utils/trt_blocklist.py,sha256=vaFJs6gvkMncYKTL5R6C93Nq2eYAdeBNcmJ4-abSFa0,1465
|
693
|
+
paddlex/inference/utils/trt_config.py,sha256=995uGRdKFyaU9EB4jLDiS85EjVLXmsCyL7gJIl3c8h0,12661
|
694
|
+
paddlex/inference/utils/io/__init__.py,sha256=KE8WngZIEjrOPEGeN6AEwKU-yt5nReDRWIBcmiRPM5s,939
|
695
|
+
paddlex/inference/utils/io/readers.py,sha256=5Xj0tSo6HW8ZPMetwSyFgMkr5JG1pH86XLLLWX1exGE,14112
|
696
|
+
paddlex/inference/utils/io/style.py,sha256=0wIJQ9Gq8lgHec65TKq17W626kMHkwIqyUI1okkZOzg,11522
|
697
|
+
paddlex/inference/utils/io/tablepyxl.py,sha256=jTgpLrYbpJ20SWKNI87ZAF03xPHQJNjzGuYkbIE-KE8,5264
|
698
|
+
paddlex/inference/utils/io/writers.py,sha256=eQzWGFFf0JKvgk_UnqvdQZs1aCDGbs9MQW0EST3IoJo,12720
|
699
|
+
paddlex/modules/__init__.py,sha256=Ow5J6NKjMeOmR64EaJmX3PPRyhle9HlebXOHP-ZSFiw,3002
|
700
|
+
paddlex/modules/anomaly_detection/__init__.py,sha256=-KBaNC_byJeI2uisbbBePhif2OI4odukBI2kg2jdOzY,759
|
701
|
+
paddlex/modules/anomaly_detection/evaluator.py,sha256=HM45C8XxQ6FFuCRTJaw922RIZJ-qJHfN2xoCO7yx3z8,1754
|
702
|
+
paddlex/modules/anomaly_detection/exportor.py,sha256=aUnXJzLIzrdoAQ3NgPx6pOBgpeVYIP0EkqOygnC9IhQ,778
|
703
|
+
paddlex/modules/anomaly_detection/model_list.py,sha256=oZbKWDV4kNV8rkXS2gPSv0AmvTCSUonHiGNv834GO8g,630
|
704
|
+
paddlex/modules/anomaly_detection/trainer.py,sha256=A13rPYH4FiV4AO9ffwHHlTLiYkZVcdLASZ4jNlpQAkc,2797
|
705
|
+
paddlex/modules/anomaly_detection/dataset_checker/__init__.py,sha256=-CgtodAg2-8aqlo2sdJgMaMMB0dn6tHY7oAVP-WQwm4,2877
|
706
|
+
paddlex/modules/anomaly_detection/dataset_checker/dataset_src/__init__.py,sha256=X7tKpOP8SC5V857urIX6C7A3I_OCi7rTgNFiro-wb1U,783
|
707
|
+
paddlex/modules/anomaly_detection/dataset_checker/dataset_src/analyse_dataset.py,sha256=oHzquwZ-16_A__pnlEqSM-8M_gzBAJB851AiiMrPcAM,3150
|
708
|
+
paddlex/modules/anomaly_detection/dataset_checker/dataset_src/check_dataset.py,sha256=jJgZ7AILeRF9smCYsOgk6JNf2rdaVmcmni2yvPYUOqw,3911
|
709
|
+
paddlex/modules/anomaly_detection/dataset_checker/dataset_src/convert_dataset.py,sha256=cwcDBJ_HxEhnG2j85viVBQ240gcNHo8442QE5lJizEE,8312
|
710
|
+
paddlex/modules/anomaly_detection/dataset_checker/dataset_src/split_dataset.py,sha256=k8oWJZs3srA5gZeJpgBFmzj8xVzIAsy6xfgnYRNMsEg,3295
|
711
|
+
paddlex/modules/anomaly_detection/dataset_checker/dataset_src/utils/__init__.py,sha256=lEGWWikF7G1wkk5M--CU2QxJaqbTdD__ML8ZJiKyVI4,609
|
712
|
+
paddlex/modules/anomaly_detection/dataset_checker/dataset_src/utils/visualizer.py,sha256=3SzTKeTPFgOYKmcNjua6Gi9CsAw9cFMC7IG-r7-uayk,2829
|
713
|
+
paddlex/modules/base/__init__.py,sha256=2OR1bRWirjy4Tj6lIexbrX17u8YLGa-Xvw1rakDtBi4,834
|
714
|
+
paddlex/modules/base/build_model.py,sha256=jZzZakdeB6NCyZfbprOuP6IOCNO18h_hlWiDvLUmM9w,1217
|
715
|
+
paddlex/modules/base/evaluator.py,sha256=O1psRBQaUP1J6spQWcujt-iIbTPwG8jzPMZIcI4Ryvs,5480
|
716
|
+
paddlex/modules/base/exportor.py,sha256=kMZaevotxpVTfdhfY5U2V3vGc0pz_wPO-UkmFL3ggsA,4652
|
717
|
+
paddlex/modules/base/trainer.py,sha256=WDWgZjCrMThIRGjEJ9jqsoGs673clSVPPHYzdYHtGHg,4961
|
718
|
+
paddlex/modules/base/dataset_checker/__init__.py,sha256=HyzVN0-XxQ0Ru3lX_jJvZ3q3DbETXpKo4RoJi45O5KE,682
|
719
|
+
paddlex/modules/base/dataset_checker/dataset_checker.py,sha256=8fM1IWvIqHngzhurkx0BTSpb-jeIS6hJ75B5DbHMjg4,5199
|
720
|
+
paddlex/modules/base/dataset_checker/utils.py,sha256=q_FWg-awWTaNE_nuD_jQ4mvJPaGGB66pNSen4WcuGEs,3324
|
721
|
+
paddlex/modules/base/utils/__init__.py,sha256=fovvnzWDJkOEjCTxy4zn5e1Gf0E65goCyPMahVMjuWY,609
|
722
|
+
paddlex/modules/base/utils/cinn_setting.py,sha256=wXw6oSpDBCaPzSqorhjto_ZZxmS1gMdxfksnNOGqUjM,2406
|
723
|
+
paddlex/modules/base/utils/coco_eval.py,sha256=ZoTF3hLyDVOw8FqE4d1jSzT7tjpJQkD4R12DXe8TFmA,3001
|
724
|
+
paddlex/modules/base/utils/topk_eval.py,sha256=VDmawEu-emOujFrTsGJSA9ob0IbsOgNGMoOMUa9adNo,3610
|
725
|
+
paddlex/modules/doc_vlm/__init__.py,sha256=IyrGCdr7Xb2pj6KoZAHELgB3US-IsfRfNnxS7MKHkxE,771
|
726
|
+
paddlex/modules/doc_vlm/dataset_checker.py,sha256=bYsGlLKAF_6gLVivuk0UYqJJ9dpG29Hyf31pxUhkxkU,1050
|
727
|
+
paddlex/modules/doc_vlm/evaluator.py,sha256=PJviR5RT-ZbTqeyloYDCWgs6rjHuqSZ8tTDYodozZzM,1023
|
728
|
+
paddlex/modules/doc_vlm/exportor.py,sha256=2RAPnW-ia3DbxUH9kTPOQjJNInhdQbueWaX3mLqZWcE,1017
|
729
|
+
paddlex/modules/doc_vlm/model_list.py,sha256=nqUD5sSowyKmN03tMMv2HzHwjr0siOx9zMNj4C-LzhM,688
|
730
|
+
paddlex/modules/doc_vlm/trainer.py,sha256=fd5n7kO1z5s5ExViswE4scB2Dg7Qn39ouOsxnFV_3gM,1343
|
731
|
+
paddlex/modules/face_recognition/__init__.py,sha256=cirPmSAP4s3lhIjMYpa_NnRRRRduuvIzT78EIz4bUNI,775
|
732
|
+
paddlex/modules/face_recognition/evaluator.py,sha256=q5uMUbgOqEejQLSKgFAdC-UuKJxEUVLLmFFU_jI6otI,1940
|
733
|
+
paddlex/modules/face_recognition/exportor.py,sha256=98Sw9yhdDQyokxx4nNua5XDSYbCH2OheI4Bb7WRYLo0,777
|
734
|
+
paddlex/modules/face_recognition/model_list.py,sha256=gwqwCZD8mngz4NQcblx8drYcuKsN6T3oSSV5VD1_gHw,654
|
735
|
+
paddlex/modules/face_recognition/trainer.py,sha256=F7tmyOUeOUtlW0LHG9iNEaNe5J3aMTyRNbw7GPdLblg,3349
|
736
|
+
paddlex/modules/face_recognition/dataset_checker/__init__.py,sha256=-AUsLe9dJ0ndjKDd_rUgv5bcf_VGSBqvV5KVAV8cLyc,2259
|
737
|
+
paddlex/modules/face_recognition/dataset_checker/dataset_src/__init__.py,sha256=RNCezGsXclcWQVBjEWX7ezxG1728ZKCmOPi2X3Z7cVI,661
|
738
|
+
paddlex/modules/face_recognition/dataset_checker/dataset_src/check_dataset.py,sha256=pOuLRoqiDhbA-WqrZJEVy4zLqgf_FcdIIIoROz3qxAY,6458
|
739
|
+
paddlex/modules/face_recognition/dataset_checker/dataset_src/utils/__init__.py,sha256=lEGWWikF7G1wkk5M--CU2QxJaqbTdD__ML8ZJiKyVI4,609
|
740
|
+
paddlex/modules/face_recognition/dataset_checker/dataset_src/utils/visualizer.py,sha256=mdNvYxWo1M17W3eI1sslcuHfbtiTR-MyBue-cqZbU3g,4192
|
741
|
+
paddlex/modules/formula_recognition/__init__.py,sha256=pcSvdDzb6aYvYQ6EtD8IeiWcA5B1i6UxvAVd91vwCcA,787
|
742
|
+
paddlex/modules/formula_recognition/evaluator.py,sha256=2DKs82uO07DtCZZ6GixBGAa1kSo4nZsgviZ7aKzOBRM,2898
|
743
|
+
paddlex/modules/formula_recognition/exportor.py,sha256=WbYjW3kSUHanO8PWEB_pmKHirqXJpe8ouFibXDSsOIw,780
|
744
|
+
paddlex/modules/formula_recognition/model_list.py,sha256=bk6ylR5DfXDVnkKQzz1iFTh-EGNaQqazjg4T_nNYQas,791
|
745
|
+
paddlex/modules/formula_recognition/trainer.py,sha256=JyVHmGhv3h2A7pT1H90B9zHt73Nu9kswPtQp8VJx2lM,4738
|
746
|
+
paddlex/modules/formula_recognition/dataset_checker/__init__.py,sha256=gNsmua_EtPCt45NICbaf1DPguSyL9V54pgIjfEA1tGg,3448
|
747
|
+
paddlex/modules/formula_recognition/dataset_checker/dataset_src/__init__.py,sha256=Ux6-95Jmi_b9qnEjGrhEE0mWaTbkiQMwJMcN1JflGCQ,764
|
748
|
+
paddlex/modules/formula_recognition/dataset_checker/dataset_src/analyse_dataset.py,sha256=8BKm_4GMcdyGg8YUAhXCHIxnq-eGnOCM4Pfo31nDcYs,5401
|
749
|
+
paddlex/modules/formula_recognition/dataset_checker/dataset_src/check_dataset.py,sha256=XNiFYuX9IQ6j_z87GEUi8f2whRrn4VAqAI8wAODvDsM,3244
|
750
|
+
paddlex/modules/formula_recognition/dataset_checker/dataset_src/convert_dataset.py,sha256=4u1T7bqwfBgCI407A-DuJHkasktZVKodwkPPcS12TDA,3549
|
751
|
+
paddlex/modules/formula_recognition/dataset_checker/dataset_src/split_dataset.py,sha256=SyMeHixLOS3e1ljrQ6gfplb-l3L5x3CcVXs0BPSbZH4,2789
|
752
|
+
paddlex/modules/general_recognition/__init__.py,sha256=4h6ETfyLPSjiJ8XzedUYBOqaVCTO-E5_rYjipxH2AXs,779
|
753
|
+
paddlex/modules/general_recognition/evaluator.py,sha256=1cbt4szDTN2-LmdR1uGbaVFZ50KguqCNuCZQBpG_DsY,1179
|
754
|
+
paddlex/modules/general_recognition/exportor.py,sha256=K3AMTFlH9AvBEtmUmMw6Q2bHp7R7h-CpcQi_xL-ipNQ,793
|
755
|
+
paddlex/modules/general_recognition/model_list.py,sha256=U44cV1nO54JzantxiXvIlC6FMayR4RavX1JWlfrtk_A,718
|
756
|
+
paddlex/modules/general_recognition/trainer.py,sha256=8QWw8gSA1htePeJbSvWSnZdAG8BIaH-wr8nUTuJf1DY,2315
|
757
|
+
paddlex/modules/general_recognition/dataset_checker/__init__.py,sha256=KYtNWnZGbOsPgzIUUPwgZoA2jaUuISB8GSeF19z0LkA,3320
|
758
|
+
paddlex/modules/general_recognition/dataset_checker/dataset_src/__init__.py,sha256=Ux6-95Jmi_b9qnEjGrhEE0mWaTbkiQMwJMcN1JflGCQ,764
|
759
|
+
paddlex/modules/general_recognition/dataset_checker/dataset_src/analyse_dataset.py,sha256=oYBvBPR1gHSIxNA8E_nsvDeVFsQlNnFRex7W7X5V_SE,3520
|
760
|
+
paddlex/modules/general_recognition/dataset_checker/dataset_src/check_dataset.py,sha256=FBztILCCr7StVx9g244ij8UeIVQ5L3nZ_77JcjGAM-o,3841
|
761
|
+
paddlex/modules/general_recognition/dataset_checker/dataset_src/convert_dataset.py,sha256=nEax57jJsjsCLUdwGSW6zvLJuHGcuzmdWkJpLFGG-hE,3459
|
762
|
+
paddlex/modules/general_recognition/dataset_checker/dataset_src/split_dataset.py,sha256=8UVAXYuYD_90DcNGS4RnHD6VGZpVPJPm7wz1yEu9Gsk,3049
|
763
|
+
paddlex/modules/general_recognition/dataset_checker/dataset_src/utils/__init__.py,sha256=lEGWWikF7G1wkk5M--CU2QxJaqbTdD__ML8ZJiKyVI4,609
|
764
|
+
paddlex/modules/general_recognition/dataset_checker/dataset_src/utils/visualizer.py,sha256=HL2H_swoXZMg81Ge9cB1cmAUQq5AYP-C0ooXQuWPhOA,3989
|
765
|
+
paddlex/modules/image_classification/__init__.py,sha256=KTGmo4qYKKAWWVqYKxfjzczeJn18jjiS0Zu18_-S7pI,759
|
766
|
+
paddlex/modules/image_classification/evaluator.py,sha256=Ap23zMreohRnzAPVdljypm9S-OG-HNIIV3Ad2lMNmoc,1673
|
767
|
+
paddlex/modules/image_classification/exportor.py,sha256=qaselLfpPO_LrHxl3598UtkblGonohX-nJLVu6ErGKM,777
|
768
|
+
paddlex/modules/image_classification/model_list.py,sha256=0wSC75LdZEfs0yfqixUq4j0f-T-EPgBXoF4STFAwhBk,2739
|
769
|
+
paddlex/modules/image_classification/trainer.py,sha256=PocPdlfXcZtcN0mIIKnyVnqzLtQBFpe2_2EvwoJqMHo,3470
|
770
|
+
paddlex/modules/image_classification/dataset_checker/__init__.py,sha256=unY-5uqZd7UNnxHbdHc21PtTXD6_B2DHub7upl2678U,3176
|
771
|
+
paddlex/modules/image_classification/dataset_checker/dataset_src/__init__.py,sha256=Ux6-95Jmi_b9qnEjGrhEE0mWaTbkiQMwJMcN1JflGCQ,764
|
772
|
+
paddlex/modules/image_classification/dataset_checker/dataset_src/analyse_dataset.py,sha256=xyNtu4GGhMNPpVFLVOknpLJhh5yAp75M0u0Rm4SPeJg,3461
|
773
|
+
paddlex/modules/image_classification/dataset_checker/dataset_src/check_dataset.py,sha256=W7NLRMDWjucKBJU7x9NsZ66YGJR4OOR9OM-BCq4VYpo,5036
|
774
|
+
paddlex/modules/image_classification/dataset_checker/dataset_src/convert_dataset.py,sha256=x26AOotf6Fj4iol8aUgIwpOyBhoT9b0OiKwnMTlkIrw,1959
|
775
|
+
paddlex/modules/image_classification/dataset_checker/dataset_src/split_dataset.py,sha256=l1JLNa86-RxX3Ugfk3_Xx6Cc5p4zShaz0jP7jDoRMRg,2789
|
776
|
+
paddlex/modules/image_classification/dataset_checker/dataset_src/utils/__init__.py,sha256=lEGWWikF7G1wkk5M--CU2QxJaqbTdD__ML8ZJiKyVI4,609
|
777
|
+
paddlex/modules/image_classification/dataset_checker/dataset_src/utils/visualizer.py,sha256=mdNvYxWo1M17W3eI1sslcuHfbtiTR-MyBue-cqZbU3g,4192
|
778
|
+
paddlex/modules/image_unwarping/__init__.py,sha256=lEGWWikF7G1wkk5M--CU2QxJaqbTdD__ML8ZJiKyVI4,609
|
779
|
+
paddlex/modules/image_unwarping/model_list.py,sha256=83RWeL82dZfj1nfgR6veqxHerNMurXi7KUF_GSX59Ik,636
|
780
|
+
paddlex/modules/instance_segmentation/__init__.py,sha256=jc6nMbJQJnKEkbV2B_D8iNBhVjZ7a23vPuI3q8NgOjk,791
|
781
|
+
paddlex/modules/instance_segmentation/evaluator.py,sha256=chacmiESmRcBKp9dZJCTBuQQWgm2entQXoEObCKd9pM,1175
|
782
|
+
paddlex/modules/instance_segmentation/exportor.py,sha256=khMYIu1X00n9jkoHDiTuU3CHa8If0Qe3NZ0iRD6og4k,786
|
783
|
+
paddlex/modules/instance_segmentation/model_list.py,sha256=ShpbY2snmkpZl1mbkjP6G-ltNlzDMBgbp4dzaL8BmwM,1076
|
784
|
+
paddlex/modules/instance_segmentation/trainer.py,sha256=drrvAbDw1U71DxXjzk2OO06svsoE-YIR42GsJ9U1e-A,1072
|
785
|
+
paddlex/modules/instance_segmentation/dataset_checker/__init__.py,sha256=NMByjD0tlhOhz7WTs6ACTcZgjy3n_akbdmto7rKa5fM,3277
|
786
|
+
paddlex/modules/instance_segmentation/dataset_checker/dataset_src/__init__.py,sha256=Ux6-95Jmi_b9qnEjGrhEE0mWaTbkiQMwJMcN1JflGCQ,764
|
787
|
+
paddlex/modules/instance_segmentation/dataset_checker/dataset_src/analyse_dataset.py,sha256=Fxv4JU3P4YsTjQfc71SdA0M_0Dggb53ItZZZIvzAVaU,3098
|
788
|
+
paddlex/modules/instance_segmentation/dataset_checker/dataset_src/check_dataset.py,sha256=35uxzst8XLPfL3z-rrM7iBSRjp_V_3jjfn3vnsEEAVE,3722
|
789
|
+
paddlex/modules/instance_segmentation/dataset_checker/dataset_src/convert_dataset.py,sha256=FPlRhU77rqEPHws96G3jCp-Q9TBv2reo9WSauMOo9RE,8265
|
790
|
+
paddlex/modules/instance_segmentation/dataset_checker/dataset_src/split_dataset.py,sha256=ugPOL-h-FUyw_YGdoiXaccRS82RPMHUkCkR2WpSKMkk,4409
|
791
|
+
paddlex/modules/instance_segmentation/dataset_checker/dataset_src/utils/__init__.py,sha256=lEGWWikF7G1wkk5M--CU2QxJaqbTdD__ML8ZJiKyVI4,609
|
792
|
+
paddlex/modules/instance_segmentation/dataset_checker/dataset_src/utils/visualizer.py,sha256=QMkty3QWgHaVI27Bwh8uKerMjZbuxX0tLVVfXVOUbGQ,6606
|
793
|
+
paddlex/modules/keypoint_detection/__init__.py,sha256=xU6gi2URJH9mBXEXdPIZREwKMCzY-0rT6Cn_3DLNpbM,779
|
794
|
+
paddlex/modules/keypoint_detection/evaluator.py,sha256=vBqBqM7gPP7_jiHJbSX4YonN1GKfVYxxma5O8oDkO3g,1465
|
795
|
+
paddlex/modules/keypoint_detection/exportor.py,sha256=cMM1kFCXz9lBTI2U0uC5FkWRjiQqymhvWHM7xd0KrtM,778
|
796
|
+
paddlex/modules/keypoint_detection/model_list.py,sha256=aUAx8RpIz-eRgoP8GulC_G3LQjcezCecm1e6fDSJffg,666
|
797
|
+
paddlex/modules/keypoint_detection/trainer.py,sha256=L6SuwrJuBarVYd-iz3agWs2ajg0pg0QgBnj2F47X_Js,1274
|
798
|
+
paddlex/modules/keypoint_detection/dataset_checker/__init__.py,sha256=0wXAtxVkimgIRVFRREICbx3aWr3hz4HAse_-i0OsSIA,1850
|
799
|
+
paddlex/modules/keypoint_detection/dataset_checker/dataset_src/__init__.py,sha256=KPhp6nt_rDlGXYuCcPuNA5U8fEe2znozo35FsyoDK30,643
|
800
|
+
paddlex/modules/keypoint_detection/dataset_checker/dataset_src/check_dataset.py,sha256=iyTpwvN7b2MJmdDwGQTFfpUQluCkdLkeqgkViWd2UdQ,3505
|
801
|
+
paddlex/modules/keypoint_detection/dataset_checker/dataset_src/utils/__init__.py,sha256=lEGWWikF7G1wkk5M--CU2QxJaqbTdD__ML8ZJiKyVI4,609
|
802
|
+
paddlex/modules/keypoint_detection/dataset_checker/dataset_src/utils/visualizer.py,sha256=o78fUZyezA14KDKo3epBiKQ-Kaa6QIvl0S9RWx4ci04,3962
|
803
|
+
paddlex/modules/m_3d_bev_detection/__init__.py,sha256=QZcxqb_7K8nNIP9ymoOkZejjbOHhOQk-KShmEn-j8YE,783
|
804
|
+
paddlex/modules/m_3d_bev_detection/evaluator.py,sha256=t-u3ugaFJZc3iYHDfBvfHcQ_PfrKKBliiac2QP4_jI0,1606
|
805
|
+
paddlex/modules/m_3d_bev_detection/exportor.py,sha256=JUqaYfXK5OFbiqHAwHLco6yQRNQo2ZgO2FC5Svb56wA,779
|
806
|
+
paddlex/modules/m_3d_bev_detection/model_list.py,sha256=sJ-OTE82aymYKxt1CeFAcXO_pcjr0rv755cJNlbE_wA,641
|
807
|
+
paddlex/modules/m_3d_bev_detection/trainer.py,sha256=finGEesecfSBqwbJLqa-uEbHIr7Q87OTn5QI4bwz2J0,2585
|
808
|
+
paddlex/modules/m_3d_bev_detection/dataset_checker/__init__.py,sha256=vqWBaKFjOdKNp-P-ICTj4pLISGcnH_rfvLt4p3QPBaY,2936
|
809
|
+
paddlex/modules/m_3d_bev_detection/dataset_checker/dataset_src/__init__.py,sha256=sJLqyXL-owy_gbtpQjEA2kceE6neSMJ0AIOylxApsLw,686
|
810
|
+
paddlex/modules/m_3d_bev_detection/dataset_checker/dataset_src/analyse_dataset.py,sha256=VTwHbnoMqpWrRFJVqjWzz5KI9BkKYpHML3eBiLKjuzc,3720
|
811
|
+
paddlex/modules/m_3d_bev_detection/dataset_checker/dataset_src/check_dataset.py,sha256=4GWk6wPfjQAlSyBGVlmAulzoakNLJBQ7VNC_OkCUgS4,3149
|
812
|
+
paddlex/modules/multilabel_classification/__init__.py,sha256=5ohdWA7uRdEjOF96iTBdQ66HOLrx_Kb9IE8gYlC_c5o,767
|
813
|
+
paddlex/modules/multilabel_classification/evaluator.py,sha256=w85sLQ-3fshDrhFu1giw-2SBQpxzahNkbjYgF7xpXsc,1677
|
814
|
+
paddlex/modules/multilabel_classification/exportor.py,sha256=UgjzNwodoAR_OTI7fldMSwGnkonQmhAz817wNBC5Agk,779
|
815
|
+
paddlex/modules/multilabel_classification/model_list.py,sha256=ADgstt_DXLCWO8jtc4R94wkyeHi5gQVvVGAdV_7EXF4,855
|
816
|
+
paddlex/modules/multilabel_classification/trainer.py,sha256=HrXzTJwlFhRi1CV9DMCFJI6SZS6c1_tm9n0OxU5rQpk,3553
|
817
|
+
paddlex/modules/multilabel_classification/dataset_checker/__init__.py,sha256=MMhBXbNa-oU-tnnvFJrn9cXUXBjVUwo_uvHKxICXrcs,3254
|
818
|
+
paddlex/modules/multilabel_classification/dataset_checker/dataset_src/__init__.py,sha256=Ux6-95Jmi_b9qnEjGrhEE0mWaTbkiQMwJMcN1JflGCQ,764
|
819
|
+
paddlex/modules/multilabel_classification/dataset_checker/dataset_src/analyse_dataset.py,sha256=Pro_Hpd4U-nHyzmZktwr4Wq3fwVNHcEET5GgYVZ6Pdk,3560
|
820
|
+
paddlex/modules/multilabel_classification/dataset_checker/dataset_src/check_dataset.py,sha256=eRYbSsYYB7ngLkIVCORmrQqG5zhDxej2UJ8Ao40s-MY,5071
|
821
|
+
paddlex/modules/multilabel_classification/dataset_checker/dataset_src/convert_dataset.py,sha256=ZXMxhi3iwx_e9xKdhgULP_qmrRyTP6vwlU4cNVPO6AQ,4578
|
822
|
+
paddlex/modules/multilabel_classification/dataset_checker/dataset_src/split_dataset.py,sha256=l1JLNa86-RxX3Ugfk3_Xx6Cc5p4zShaz0jP7jDoRMRg,2789
|
823
|
+
paddlex/modules/multilabel_classification/dataset_checker/dataset_src/utils/__init__.py,sha256=lEGWWikF7G1wkk5M--CU2QxJaqbTdD__ML8ZJiKyVI4,609
|
824
|
+
paddlex/modules/multilabel_classification/dataset_checker/dataset_src/utils/visualizer.py,sha256=oIetCED-GiTQkhCphKAMqw4Mgdwze6k2j48YSfWzBtI,3840
|
825
|
+
paddlex/modules/multilingual_speech_recognition/__init__.py,sha256=2oF6pQLy2IPeOLGIlrXejD3o2NSd3fUvTAakME7QMME,775
|
826
|
+
paddlex/modules/multilingual_speech_recognition/dataset_checker.py,sha256=6dEDFf6HF1lm2i-R3fAfkHRBaf0S10BaxBsvZ0oMsNU,991
|
827
|
+
paddlex/modules/multilingual_speech_recognition/evaluator.py,sha256=-DDE0S9k1Ct-fs3Z4M1ogpN1DLWOdAv6lT9rIxHwei4,973
|
828
|
+
paddlex/modules/multilingual_speech_recognition/exportor.py,sha256=aXVrdk-zS9EZdPd32-CivlpzRELQ-i7104GKdpUKXJ8,967
|
829
|
+
paddlex/modules/multilingual_speech_recognition/model_list.py,sha256=R6faqu1SIjQAjrbam_W3EcPl465qlZTqg1HuwNlyzuA,728
|
830
|
+
paddlex/modules/multilingual_speech_recognition/trainer.py,sha256=Zv-5LbQEspcjnmtBJzRMtL2-EuOzAjZKmk9J5638dF8,1405
|
831
|
+
paddlex/modules/object_detection/__init__.py,sha256=eaYQ78PX7yX06YGjowiYNOQh-yO5GTVxThc7ys3iD2E,760
|
832
|
+
paddlex/modules/object_detection/evaluator.py,sha256=0sisy-MEpvjVO6APV2Q_hDMJGa1ASpTKsUxE8zTsOto,1917
|
833
|
+
paddlex/modules/object_detection/exportor.py,sha256=nizJg--qIMXywaDNNcgVbFDqZpQ-naIF8V8uFjC4Kx8,773
|
834
|
+
paddlex/modules/object_detection/model_list.py,sha256=_jCPiQiQy99msVMkUQXjck-ucFdSzsP9dfIq-2UoVkc,2379
|
835
|
+
paddlex/modules/object_detection/trainer.py,sha256=7c_bx20pK-akmuwTgrfIeq1UlSRHM-CkgbzpRiKL89M,3870
|
836
|
+
paddlex/modules/object_detection/dataset_checker/__init__.py,sha256=Dq-3Qp70x7D5aymh0wx32ygaqdrLi7zX92nPNPPs7DE,3251
|
837
|
+
paddlex/modules/object_detection/dataset_checker/dataset_src/__init__.py,sha256=Ux6-95Jmi_b9qnEjGrhEE0mWaTbkiQMwJMcN1JflGCQ,764
|
838
|
+
paddlex/modules/object_detection/dataset_checker/dataset_src/analyse_dataset.py,sha256=Fxv4JU3P4YsTjQfc71SdA0M_0Dggb53ItZZZIvzAVaU,3098
|
839
|
+
paddlex/modules/object_detection/dataset_checker/dataset_src/check_dataset.py,sha256=fsWdFyaAQJJ21-9GFUYQoOrx6cutLk2B4AHhPMiN9hE,3497
|
840
|
+
paddlex/modules/object_detection/dataset_checker/dataset_src/convert_dataset.py,sha256=7uwlx1gzzXCAiSAYNSv0upyuLoiu5n2Drrt-HSk-1xo,15061
|
841
|
+
paddlex/modules/object_detection/dataset_checker/dataset_src/split_dataset.py,sha256=gDmr5gQLsNbEvAEiAnXI379kYLRnNb-Z2YHiEXltu5U,4456
|
842
|
+
paddlex/modules/object_detection/dataset_checker/dataset_src/utils/__init__.py,sha256=lEGWWikF7G1wkk5M--CU2QxJaqbTdD__ML8ZJiKyVI4,609
|
843
|
+
paddlex/modules/object_detection/dataset_checker/dataset_src/utils/visualizer.py,sha256=cgtHbrXRxjPE5X82sAm7Jtf-f6XGo-rqm4hMR6hBjrg,5552
|
844
|
+
paddlex/modules/open_vocabulary_detection/__init__.py,sha256=J96y4YydfxzaoyRgrE7-OgztkzTZZTudvpt5mGTNTUI,767
|
845
|
+
paddlex/modules/open_vocabulary_detection/dataset_checker.py,sha256=45TNPA-OyrQmQWMBWADLFTeLrG9py0wKlluqqMKonqE,1051
|
846
|
+
paddlex/modules/open_vocabulary_detection/evaluator.py,sha256=oTfoDknLong0Z6vxMPXaBppshTSi6MS__GYzo4iQkJA,1024
|
847
|
+
paddlex/modules/open_vocabulary_detection/exportor.py,sha256=jDwZAUc1y1Mf6WAe8wzTGA4WNmz4qFsQLSN2uYmPkg8,1018
|
848
|
+
paddlex/modules/open_vocabulary_detection/model_list.py,sha256=d9I0vShB2dTv6yNaS3Y-d6y_duhaalNbXQOSMeKUhHQ,658
|
849
|
+
paddlex/modules/open_vocabulary_detection/trainer.py,sha256=QKZRNdwAHIjVCEGYRFtfpQ0KSjViMEqn-tOMPgoW-dk,1456
|
850
|
+
paddlex/modules/open_vocabulary_segmentation/__init__.py,sha256=FKdtyXhJkIfEidSoiPD1mU5QYlJ34hLfZueLGZcWnKM,767
|
851
|
+
paddlex/modules/open_vocabulary_segmentation/dataset_checker.py,sha256=t1Z0MtMl8MHlSojRTzmqOHJPXwl4ipvtZIcO_nN9vGk,1057
|
852
|
+
paddlex/modules/open_vocabulary_segmentation/evaluator.py,sha256=N-EgVTA0-5WRm6dXSsJ5yIbVrOsdWlyRHKif-O15A-U,1030
|
853
|
+
paddlex/modules/open_vocabulary_segmentation/exportor.py,sha256=RLfFEuJZVapYyzOzUCw9X4c3GH2-IKJMrLvJsj6xhWA,1024
|
854
|
+
paddlex/modules/open_vocabulary_segmentation/model_list.py,sha256=7Eogc7a9Qk_NCpWTT0MActRhbCY3MSWxTAfGsJkSRbs,660
|
855
|
+
paddlex/modules/open_vocabulary_segmentation/trainer.py,sha256=hffDadHzLr64PEIR2ml88rSpkjEWhkw_WNc7AcsprIg,1462
|
856
|
+
paddlex/modules/semantic_segmentation/__init__.py,sha256=21DFXZfdTj3A7FA4hEJz-Zs3IfA9N2j7FyUaZ6BSYEE,759
|
857
|
+
paddlex/modules/semantic_segmentation/evaluator.py,sha256=7G-BvANJNaYNPIKiC0m80mmIJ-mHU7FSRYiNmtmZIPo,1754
|
858
|
+
paddlex/modules/semantic_segmentation/exportor.py,sha256=i8AugqgI8ISUe9sGa34qS2M70Nr0f4SSvD3vVFpqxDM,1087
|
859
|
+
paddlex/modules/semantic_segmentation/model_list.py,sha256=gy8YzruYBiUfwkipKxcsdlEoKuNNtJXmm_Fgszwcbag,1065
|
860
|
+
paddlex/modules/semantic_segmentation/trainer.py,sha256=CDQ1RV7iBRxLu2yb4mPTTI9KMbWMJibGkQa3KIPR4hE,2946
|
861
|
+
paddlex/modules/semantic_segmentation/dataset_checker/__init__.py,sha256=5holJZ_yllwO7k5zSePo2pQCtQOPE1XYZFYBEvjSZWs,3334
|
862
|
+
paddlex/modules/semantic_segmentation/dataset_checker/dataset_src/__init__.py,sha256=X7tKpOP8SC5V857urIX6C7A3I_OCi7rTgNFiro-wb1U,783
|
863
|
+
paddlex/modules/semantic_segmentation/dataset_checker/dataset_src/analyse_dataset.py,sha256=r4j83eZF78qvV2-CToVV5rLeto4g2Ld2TuUx9LrjhII,2881
|
864
|
+
paddlex/modules/semantic_segmentation/dataset_checker/dataset_src/check_dataset.py,sha256=Svl_gmhOr5tnOwPmdEfer8zUoNgc3E8hUfThDSrCSas,3492
|
865
|
+
paddlex/modules/semantic_segmentation/dataset_checker/dataset_src/convert_dataset.py,sha256=5TlqhV4k95tgDO_yrhLp4S4ChUg68JBtnoCk0S6RPdY,6291
|
866
|
+
paddlex/modules/semantic_segmentation/dataset_checker/dataset_src/split_dataset.py,sha256=k8oWJZs3srA5gZeJpgBFmzj8xVzIAsy6xfgnYRNMsEg,3295
|
867
|
+
paddlex/modules/semantic_segmentation/dataset_checker/dataset_src/utils/__init__.py,sha256=lEGWWikF7G1wkk5M--CU2QxJaqbTdD__ML8ZJiKyVI4,609
|
868
|
+
paddlex/modules/semantic_segmentation/dataset_checker/dataset_src/utils/visualizer.py,sha256=KEeBlMPY0uJxw_iubH8swH1Cxuv6cGgCVdgNZU1unyY,2765
|
869
|
+
paddlex/modules/table_recognition/__init__.py,sha256=2azLY8sZyVujg5juoi1XvhOeNc5WuoDUF5qkItHkV2g,779
|
870
|
+
paddlex/modules/table_recognition/evaluator.py,sha256=gRZK7UbGBN2P7pGQSv4BPFux51nG_h3BTq5WYsZmQek,1408
|
871
|
+
paddlex/modules/table_recognition/exportor.py,sha256=bOrkJLJbHwZ8291rcL6tWHaHh2QmlFhXdn2vmS_Brjc,779
|
872
|
+
paddlex/modules/table_recognition/model_list.py,sha256=JzrsHva1j575QhjSy6Y0FL2vbz1t2ZYhc-iVuNaPrMk,702
|
873
|
+
paddlex/modules/table_recognition/trainer.py,sha256=b4CfGjlnuAp--_19dWN-6AliKU87anpJnltnOgO-ekE,2686
|
874
|
+
paddlex/modules/table_recognition/dataset_checker/__init__.py,sha256=-XEGxOCArrJek4dVVr95jckexuvJdOgbUzlsr2gcG94,2908
|
875
|
+
paddlex/modules/table_recognition/dataset_checker/dataset_src/__init__.py,sha256=96FTutWNDvku-5ZxTw8eT-gkZuMEMbOX0z3ebaZ-sIc,727
|
876
|
+
paddlex/modules/table_recognition/dataset_checker/dataset_src/analyse_dataset.py,sha256=0gwM62ljT-_6GJ9DRJRTXttODBTIgRGaEVoAKg3IXKI,1912
|
877
|
+
paddlex/modules/table_recognition/dataset_checker/dataset_src/check_dataset.py,sha256=NE-hPQkMX5O6-tuBfhI3dn0oXAhO2kgoYGcgT9DX9Cw,3451
|
878
|
+
paddlex/modules/table_recognition/dataset_checker/dataset_src/split_dataset.py,sha256=SyMeHixLOS3e1ljrQ6gfplb-l3L5x3CcVXs0BPSbZH4,2789
|
879
|
+
paddlex/modules/text_detection/__init__.py,sha256=qHvtAWmoQXhgSRNti5y4EjHCyOgkXILRAj_pVqU0lR8,775
|
880
|
+
paddlex/modules/text_detection/evaluator.py,sha256=WUj7KSgcQ1GkeUGDgHck-elUFFDoJxhd8ZQMM4k4r5k,1375
|
881
|
+
paddlex/modules/text_detection/exportor.py,sha256=fkDS2RGU27lK368Wc-O-sN8YhKGtu23S-pd93i6ZYfg,775
|
882
|
+
paddlex/modules/text_detection/model_list.py,sha256=d7x4jcqzzRm15nkA7xfH9CiZGgNAZl0mi_o0yjHfT68,922
|
883
|
+
paddlex/modules/text_detection/trainer.py,sha256=63YE5RGSRKi8jtvbHsSRfu7qEZ-Ipadk_kXNZOhqBh0,2653
|
884
|
+
paddlex/modules/text_detection/dataset_checker/__init__.py,sha256=I7HcoFCgml8U4uO0uoIWKKJVencObFWJ_A6qD7AxR50,3159
|
885
|
+
paddlex/modules/text_detection/dataset_checker/dataset_src/__init__.py,sha256=96FTutWNDvku-5ZxTw8eT-gkZuMEMbOX0z3ebaZ-sIc,727
|
886
|
+
paddlex/modules/text_detection/dataset_checker/dataset_src/analyse_dataset.py,sha256=u8S_KrYIDLFz5pgi7Y3Wqn_-1DeSrdqrbrbMAFF-7e8,8132
|
887
|
+
paddlex/modules/text_detection/dataset_checker/dataset_src/check_dataset.py,sha256=QTSfBgHCHyC50vmQKQEwwcRHU7z2meKCh_0eGN9r9as,4309
|
888
|
+
paddlex/modules/text_detection/dataset_checker/dataset_src/split_dataset.py,sha256=Uhj46-7BsOV3r-6jXmZoMiH_JwmqMSCPaB1KtFjjjqw,4769
|
889
|
+
paddlex/modules/text_recognition/__init__.py,sha256=NZSK1WT-lLtT407BGiUIMHLoNmTRwBxrKkW69KsiHgw,775
|
890
|
+
paddlex/modules/text_recognition/evaluator.py,sha256=xlreNiqba9yTzz7zjvwdShTchr-idgh3W1gyvhRkMWE,2288
|
891
|
+
paddlex/modules/text_recognition/exportor.py,sha256=FO-0PMhoO5ZqLjjYWG2XywrxdW98vnDq1r5TMyXOe8g,777
|
892
|
+
paddlex/modules/text_recognition/model_list.py,sha256=KD_jdQ5T5DAR1yUXBVZ77oIKbbJ3HwIVtw0dJziGi7Q,1229
|
893
|
+
paddlex/modules/text_recognition/trainer.py,sha256=if77U014_hqvbK7VrzlP5LA3WZ0M3nuscpHlqYheQtc,4091
|
894
|
+
paddlex/modules/text_recognition/dataset_checker/__init__.py,sha256=Psu2rjBm3EYp57pli6-CB-2QZQwMnU5fhZ-muls__iE,3777
|
895
|
+
paddlex/modules/text_recognition/dataset_checker/dataset_src/__init__.py,sha256=Ux6-95Jmi_b9qnEjGrhEE0mWaTbkiQMwJMcN1JflGCQ,764
|
896
|
+
paddlex/modules/text_recognition/dataset_checker/dataset_src/analyse_dataset.py,sha256=pZR48Zq3Q5P2V3ImdyxzDUy5P7hBxsG1-JrjJNecJXA,5693
|
897
|
+
paddlex/modules/text_recognition/dataset_checker/dataset_src/check_dataset.py,sha256=ZMqG1LkeMnzDU_oSmG515ydBZqbS8rfdGEU9dh-Eq9k,4577
|
898
|
+
paddlex/modules/text_recognition/dataset_checker/dataset_src/convert_dataset.py,sha256=MdXpA2tHueA_w2ZQ9my8x4xuI-NdOQdM-kKSzjYMmoA,3573
|
899
|
+
paddlex/modules/text_recognition/dataset_checker/dataset_src/split_dataset.py,sha256=SyMeHixLOS3e1ljrQ6gfplb-l3L5x3CcVXs0BPSbZH4,2789
|
900
|
+
paddlex/modules/ts_anomaly_detection/__init__.py,sha256=L8Nc-uH2IG0EYEW5tPedTRbXzbcyrAGxZtI4FmB27rM,764
|
901
|
+
paddlex/modules/ts_anomaly_detection/evaluator.py,sha256=ymxXeKyDbQhqes8o7b7CkvWd8lfi0KopP02M4I8D9vI,2283
|
902
|
+
paddlex/modules/ts_anomaly_detection/exportor.py,sha256=MC8kOv4Nr8FthT2iUkjTBRY_JtA3bBPTv9nvO_2cQZY,1422
|
903
|
+
paddlex/modules/ts_anomaly_detection/model_list.py,sha256=3mUjWIqpxNr_-BgD_bKAwFlwVbeKJ6o9hI0IP57Kd8Y,726
|
904
|
+
paddlex/modules/ts_anomaly_detection/trainer.py,sha256=p9auPFk6fztMv5J-D6ZlaOD9CiCh6R9saYgNEcLrFXo,4826
|
905
|
+
paddlex/modules/ts_anomaly_detection/dataset_checker/__init__.py,sha256=EArJ1yFk4vStapWb_T7iz97KUzIQuOhks0HSxRNIy7I,3292
|
906
|
+
paddlex/modules/ts_anomaly_detection/dataset_checker/dataset_src/__init__.py,sha256=Ux6-95Jmi_b9qnEjGrhEE0mWaTbkiQMwJMcN1JflGCQ,764
|
907
|
+
paddlex/modules/ts_anomaly_detection/dataset_checker/dataset_src/analyse_dataset.py,sha256=tgNHULPQxvOBM6ke1npcwHBiZd83pnGKYelTHUhKhPI,717
|
908
|
+
paddlex/modules/ts_anomaly_detection/dataset_checker/dataset_src/check_dataset.py,sha256=0ga6CkFwuJLOkYidngLXlhmfVcL99KOIvrC7AwwBCvk,2302
|
909
|
+
paddlex/modules/ts_anomaly_detection/dataset_checker/dataset_src/convert_dataset.py,sha256=N0Ju-yqeuGYfs80t39zcoUK-coNvd6Ow9kzJfzAddt0,2666
|
910
|
+
paddlex/modules/ts_anomaly_detection/dataset_checker/dataset_src/split_dataset.py,sha256=JLmONID9VxSMojKzLDOwsCCHxqTQ4Hl1rcbgXmUWdb4,2133
|
911
|
+
paddlex/modules/ts_classification/__init__.py,sha256=avWAVCpd_KCqW9mEKjzl8ns81gaduWjLgXZBamnbaMo,768
|
912
|
+
paddlex/modules/ts_classification/evaluator.py,sha256=7_OjW2oFU5_GkxXl5cao-yXO9YmbSwZ586fNy3NVl7s,2213
|
913
|
+
paddlex/modules/ts_classification/exportor.py,sha256=r_udQangw_nFfSsOroz70QTXjZW8e89hk_lbMj-Ng8o,1423
|
914
|
+
paddlex/modules/ts_classification/model_list.py,sha256=ncShFgm5mX8zGXoV1Mr9ZVtYaQxdmHC-7mqheM1lPDQ,644
|
915
|
+
paddlex/modules/ts_classification/trainer.py,sha256=BqF9VQFw8H8BYwWkyNQxa4MaHJZJKK12M5IAwM1qZI8,4588
|
916
|
+
paddlex/modules/ts_classification/dataset_checker/__init__.py,sha256=b0Vbe6JujEY985HO2si44FPVsN_2NhRSRk5ID3jfpPo,3291
|
917
|
+
paddlex/modules/ts_classification/dataset_checker/dataset_src/__init__.py,sha256=Ux6-95Jmi_b9qnEjGrhEE0mWaTbkiQMwJMcN1JflGCQ,764
|
918
|
+
paddlex/modules/ts_classification/dataset_checker/dataset_src/analyse_dataset.py,sha256=fY1AbJ3WKUF8PvCvfkw7HmrCVhyfwW5rXTsEYH0MGHU,2929
|
919
|
+
paddlex/modules/ts_classification/dataset_checker/dataset_src/check_dataset.py,sha256=0ga6CkFwuJLOkYidngLXlhmfVcL99KOIvrC7AwwBCvk,2302
|
920
|
+
paddlex/modules/ts_classification/dataset_checker/dataset_src/convert_dataset.py,sha256=8lV9_e4Vvw2ijBlEm5s80Bm_UFPFlVyxpu19vjRlWqg,2689
|
921
|
+
paddlex/modules/ts_classification/dataset_checker/dataset_src/split_dataset.py,sha256=QlorUATL9UYybLpohJeD_1qXEDTVf89j7Ugbi0AMoxk,3314
|
922
|
+
paddlex/modules/ts_forecast/__init__.py,sha256=IdQqvY2rYepVut_DMPUlUQizyxGeXE1OS85190g4IKc,764
|
923
|
+
paddlex/modules/ts_forecast/evaluator.py,sha256=NAhz3JAYOCialMilmEVqqJWDtMvVSdJPH44cx-KLzfM,2203
|
924
|
+
paddlex/modules/ts_forecast/exportor.py,sha256=vtIvOfugI0WsIahZyrJ9DmJ7TENSgSUKSfceS2WJa8M,1422
|
925
|
+
paddlex/modules/ts_forecast/model_list.py,sha256=l92EzjDRry06YeO4eH-8aBGBSsrHsksDbuZsu1XbTw8,734
|
926
|
+
paddlex/modules/ts_forecast/trainer.py,sha256=UPAdjUQwesynx34LW51cGIBzPIKeQXwqK3sp5beSvzk,4630
|
927
|
+
paddlex/modules/ts_forecast/dataset_checker/__init__.py,sha256=_ERBjyPz43Txwra7ZF8BEUL_NOtGZIqhE6zPLiOMUOE,3281
|
928
|
+
paddlex/modules/ts_forecast/dataset_checker/dataset_src/__init__.py,sha256=Ux6-95Jmi_b9qnEjGrhEE0mWaTbkiQMwJMcN1JflGCQ,764
|
929
|
+
paddlex/modules/ts_forecast/dataset_checker/dataset_src/analyse_dataset.py,sha256=tgNHULPQxvOBM6ke1npcwHBiZd83pnGKYelTHUhKhPI,717
|
930
|
+
paddlex/modules/ts_forecast/dataset_checker/dataset_src/check_dataset.py,sha256=0ga6CkFwuJLOkYidngLXlhmfVcL99KOIvrC7AwwBCvk,2302
|
931
|
+
paddlex/modules/ts_forecast/dataset_checker/dataset_src/convert_dataset.py,sha256=kAnqThstkcn0Wn_4xvGkFH-JGufRTKrTcJmd3FFG6H8,2688
|
932
|
+
paddlex/modules/ts_forecast/dataset_checker/dataset_src/split_dataset.py,sha256=JLmONID9VxSMojKzLDOwsCCHxqTQ4Hl1rcbgXmUWdb4,2133
|
933
|
+
paddlex/modules/video_classification/__init__.py,sha256=bjDrjcHU2isDJUDi4GKLXFp0aP9HQg1czW4h6RlWmvg,779
|
934
|
+
paddlex/modules/video_classification/evaluator.py,sha256=vKP0oAVekWNIP7j0XKbx_nbzCPmGPPrUYkp4yQIusIQ,1644
|
935
|
+
paddlex/modules/video_classification/exportor.py,sha256=V8Lgt3JPmSOsGfouN2RlthyFzYyIBXvwWOeV9yQ4hIE,782
|
936
|
+
paddlex/modules/video_classification/model_list.py,sha256=oc4cq9Hweb-3lRw--NJMuIvO_D9CbTTv1RHTRFjhzYs,738
|
937
|
+
paddlex/modules/video_classification/trainer.py,sha256=Ci0ciVIhJHFEBVCdHfFZcRDHkvj4NRxS8ZSpuMI5q88,3686
|
938
|
+
paddlex/modules/video_classification/dataset_checker/__init__.py,sha256=dCBRqSn53BtjgKBkR-1i4LTzHInPIHl_kKAAP3qtXgQ,2842
|
939
|
+
paddlex/modules/video_classification/dataset_checker/dataset_src/__init__.py,sha256=96FTutWNDvku-5ZxTw8eT-gkZuMEMbOX0z3ebaZ-sIc,727
|
940
|
+
paddlex/modules/video_classification/dataset_checker/dataset_src/analyse_dataset.py,sha256=Kw9jBEn6510NsG2FOYM1DqXJntnfBKO17o67hD83194,3462
|
941
|
+
paddlex/modules/video_classification/dataset_checker/dataset_src/check_dataset.py,sha256=kRsO7itR0UmTfDAy08nCI_t0xoUc_T_8QoDO4fPBiD8,4491
|
942
|
+
paddlex/modules/video_classification/dataset_checker/dataset_src/split_dataset.py,sha256=a7xE1gC5Lwzmxa_8N64UabOKl18FiRyL5hNE8uwUCCI,2886
|
943
|
+
paddlex/modules/video_detection/__init__.py,sha256=BQqsxvL85NaOClwvOIq_681btrsnkx9MeqZogsSjci0,779
|
944
|
+
paddlex/modules/video_detection/evaluator.py,sha256=75EFN_MYprm_-9urSMnr73Xs_tCUL2zqcV3Brz1IClI,1504
|
945
|
+
paddlex/modules/video_detection/exportor.py,sha256=cZaTEwyScv_FP0wjEKcnsBdtcoVSrVRHff-wk9F6MU0,782
|
946
|
+
paddlex/modules/video_detection/model_list.py,sha256=pRzjeiRpi9LcBqUZ0B54UOU3FpZAxTNSkWwdlhOLlEg,628
|
947
|
+
paddlex/modules/video_detection/trainer.py,sha256=ORwQauyZnp0mBTBMMMthcDlD9HFUS_yzYkUa9qL68wc,3382
|
948
|
+
paddlex/modules/video_detection/dataset_checker/__init__.py,sha256=c5jNtdwElm97vpXNMMqAQTXyZh80kkOFg4PQgf1WOLk,2567
|
949
|
+
paddlex/modules/video_detection/dataset_checker/dataset_src/__init__.py,sha256=sJLqyXL-owy_gbtpQjEA2kceE6neSMJ0AIOylxApsLw,686
|
950
|
+
paddlex/modules/video_detection/dataset_checker/dataset_src/analyse_dataset.py,sha256=PIeAD38D_tgDSY12Q574iLdl6cBI_qhLPhvU-rUdqD8,3776
|
951
|
+
paddlex/modules/video_detection/dataset_checker/dataset_src/check_dataset.py,sha256=_rZDkMwn73J2oxzdWkh_cj6MUrWo7ziNYL49DdC5hW4,5316
|
952
|
+
paddlex/ops/__init__.py,sha256=NmH2yABtmleYUAkzI4-d3i5MKemyF0mIU7QW-MxEyvU,4607
|
953
|
+
paddlex/ops/setup.py,sha256=k7bXqdmK02lHKgq6c8dtMw8copz53lHSh7waH-Hyvew,1336
|
954
|
+
paddlex/ops/iou3d_nms/iou3d_cpu.cpp,sha256=AUhprzEQqdSqFWl5fhJ1jGKjE8WPh6RQksXzFDHIU7g,8415
|
955
|
+
paddlex/ops/iou3d_nms/iou3d_cpu.h,sha256=n47pTnTFyeb_A4gZaACHTkkaM4zcwvxJhvv1Vd6bJ-U,912
|
956
|
+
paddlex/ops/iou3d_nms/iou3d_nms.cpp,sha256=TMQlVxGRMaGRDaIMIHieAvCOonjMLN1mYvVc_kx8pm4,7631
|
957
|
+
paddlex/ops/iou3d_nms/iou3d_nms.h,sha256=khxhiebRzjWY3YQ8ORW0A9oCArTQyiA2sjDc73EgLkA,1317
|
958
|
+
paddlex/ops/iou3d_nms/iou3d_nms_api.cpp,sha256=mYkqYRO3giMTzR-kmpf2hU3KYPtD2POR-O542xLJlEg,3902
|
959
|
+
paddlex/ops/iou3d_nms/iou3d_nms_kernel.cu,sha256=YDsiFiYgkQMjoBsQPaNO2Hvdk-m7p8pbVHuCB1LYIXM,17401
|
960
|
+
paddlex/ops/voxel/voxelize_op.cc,sha256=bal88fmCVVPljBrhJ1RYc9aeht8KCH2awg3qwW9jRPA,7889
|
961
|
+
paddlex/ops/voxel/voxelize_op.cu,sha256=EC5HZhW65Va7g8LDui36PCk8xm8YTjBUfmd4-lLRcEQ,14158
|
962
|
+
paddlex/repo_apis/__init__.py,sha256=lEGWWikF7G1wkk5M--CU2QxJaqbTdD__ML8ZJiKyVI4,609
|
963
|
+
paddlex/repo_apis/Paddle3D_api/__init__.py,sha256=CNgSV4Wm-BEMayCnlyFCkqwfbHVqQee8sRQ1lyXqtcI,737
|
964
|
+
paddlex/repo_apis/Paddle3D_api/pp3d_config.py,sha256=H4XXkN4Rl12ehrazfZl8HW_SdPz1JazgYbXnKPa2UbI,5179
|
965
|
+
paddlex/repo_apis/Paddle3D_api/bev_fusion/__init__.py,sha256=GjNtmTbKpQ1I1QgLMjX7wIJxRDoBnoccsx6pydhbRg4,704
|
966
|
+
paddlex/repo_apis/Paddle3D_api/bev_fusion/config.py,sha256=JaG5K1UAifGsUJP9pJjVzAKLhWUyM4zJtd70ODI3esE,4715
|
967
|
+
paddlex/repo_apis/Paddle3D_api/bev_fusion/model.py,sha256=UnXJurDNLIHtNduO1IGfGAumy4YKidAC19mr2ix7Qho,8774
|
968
|
+
paddlex/repo_apis/Paddle3D_api/bev_fusion/register.py,sha256=qm1l6LHrtYTg6wpZc8Zl32C6n1qUxCjAoyhHna8lyDY,1871
|
969
|
+
paddlex/repo_apis/Paddle3D_api/bev_fusion/runner.py,sha256=rQja2WOxAirwdzh0fmLfKPlu5ngB7fjSrV7IYCiOCdY,3536
|
970
|
+
paddlex/repo_apis/PaddleClas_api/__init__.py,sha256=X0TVcUpJlq_AL4hfDumtv_uQNKM74Xt_9UOWetyenF8,721
|
971
|
+
paddlex/repo_apis/PaddleClas_api/cls/__init__.py,sha256=eIdSpXUxY9lbft8RKclk376Sm06SL2wBBHhTtdmICHs,722
|
972
|
+
paddlex/repo_apis/PaddleClas_api/cls/config.py,sha256=D9SMOEq-UH57lD0Ru3Uc0RNmm7Xa9JAmJ13HB59AFoo,20376
|
973
|
+
paddlex/repo_apis/PaddleClas_api/cls/model.py,sha256=6t2pNFzAW4_a7ASKNPdqUwf-ssXrbXFjB_pVDOjqm3c,14450
|
974
|
+
paddlex/repo_apis/PaddleClas_api/cls/register.py,sha256=Hz0Dfxc6iUqbZaL3TVfZ6BaTjKy8Tp_Tgi5Qi3hwjj0,26019
|
975
|
+
paddlex/repo_apis/PaddleClas_api/cls/runner.py,sha256=ZNEZ51pzte3GCLL5oHKtFEaov-TwecuiWJmJ8doUwbI,7400
|
976
|
+
paddlex/repo_apis/PaddleClas_api/shitu_rec/__init__.py,sha256=nn1qwVV6ccGkPWWf6Xi5yQWx3hMYyYIqRzmgTK2lWJM,702
|
977
|
+
paddlex/repo_apis/PaddleClas_api/shitu_rec/config.py,sha256=snoeE_Xr7Dg41fq7D_1qqsrLEqE05XjB5Hd5_NzF1bI,5390
|
978
|
+
paddlex/repo_apis/PaddleClas_api/shitu_rec/model.py,sha256=XP-dlNuGTwI3TsNt26iRHaQLRMUxWxB-IKXrjmavGd0,705
|
979
|
+
paddlex/repo_apis/PaddleClas_api/shitu_rec/register.py,sha256=FyDI5PlYdMONRg0MeNphzjixuFX5fvMhAtG2jAEw3_Y,2293
|
980
|
+
paddlex/repo_apis/PaddleClas_api/shitu_rec/runner.py,sha256=OpjNxst3f9Q0gYVyN4Qmd-1L01P_50uOiqCKTEnN4Es,1619
|
981
|
+
paddlex/repo_apis/PaddleDetection_api/__init__.py,sha256=nz0LmGflO85zJ38TadpEbwJEhvjlhbiQ3N0HZJph018,737
|
982
|
+
paddlex/repo_apis/PaddleDetection_api/config_helper.py,sha256=PaEDOES8tJNoSFUmHpk5OaTB0ab-lErGE9TbsWKUa48,9359
|
983
|
+
paddlex/repo_apis/PaddleDetection_api/instance_seg/__init__.py,sha256=pkhp0_V6Xj03aBWPzfQFPdKqcjo03FR9_YP5cBccksE,708
|
984
|
+
paddlex/repo_apis/PaddleDetection_api/instance_seg/config.py,sha256=X0B7XThAs4vGBq2TQroxXUwqUWYTIymsOTAi_3uF3Tk,15348
|
985
|
+
paddlex/repo_apis/PaddleDetection_api/instance_seg/model.py,sha256=WJ4fkOn5qgqZWQu-jUOmqa3u-BhCJzBj26cPJxS5qJE,16349
|
986
|
+
paddlex/repo_apis/PaddleDetection_api/instance_seg/register.py,sha256=05aUjcij59gi29JYNmbo3sHyhZjnjA6klR8KqrHT0Dw,8560
|
987
|
+
paddlex/repo_apis/PaddleDetection_api/instance_seg/runner.py,sha256=eRGSPSu9_J8vrOoVkRM4-CYQ7-_qZC0msS33SBWEZNg,7559
|
988
|
+
paddlex/repo_apis/PaddleDetection_api/object_det/__init__.py,sha256=xMiqXOspalcXIFt1aVVWXt6xJJEmEMkiECvQ8yteDVA,745
|
989
|
+
paddlex/repo_apis/PaddleDetection_api/object_det/config.py,sha256=YLSKAUJODaTNB7DIgQP6TPsP0HwNBOFrp2NGAl-KksY,18598
|
990
|
+
paddlex/repo_apis/PaddleDetection_api/object_det/model.py,sha256=MDY31r7lBmctFeSDE3eyEQNnEYyRISiOGeB2v5x1_LU,17601
|
991
|
+
paddlex/repo_apis/PaddleDetection_api/object_det/official_categories.py,sha256=3GjBjO2R5CA4ni9Mz7R2u0UjI_wFvtPg3UPYCSfhk_M,9132
|
992
|
+
paddlex/repo_apis/PaddleDetection_api/object_det/register.py,sha256=9EgLJKqzJJOo1YE4Oclnl5b4a-R-69_aR4YjTD-vFQI,35351
|
993
|
+
paddlex/repo_apis/PaddleDetection_api/object_det/runner.py,sha256=8VGt2EG40PTatYLrKa4KJvpJSTPfpJ01JMItVOpxQCI,7543
|
994
|
+
paddlex/repo_apis/PaddleNLP_api/__init__.py,sha256=lEGWWikF7G1wkk5M--CU2QxJaqbTdD__ML8ZJiKyVI4,609
|
995
|
+
paddlex/repo_apis/PaddleOCR_api/__init__.py,sha256=qzAJeQjKkW4ErZcQKYyld04eHDvMOntuK90y_2Kmsh0,783
|
996
|
+
paddlex/repo_apis/PaddleOCR_api/config_utils.py,sha256=fGh_tFyUH2hsdmJxNekBP0GkZO63jlePjOMLMpAlD-s,1982
|
997
|
+
paddlex/repo_apis/PaddleOCR_api/formula_rec/__init__.py,sha256=_-25ho8_rO0uQjBBONjJzf8cxCQPX99IZi-c2fFYOwo,634
|
998
|
+
paddlex/repo_apis/PaddleOCR_api/formula_rec/config.py,sha256=CmxVY-nhO58f9V-xfIvMD_B8C0GUouQgDOpblp9-P2k,19176
|
999
|
+
paddlex/repo_apis/PaddleOCR_api/formula_rec/model.py,sha256=JtcvEezQnGdZh5efJg2aTBp_4HXqbKWOFhZyeTzCC4Q,14220
|
1000
|
+
paddlex/repo_apis/PaddleOCR_api/formula_rec/register.py,sha256=3ukG8xGVf-rSkNtWx3sYQPYO-5A49iSjH21VUl5iXUs,3021
|
1001
|
+
paddlex/repo_apis/PaddleOCR_api/formula_rec/runner.py,sha256=yY4gyS1jqYpWVQSVuZ93TOd5bPkyoKw_rQaItMAUlvw,8303
|
1002
|
+
paddlex/repo_apis/PaddleOCR_api/table_rec/__init__.py,sha256=_-25ho8_rO0uQjBBONjJzf8cxCQPX99IZi-c2fFYOwo,634
|
1003
|
+
paddlex/repo_apis/PaddleOCR_api/table_rec/config.py,sha256=_P3wEEBtoURUqhSSqCLy_yJz85YiTSuEvkW4btmJd0E,2335
|
1004
|
+
paddlex/repo_apis/PaddleOCR_api/table_rec/model.py,sha256=iuz4-Bz4PxggrjE_dY2iqZAXIwCQYs4WILVYQrSeerE,4423
|
1005
|
+
paddlex/repo_apis/PaddleOCR_api/table_rec/register.py,sha256=hk4TlGOUDM9NjN-F4S2_Yjgbp9Ei3NsgP6KXI9R-wXY,2139
|
1006
|
+
paddlex/repo_apis/PaddleOCR_api/table_rec/runner.py,sha256=U00oZuPjQNvTQPg9ZnaOVeR2-vGGSE2n0UF6OWgb7tU,1938
|
1007
|
+
paddlex/repo_apis/PaddleOCR_api/text_det/__init__.py,sha256=_-25ho8_rO0uQjBBONjJzf8cxCQPX99IZi-c2fFYOwo,634
|
1008
|
+
paddlex/repo_apis/PaddleOCR_api/text_det/config.py,sha256=CZpTUuwQRZTrp48BVNUhaSvH0-4Q3fffAdE8Eqgz8NM,2157
|
1009
|
+
paddlex/repo_apis/PaddleOCR_api/text_det/model.py,sha256=iCyRnSPBWvfTsHqtPCam9QTSBmLo6pjmK3smzjEn8KU,2565
|
1010
|
+
paddlex/repo_apis/PaddleOCR_api/text_det/register.py,sha256=d2fdSfyhWRYj26qn1q3MW7mZSsH_JDbgJx8sASCzbJY,3296
|
1011
|
+
paddlex/repo_apis/PaddleOCR_api/text_det/runner.py,sha256=eyQWbTiA8J2vojVSqILyvIIJh2T6qgPGXWh4lc62gc8,2005
|
1012
|
+
paddlex/repo_apis/PaddleOCR_api/text_rec/__init__.py,sha256=_-25ho8_rO0uQjBBONjJzf8cxCQPX99IZi-c2fFYOwo,634
|
1013
|
+
paddlex/repo_apis/PaddleOCR_api/text_rec/config.py,sha256=LLk6Pr7MPOQIOSC15sUkdNRJ7PN1Dom_sn8iEJEs7C4,19338
|
1014
|
+
paddlex/repo_apis/PaddleOCR_api/text_rec/model.py,sha256=sXlVD-p-pRFd2auCzpqV2PJO3rFOSBiCCXruRqhIBrA,14214
|
1015
|
+
paddlex/repo_apis/PaddleOCR_api/text_rec/register.py,sha256=GTysrnCjbJ1hKOOXvofKi_nbN5JRiVkcrIPo01FF__A,6436
|
1016
|
+
paddlex/repo_apis/PaddleOCR_api/text_rec/runner.py,sha256=n7irgiPmLRQCa-m0RT9GCiH2hsjTs_vKHM6fZPosd6Q,8297
|
1017
|
+
paddlex/repo_apis/PaddleSeg_api/__init__.py,sha256=DpeE4i2hFC3AFtngLAIYb6yxJKJ1yxL_YLaC234zEGI,637
|
1018
|
+
paddlex/repo_apis/PaddleSeg_api/base_seg_config.py,sha256=_ryWxmTRtOeCbY2l3Hmd10aTn4PPlJ-dlCkkkmYrhZ0,4634
|
1019
|
+
paddlex/repo_apis/PaddleSeg_api/seg/__init__.py,sha256=_-25ho8_rO0uQjBBONjJzf8cxCQPX99IZi-c2fFYOwo,634
|
1020
|
+
paddlex/repo_apis/PaddleSeg_api/seg/config.py,sha256=PmVVmqj6Cuhv1HMCJCzVjVG5EjjIa6Dza-L_lQjA7i0,6261
|
1021
|
+
paddlex/repo_apis/PaddleSeg_api/seg/model.py,sha256=hR6X6MuOILdSxgywpMDriNzFK0thgDf4efkp5v1dS9s,19274
|
1022
|
+
paddlex/repo_apis/PaddleSeg_api/seg/register.py,sha256=Yr--CZpsKwCwcnTfnq1q6EAEUpa_Wrum11YP7XlPhpA,7762
|
1023
|
+
paddlex/repo_apis/PaddleSeg_api/seg/runner.py,sha256=eF2UOuwZAHUjfJBrwZp4mBhJ0hhZDOf_dYoEBhr-bEs,8776
|
1024
|
+
paddlex/repo_apis/PaddleTS_api/__init__.py,sha256=c66y2HfMbBzp_xSkwA3LZ06NkRVW0PhuF-OdZJ6Zp6k,726
|
1025
|
+
paddlex/repo_apis/PaddleTS_api/ts_ad/__init__.py,sha256=_-25ho8_rO0uQjBBONjJzf8cxCQPX99IZi-c2fFYOwo,634
|
1026
|
+
paddlex/repo_apis/PaddleTS_api/ts_ad/config.py,sha256=QRjvM2q1BcpS39_e0SFX2atUESDboHikiPEMBPR9np0,2802
|
1027
|
+
paddlex/repo_apis/PaddleTS_api/ts_ad/register.py,sha256=QZKCJJ5a4pbVtBDYkJA2mTm7Y8LGJrteIsHeK5M7qaQ,4998
|
1028
|
+
paddlex/repo_apis/PaddleTS_api/ts_ad/runner.py,sha256=fa9a35y2cyt0dOA6UNXrBk4GNVAol-NazEBGzWt51LY,5383
|
1029
|
+
paddlex/repo_apis/PaddleTS_api/ts_base/__init__.py,sha256=lEGWWikF7G1wkk5M--CU2QxJaqbTdD__ML8ZJiKyVI4,609
|
1030
|
+
paddlex/repo_apis/PaddleTS_api/ts_base/config.py,sha256=xZnBPDKuDJcCW28nzkOeIuPJ736KoW58vpuXo3sonMk,8028
|
1031
|
+
paddlex/repo_apis/PaddleTS_api/ts_base/model.py,sha256=UUnmICkPnWl38Z-9HcZ6wRnyGCDeLnIX9lPQh3OrkrQ,10449
|
1032
|
+
paddlex/repo_apis/PaddleTS_api/ts_base/runner.py,sha256=AWWHQx-qrlIJjsguEDJ4GPgiFG-DireoP-X4A2SwhgE,5309
|
1033
|
+
paddlex/repo_apis/PaddleTS_api/ts_cls/__init__.py,sha256=_-25ho8_rO0uQjBBONjJzf8cxCQPX99IZi-c2fFYOwo,634
|
1034
|
+
paddlex/repo_apis/PaddleTS_api/ts_cls/config.py,sha256=yfVg3nJOI_CEpJK4aUs6IgGlVgW_mMg6MEdDCnqOwtg,2343
|
1035
|
+
paddlex/repo_apis/PaddleTS_api/ts_cls/register.py,sha256=X1RrnYkriKmZeB6s6DKUK2OerIj4cfrqTnIRgOjYwnU,1992
|
1036
|
+
paddlex/repo_apis/PaddleTS_api/ts_cls/runner.py,sha256=Ygv2oO0ihGcwNdFpDn7Tq6vXObkNF0yp4VEDApUsRAg,5306
|
1037
|
+
paddlex/repo_apis/PaddleTS_api/ts_fc/__init__.py,sha256=_-25ho8_rO0uQjBBONjJzf8cxCQPX99IZi-c2fFYOwo,634
|
1038
|
+
paddlex/repo_apis/PaddleTS_api/ts_fc/config.py,sha256=cb7BaF52G2g9Fw5YVeytXrDam-8QaV4tKtCd7FmZEag,4336
|
1039
|
+
paddlex/repo_apis/PaddleTS_api/ts_fc/register.py,sha256=Q-mfHPumMT-hpOsVozHy2oTQ0X1pGbq670m76LDO6DU,6323
|
1040
|
+
paddlex/repo_apis/PaddleVideo_api/__init__.py,sha256=ltAKRzWHMZbUcvYGzAvEr68X3ZDwA4fSJC8GszfqElI,737
|
1041
|
+
paddlex/repo_apis/PaddleVideo_api/config_utils.py,sha256=F-dV79B2qOCphwADu6A_1BflYbJajPpiZn_7drkHyRM,1734
|
1042
|
+
paddlex/repo_apis/PaddleVideo_api/video_cls/__init__.py,sha256=dukU3_7HpN_3CsTH33PwQckmknpg7XUE6s2hz4_-tIk,737
|
1043
|
+
paddlex/repo_apis/PaddleVideo_api/video_cls/config.py,sha256=NEyk7QXKgHs3IXrKzYZuamleWfxbHSmYH0ifZLJUvEk,18036
|
1044
|
+
paddlex/repo_apis/PaddleVideo_api/video_cls/model.py,sha256=o5piktHmsIYjTc5dP0azeNmbzOK6atuk0U3nNqUzu2g,13983
|
1045
|
+
paddlex/repo_apis/PaddleVideo_api/video_cls/register.py,sha256=NPQJ6nHg6gB0OH8L1ca-8NIQliQW1RIiAhqpkpMdfwM,2331
|
1046
|
+
paddlex/repo_apis/PaddleVideo_api/video_cls/runner.py,sha256=paQvrVHg4Uvbgv48_vljUwh8CZDxw9NnAUtfXjE65RE,6788
|
1047
|
+
paddlex/repo_apis/PaddleVideo_api/video_det/__init__.py,sha256=KYHXWC1Rv2I_jrBnEnD9t1p6sbfOuRD1aLV-VAj8eJw,737
|
1048
|
+
paddlex/repo_apis/PaddleVideo_api/video_det/config.py,sha256=arZf9Wb8hq2QuAgAr2hIseNweDubA2JM9Qrgchkf3Us,18075
|
1049
|
+
paddlex/repo_apis/PaddleVideo_api/video_det/model.py,sha256=GJBcEcDAGYxWHNVNTghGy-OkIWur8RH5fsGgaQw55Wc,11906
|
1050
|
+
paddlex/repo_apis/PaddleVideo_api/video_det/register.py,sha256=EuRXQjbY9H16MWaw-vR3b9IQXwfb7psX1PPmOqyYKFE,1473
|
1051
|
+
paddlex/repo_apis/PaddleVideo_api/video_det/runner.py,sha256=taT730ZYVioJSI-EiEEei8DPvUsw3YDmW3FsrljXCYk,6661
|
1052
|
+
paddlex/repo_apis/base/__init__.py,sha256=s2il5LQ3eNlh9JRjznDojDRMYz2AbUTDEYzEIdiPiLI,817
|
1053
|
+
paddlex/repo_apis/base/config.py,sha256=Cv7gRIgVcL3WEaoUcJXFbuv9i1JNgDEyq4xDhSvEdsc,6903
|
1054
|
+
paddlex/repo_apis/base/model.py,sha256=OXI2XIodMMtcRL6cF2F8WY1S0Ph5Kz6LBYHsJXn77LQ,21329
|
1055
|
+
paddlex/repo_apis/base/register.py,sha256=McsvpydlDjz08XTabLSyS-sbXQl7RnEOL3-1nG4KWFw,4176
|
1056
|
+
paddlex/repo_apis/base/runner.py,sha256=YsK3bG3MyHgsXhI7QrAeDZP_tJE_c2mVZljofN4tUI4,13891
|
1057
|
+
paddlex/repo_apis/base/utils/__init__.py,sha256=lEGWWikF7G1wkk5M--CU2QxJaqbTdD__ML8ZJiKyVI4,609
|
1058
|
+
paddlex/repo_apis/base/utils/arg.py,sha256=5ys3bQQM8SerntsUyjs9a2kJFh_q8iUDvKNvl0buc8o,1826
|
1059
|
+
paddlex/repo_apis/base/utils/subprocess.py,sha256=_okQOuvvanAwDn-i8uPWb0RWwRK2No6EM1eRsPSY-Ss,3199
|
1060
|
+
paddlex/repo_manager/__init__.py,sha256=ZlHiGf_IbfSKhM91bgO0AilkIKdUs-twStzXeMyez4M,763
|
1061
|
+
paddlex/repo_manager/core.py,sha256=D5CggbjpJpgmSaMIdfF8z6LDJeM2G1J0JTdY3_6JMkY,8160
|
1062
|
+
paddlex/repo_manager/meta.py,sha256=T0wCiItQCphSmow-sjxAoAniTs-6zZj5yqIRGOIQzFg,5695
|
1063
|
+
paddlex/repo_manager/repo.py,sha256=dOp3YeUYz3GTNrKX9X5b1zcIlnfMvgXg7QJslBoOy6g,16016
|
1064
|
+
paddlex/repo_manager/utils.py,sha256=H33cKaFjU4Un6a9-gwzfznNdKVTLmLp9wEloog18AP0,4803
|
1065
|
+
paddlex/utils/__init__.py,sha256=lEGWWikF7G1wkk5M--CU2QxJaqbTdD__ML8ZJiKyVI4,609
|
1066
|
+
paddlex/utils/cache.py,sha256=xcdPyZKcL6SQvtz0Sk66FpQWhjLW7QqSdU44ocme0zE,4778
|
1067
|
+
paddlex/utils/config.py,sha256=mMP-WHMBB98hW-paFSc8vDnR7h87UpAe6X34W6ggIlQ,6255
|
1068
|
+
paddlex/utils/custom_device_list.py,sha256=_9t81bfHijsjpk23_anibl8r484iYdhENsdETg0obj0,7216
|
1069
|
+
paddlex/utils/deps.py,sha256=ZkvhsA2BHtyXmkjYmZJ2IFGJ5FZ4Fp9BK4Xwu6Hmv7o,7907
|
1070
|
+
paddlex/utils/device.py,sha256=HUYX4Wll4udd7w807O50uxVtKpc0ATBzlxlbzCv47ME,6522
|
1071
|
+
paddlex/utils/download.py,sha256=CC7TTOaOFXfcWCAg6CRJ-ECMIF9QVuvWFCOe39X2dhM,6402
|
1072
|
+
paddlex/utils/env.py,sha256=CiblbBtIHDS7v2ETkKw1OKUNNLxrPEbjx7pGw1_2qiQ,1512
|
1073
|
+
paddlex/utils/file_interface.py,sha256=KfMl_NQIpRGxBL9bRd54OK60RkSesDBQFeMftdDlVt8,6523
|
1074
|
+
paddlex/utils/flags.py,sha256=QAVfMX4W6H5HDrzcj9OghqJkOtN4PuJZtVedbOxAklw,2533
|
1075
|
+
paddlex/utils/func_register.py,sha256=XEMaJ_ttfLp8Tos3vb1HH5cdsQX7uGiZ77W0t9tWHuE,1355
|
1076
|
+
paddlex/utils/install.py,sha256=C8GMNv7YLoTi6MdOl1B1ojlsWOQFxX8piuIO-5Hkg8c,2507
|
1077
|
+
paddlex/utils/interactive_get_pipeline.py,sha256=J0RIY_gry2J9s_c1-vF5oN49gDzjLnxtJhtLJMp1u7I,1916
|
1078
|
+
paddlex/utils/lazy_loader.py,sha256=6TrRlNUtDWKrw-I50D-_GdoflRZWQljULnGGBCq12BE,2341
|
1079
|
+
paddlex/utils/logging.py,sha256=up6qyU-pgjISPTInsm5P5vnr45-4n3xK97r1Ad6nTKA,4847
|
1080
|
+
paddlex/utils/misc.py,sha256=XzpCR5MF270dHVtllyrieBQ3RPAxh_sWsDY8Hqu_Tpc,5864
|
1081
|
+
paddlex/utils/pipeline_arguments.py,sha256=h3MEAK8cBGf3LBA3m6NFDJov87M2Ad7tJAKzYduWsso,23708
|
1082
|
+
paddlex/utils/result_saver.py,sha256=slcYMg1ImdX58106DRq8DhLa8XqxQnnPZvxJhtcv5WM,1980
|
1083
|
+
paddlex/utils/subclass_register.py,sha256=93cqmNtGHkqJqvXQDCoaVmoVjppG10ZPBJgipko3_9I,3386
|
1084
|
+
paddlex/utils/errors/__init__.py,sha256=1ooQ6m7PWkmniQbq4xVMVubjBKlMbZzoIvoPlKBoBgI,664
|
1085
|
+
paddlex/utils/errors/dataset_checker.py,sha256=hnLeqMyMLuQQVWhHsfakpcZAN4Tu2ULaqtlQ9BzC1pI,2200
|
1086
|
+
paddlex/utils/errors/others.py,sha256=5RwDvxq4_K4UHMFRldrbwoDMnW8mW2KATinIwac7v-4,4303
|
1087
|
+
paddlex/utils/fonts/__init__.py,sha256=DuwadlxN9t5vqyGVUfcwxJN222_TNFgnNC2CWCmZ0Bk,3263
|
1088
|
+
paddlex-3.0.0.dist-info/licenses/LICENSE,sha256=rMw2yBesXt5HPQVzLhSvwRy25V71kZvIJrZT9jEWUEM,11325
|
1089
|
+
paddlex-3.0.0.dist-info/METADATA,sha256=Te4E8V13O5GrNzD1Bbz7oCNbQQJbDX94zSv_rgEjUlE,73291
|
1090
|
+
paddlex-3.0.0.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
1091
|
+
paddlex-3.0.0.dist-info/entry_points.txt,sha256=rTKXuuCwUUNjzEG9fG9JF1JFAHAD05PksWevGuRxYoM,59
|
1092
|
+
paddlex-3.0.0.dist-info/top_level.txt,sha256=KWSxMIrEchP3dxsAjzSRR-jmnjW0YGHECxG9OA5YB_g,8
|
1093
|
+
paddlex-3.0.0.dist-info/RECORD,,
|