Zheng-Bicheng
8c3ccc2cc2
[Hackathon 182 Model] Update PPOCRV3 For RKNPU2 ( #1403 )
...
* update ppocrv3 for rknpu2
* add config
* add config
* detele unuseful
* update useful results
* Repair note
* Repair note
* fixed bugs
* update
2023-02-27 15:01:17 +08:00
huangjianhui
6c4a08e416
[Other] PPOCR models support model clone function ( #1072 )
...
* Refactor PaddleSeg with preprocessor && postprocessor
* Fix bugs
* Delete redundancy code
* Modify by comments
* Refactor according to comments
* Add batch evaluation
* Add single test script
* Add ppliteseg single test script && fix eval(raise) error
* fix bug
* Fix evaluation segmentation.py batch predict
* Fix segmentation evaluation bug
* Fix evaluation segmentation bugs
* Update segmentation result docs
* Update old predict api and DisableNormalizeAndPermute
* Update resize segmentation label map with cv::INTER_NEAREST
* Add Model Clone function for PaddleClas && PaddleDet && PaddleSeg
* Add multi thread demo
* Add python model clone function
* Add multi thread python && C++ example
* Fix bug
* Update python && cpp multi_thread examples
* Add cpp && python directory
* Add README.md for examples
* Delete redundant code
* Create README_CN.md
* Rename README_CN.md to README.md
* Update README.md
* Update README.md
* Update VERSION_NUMBER
* Update requirements.txt
* Update README.md
* update version in doc:
* [Serving]Update Dockerfile (#1037 )
Update Dockerfile
* Add license notice for RVM onnx model file (#1060 )
* [Model] Add GPL-3.0 license (#1065 )
Add GPL-3.0 license
* PPOCR model support model clone
* Update README.md
* Update PPOCRv2 && PPOCRv3 clone code
* Update PPOCR python __init__
* Add multi thread ocr example code
* Update README.md
* Update README.md
* Update ResNet50_vd_infer multi process code
* Add PPOCR multi process && thread example
* Update README.md
* Update README.md
* Update multi-thread docs
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: leiqing <54695910+leiqing1@users.noreply.github.com >
Co-authored-by: heliqi <1101791222@qq.com >
Co-authored-by: WJJ1995 <wjjisloser@163.com >
2023-01-17 15:16:41 +08:00
Dantès
de70e8366c
add ocr, ppyoloe, picodet examples ( #1076 )
...
* add ocr examples
* add ppyoloe examples
add picodet examples
* remove /ScaleFactor in ppdet/postprocessor.cc
2023-01-10 16:34:26 +08:00
yeliang2258
45865c8724
[Other] Change all XPU to KunlunXin ( #973 )
...
* [FlyCV] Bump up FlyCV -> official release 1.0.0
* XPU to KunlunXin
* update
* update model link
* update doc
* update device
* update code
* useless code
Co-authored-by: DefTruth <qiustudent_r@163.com >
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2022-12-27 10:02:02 +08:00
yeliang2258
7b15f72516
[Backend] Add OCR、Seg、 KeypointDetection、Matting、 ernie-3.0 and adaface models for XPU Deploy ( #960 )
...
* [FlyCV] Bump up FlyCV -> official release 1.0.0
* add seg models for XPU
* add ocr model for XPU
* add matting
* add matting python
* fix infer.cc
* add keypointdetection support for XPU
* Add adaface support for XPU
* add ernie-3.0
* fix doc
Co-authored-by: DefTruth <qiustudent_r@163.com >
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2022-12-26 15:02:58 +08:00
yunyaoXYY
d45382e3cc
[Backend] Add Huawei Ascend NPU deploy using PaddleLite CANN. ( #757 )
...
* Add Huawei Ascend NPU deploy through PaddleLite CANN
* Add NNAdapter interface for paddlelite
* Modify Huawei Ascend Cmake
* Update way for compiling Huawei Ascend NPU deployment
* remove UseLiteBackend in UseCANN
* Support compile python whlee
* Change names of nnadapter API
* Add nnadapter pybind and remove useless API
* Support Python deployment on Huawei Ascend NPU
* Add models suppor for ascend
* Add PPOCR rec reszie for ascend
* fix conflict for ascend
* Rename CANN to Ascend
* Rename CANN to Ascend
* Improve ascend
* fix ascend bug
* improve ascend docs
* improve ascend docs
* improve ascend docs
* Improve Ascend
* Improve Ascend
* Move ascend python demo
* Imporve ascend
* Improve ascend
* Improve ascend
* Improve ascend
* Improve ascend
* Imporve ascend
* Imporve ascend
* Improve ascend
2022-12-26 10:18:34 +08:00
MistEO
22325d23ed
[Other] Add const modifier to some OCR interface parameters ( #836 )
...
* [Other] Add const modifier to some OCR interface parameters
* [Other] Add a Predict interface to PPOCR with const parameters
For interface compatibility, I chose to add rather than modify
2022-12-09 09:20:55 +08:00
Thomas Young
5df62485c3
[Bug Fix] add ocr new feature and fix codestyle ( #764 )
...
* fix ocr bug and add new feature
* fix bug
* fix bug
* fix bug
* fix bug
* fix bug
* fix bug
* add property
* add test
* fix code style
* fix bug
* fix bug
* fix bug
* fix port
* fix ocr
* fix_ocr
* fix ocr
* fix ocr
* fix ocr
* fix ocr
* Update paddle2onnx.cmake
* Update paddle2onnx.cmake
* Update paddle2onnx.cmake
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: Jason <928090362@qq.com >
2022-12-07 19:31:54 +08:00
Thomas Young
143506b654
[Model] change ocr pre and post ( #568 )
...
* change ocr pre and post
* add pybind
* change ocr
* fix bug
* fix bug
* fix bug
* fix bug
* fix bug
* fix bug
* fix copy bug
* fix code style
* fix bug
* add new function
* fix windows ci bug
2022-11-18 13:17:42 +08:00
DefTruth
a51e5a6e55
[Android] Add android aar package ( #416 )
...
* [Android] Add Android build docs and demo (#26 )
* [Backend] Add override flag to lite backend
* [Docs] Add Android C++ SDK build docs
* [Doc] fix android_build_docs typos
* Update CMakeLists.txt
* Update android.md
* [Doc] Add PicoDet Android demo docs
* [Doc] Update PicoDet Andorid demo docs
* [Doc] Update PaddleClasModel Android demo docs
* [Doc] Update fastdeploy android jni docs
* [Doc] Update fastdeploy android jni usage docs
* [Android] init fastdeploy android jar package
* [Backend] support int8 option for lite backend
* [Model] add Backend::Lite to paddle model
* [Backend] use CopyFromCpu for lite backend.
* [Android] package jni srcs and java api into aar
* Update infer.cc
* Update infer.cc
* [Android] Update package build.gradle
* [Android] Update android app examples
* [Android] update android detection app
2022-10-26 17:01:14 +08:00
DefTruth
efa7411ebb
Delete redundant Chinese comments ( #275 )
2022-09-23 11:02:00 +08:00
yunyaoXYY
871bd92329
Add PaddleInference-GPU backend for OCR Rec model ( #271 )
...
* Add PaddleInference GPU backend for Rec model
* Improve the order of deafult backends
2022-09-22 19:27:25 +08:00
Jason
e227c5625e
Rename fastdeploy_runtime.h to runtime.h and Frontend to ModelFormat ( #263 )
...
rename frontend to model_format
2022-09-22 13:24:05 +08:00
Jason
addce837bc
Add paddlelite backend support ( #260 )
...
* Add paddlelite backend support
* Update CMakeLists.txt
* Update __init__.py
2022-09-21 13:22:34 +08:00
yunyaoXYY
d513c1ceb7
Add PaddleInference GPU backend for OCR-Rec model ( #258 )
...
* Add PaddleInference GPU backend for Rec model
* Improve the order of deafult backends
2022-09-20 15:44:32 +08:00
Jason
68523be411
Modify file structure to separate python and cpp code ( #223 )
...
Modify code structure
2022-09-14 15:44:13 +08:00