github下载ocr模型 windows直接解压出问题

下载链接:https://github.com/PaddlePaddle/PaddleOCR/blob/develop/doc/doc_ch/quickstart.md

正常解压成功是下面结构:

|-inference
    |-ch_ppocr_mobile_v1.1_det_infer
        |- model
        |- params
    |-ch_ppocr_mobile_v1.1_rec_infer
        |- model
        |- params
    |-ch_ppocr_mobile-v1.1_cls_infer
        |- model
        |- params
    ...

我是直接下载然后用360解压,也试过7z解压,还是出现下面这种情况,没有 modelparams

在paddlepaddle交流群中大佬推荐了用 git 去解压

成功了:

原文地址:https://www.cnblogs.com/aze999/p/13753339.html