felixhjh
175c6b0f39
Add paddle serving README
2023-01-19 06:27:07 +00:00
felixhjh
7d145b5be3
Update paddleseg grpc client
2023-01-19 06:26:04 +00:00
felixhjh
9d30be35a4
Update triton serving runtime config.pbtxt
2023-01-19 03:37:14 +00:00
felixhjh
03fd1aa5cf
Add PaddleSeg triton serving client code
2023-01-18 13:25:00 +00:00
felixhjh
1a3d0f8621
Add PaddleSeg simple serving example
2023-01-18 13:23:50 +00:00
felixhjh
03cdc4cde3
PaddleSeg supports triton serving
2023-01-18 12:20:05 +00:00
CoolCola
5f8d9d2626
[Doc] add yolov7face example readme file ( #1075 )
...
* fit yolov7face file path
* TODO:添加yolov7facePython接口Predict
* resolve yolov7face.py
* resolve yolov7face.py
* resolve yolov7face.py
* add yolov7face example readme file
* [Doc] fix yolov7face example readme file
* [Doc]fix yolov7face example readme file
2023-01-17 19:19:44 +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
Zheng-Bicheng
f441ffe56b
[Model] Add YOLOV8 For RKNPU2 ( #1153 )
...
* 更新ppdet
* 更新ppdet
* 更新ppdet
* 更新ppdet
* 更新ppdet
* 新增ppdet_decode
* 更新多batch支持
* 更新多batch支持
* 更新多batch支持
* 更新注释内容
* 尝试解决pybind问题
* 尝试解决pybind的问题
* 尝试解决pybind的问题
* 重构代码
* 重构代码
* 重构代码
* 按照要求修改
* 更新Picodet文档
* 更新Picodet文档,更新yolov8文档
* 修改picodet 以及 yolov8 example
* 更新Picodet模型转换脚本
* 更新example代码
* 更新yolov8量化代码
* 修复部分bug
加入pybind
* 修复pybind
* 修复pybind错误的问题
* 更新说明文档
* 更新说明文档
2023-01-16 22:33:02 +08:00
Zheng-Bicheng
23dfcac891
[Model] Add DecodeProcess For PPDet ( #1127 )
...
* 更新ppdet
* 更新ppdet
* 更新ppdet
* 更新ppdet
* 更新ppdet
* 新增ppdet_decode
* 更新多batch支持
* 更新多batch支持
* 更新多batch支持
* 更新注释内容
* 尝试解决pybind问题
* 尝试解决pybind的问题
* 尝试解决pybind的问题
* 重构代码
* 重构代码
* 重构代码
* 按照要求修改
* 修复部分bug
加入pybind
* 修复pybind
* 修复pybind错误的问题
2023-01-16 18:42:41 +08:00
DefTruth
30def02a89
[YOLOv8] Add PaddleYOLOv8 models download links ( #1152 )
...
* [Model] Support PaddleYOLOv8 model
* [YOLOv8] Add PaddleYOLOv8 pybind
* [Other] update from latest develop (#30 )
* [Backend] Remove all lite options in RuntimeOption (#1109 )
* Remove all lite options in RuntimeOption
* Fix code error
* move pybind
* Fix build error
* [Backend] Add TensorRT FP16 support for AdaptivePool2d (#1116 )
* add fp16 cuda kernel
* fix code bug
* update code
* [Doc] Fix KunlunXin doc (#1139 )
fix kunlunxin doc
* [Model] Support PaddleYOLOv8 model (#1136 )
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
* [YOLOv8] add PaddleYOLOv8 pybind11 (#1144 ) (#31 )
* [Model] Support PaddleYOLOv8 model
* [YOLOv8] Add PaddleYOLOv8 pybind
* [Other] update from latest develop (#30 )
* [Backend] Remove all lite options in RuntimeOption (#1109 )
* Remove all lite options in RuntimeOption
* Fix code error
* move pybind
* Fix build error
* [Backend] Add TensorRT FP16 support for AdaptivePool2d (#1116 )
* add fp16 cuda kernel
* fix code bug
* update code
* [Doc] Fix KunlunXin doc (#1139 )
fix kunlunxin doc
* [Model] Support PaddleYOLOv8 model (#1136 )
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
* [benchmark] add PaddleYOLOv8 -> benchmark
* [benchmark] add PaddleYOLOv8 -> benchmark
* [Lite] Support PaddleYOLOv8 with Lite Backend
* [Pick] Update from latest develop (#32 )
* [Model] Support Insightface model inferenceing on RKNPU (#1113 )
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* Update issues.md
* Update fastdeploy_init.sh
* 更新交叉编译
* 更新insightface系列模型的rknpu2支持
* 更新insightface系列模型的rknpu2支持
* 更新说明文档
* 更新insightface
* 尝试解决pybind问题
Co-authored-by: Jason <928090362@qq.com >
Co-authored-by: Jason <jiangjiajun@baidu.com >
* [Other] Add Function For Aligning Face With Five Points (#1124 )
* 更新5点人脸对齐的代码
* 更新代码格式
* 解决comment
* update example
* 更新注释
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
* [Lite] Support PaddleYOLOv8 with Lite Backend (#1145 )
* [Model] Support PaddleYOLOv8 model
* [YOLOv8] Add PaddleYOLOv8 pybind
* [Other] update from latest develop (#30 )
* [Backend] Remove all lite options in RuntimeOption (#1109 )
* Remove all lite options in RuntimeOption
* Fix code error
* move pybind
* Fix build error
* [Backend] Add TensorRT FP16 support for AdaptivePool2d (#1116 )
* add fp16 cuda kernel
* fix code bug
* update code
* [Doc] Fix KunlunXin doc (#1139 )
fix kunlunxin doc
* [Model] Support PaddleYOLOv8 model (#1136 )
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
* [YOLOv8] add PaddleYOLOv8 pybind11 (#1144 ) (#31 )
* [Model] Support PaddleYOLOv8 model
* [YOLOv8] Add PaddleYOLOv8 pybind
* [Other] update from latest develop (#30 )
* [Backend] Remove all lite options in RuntimeOption (#1109 )
* Remove all lite options in RuntimeOption
* Fix code error
* move pybind
* Fix build error
* [Backend] Add TensorRT FP16 support for AdaptivePool2d (#1116 )
* add fp16 cuda kernel
* fix code bug
* update code
* [Doc] Fix KunlunXin doc (#1139 )
fix kunlunxin doc
* [Model] Support PaddleYOLOv8 model (#1136 )
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
* [benchmark] add PaddleYOLOv8 -> benchmark
* [benchmark] add PaddleYOLOv8 -> benchmark
* [Lite] Support PaddleYOLOv8 with Lite Backend
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
* [Model] Add Silero VAD example (#1107 )
* add vad example
* fix typo
* fix typo
* rename file
* remove model and wav
* delete Vad.cc
* delete Vad.h
* rename and format
* fix max and min
* update readme
* rename var
* format
* add params
* update readme
* update readme
* Update README.md
* Update README_CN.md
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
Co-authored-by: Zheng-Bicheng <58363586+Zheng-Bicheng@users.noreply.github.com >
Co-authored-by: Jason <928090362@qq.com >
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
Co-authored-by: Qianhe Chen <54462604+chenqianhe@users.noreply.github.com >
* [YOLOv8] Support PaddleYOLOv8 on Kunlunxin&Ascend
* [YOLOv8] Add PaddleYOLOv8 model download links
* [YOLOv8] Add PaddleYOLOv8 Box AP
Co-authored-by: Jason <jiangjiajun@baidu.com >
Co-authored-by: yeliang2258 <30516196+yeliang2258@users.noreply.github.com >
Co-authored-by: Zheng-Bicheng <58363586+Zheng-Bicheng@users.noreply.github.com >
Co-authored-by: Jason <928090362@qq.com >
Co-authored-by: Qianhe Chen <54462604+chenqianhe@users.noreply.github.com >
2023-01-16 13:15:24 +08:00
WJJ1995
02bd22422e
[Model] Support YOLOv8 ( #1137 )
...
* add GPL lisence
* add GPL-3.0 lisence
* add GPL-3.0 lisence
* add GPL-3.0 lisence
* support yolov8
* add pybind for yolov8
* add yolov8 readme
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2023-01-16 11:24:23 +08:00
Qianhe Chen
a4b94b2c93
[Model] Add Silero VAD example ( #1107 )
...
* add vad example
* fix typo
* fix typo
* rename file
* remove model and wav
* delete Vad.cc
* delete Vad.h
* rename and format
* fix max and min
* update readme
* rename var
* format
* add params
* update readme
* update readme
* Update README.md
* Update README_CN.md
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2023-01-15 14:42:01 +08:00
Zheng-Bicheng
c797d3114e
[Other] Add Function For Aligning Face With Five Points ( #1124 )
...
* 更新5点人脸对齐的代码
* 更新代码格式
* 解决comment
* update example
* 更新注释
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2023-01-14 20:41:36 +08:00
Zheng-Bicheng
1dabfdf3f1
[Model] Support Insightface model inferenceing on RKNPU ( #1113 )
...
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* 更新交叉编译
* Update issues.md
* Update fastdeploy_init.sh
* 更新交叉编译
* 更新insightface系列模型的rknpu2支持
* 更新insightface系列模型的rknpu2支持
* 更新说明文档
* 更新insightface
* 尝试解决pybind问题
Co-authored-by: Jason <928090362@qq.com >
Co-authored-by: Jason <jiangjiajun@baidu.com >
2023-01-14 20:40:33 +08:00
DefTruth
4e2102ada5
[Model] Support PaddleYOLOv8 model ( #1136 )
2023-01-13 20:15:48 +08:00
Jack Zhou
f861095a53
[Functions] Fix functions comments ( #1126 )
...
* fix functions comments
* Add paddle lite backend
2023-01-12 18:57:24 +08:00
WJJ1995
aa6931bee9
[Model] Add YOLOv5-seg ( #988 )
...
* add onnx_ort_runtime demo
* rm in requirements
* support batch eval
* fixed MattingResults bug
* move assignment for DetectionResult
* integrated x2paddle
* add model convert readme
* update readme
* re-lint
* add processor api
* Add MattingResult Free
* change valid_cpu_backends order
* add ppocr benchmark
* mv bs from 64 to 32
* fixed quantize.md
* fixed quantize bugs
* Add Monitor for benchmark
* update mem monitor
* Set trt_max_batch_size default 1
* fixed ocr benchmark bug
* support yolov5 in serving
* Fixed yolov5 serving
* Fixed postprocess
* update yolov5 to 7.0
* add poros runtime demos
* update readme
* Support poros abi=1
* rm useless note
* deal with comments
* support pp_trt for ppseg
* fixed symlink problem
* Add is_mini_pad and stride for yolov5
* Add yolo series for paddle format
* fixed bugs
* fixed bug
* support yolov5seg
* fixed bug
* refactor yolov5seg
* fixed bug
* mv Mask int32 to uint8
* add yolov5seg example
* rm log info
* fixed code style
* add yolov5seg example in python
* fixed dtype bug
* update note
* deal with comments
* get sorted index
* add yolov5seg test case
* Add GPL-3.0 License
* add round func
* deal with comments
* deal with commens
Co-authored-by: Jason <jiangjiajun@baidu.com >
2023-01-11 15:36:32 +08:00
Zheng-Bicheng
dd01b3ca0b
[Model] 更新SCRFD模型demo以及文档 ( #1108 )
...
* 更新scrfd
* 更新scrfd
2023-01-11 13:56:17 +08:00
chenjian
9d288962d8
[Other] make model name standard in serving code ( #1092 )
...
* make model name standard in serving code
* update doc
Co-authored-by: heliqi <1101791222@qq.com >
2023-01-11 11:18:31 +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
guxukai
1039540bbf
[Doc] add examples/vision/detection/fastestdet/README.md README_CN.md ( #1089 )
...
add README.md README_CN.md
2023-01-10 10:32:36 +08:00
charl-u
cbf88a46fa
[Doc]Update English version of some documents ( #1083 )
...
* 第一次提交
* 补充一处漏翻译
* deleted: docs/en/quantize.md
* Update one translation
* Update en version
* Update one translation in code
* Standardize one writing
* Standardize one writing
* Update some en version
* Fix a grammer problem
* Update en version for api/vision result
* Merge branch 'develop' of https://github.com/charl-u/FastDeploy into develop
* Checkout the link in README in vision_results/ to the en documents
* Modify a title
* Add link to serving/docs/
* Finish translation of demo.md
* Update english version of serving/docs/
* Update title of readme
* Update some links
* Modify a title
* Update some links
* Update en version of java android README
* Modify some titles
* Modify some titles
* Modify some titles
* modify article to document
* update some english version of documents in examples
* Add english version of documents in examples/visions
* Sync to current branch
* Add english version of documents in examples
* Add english version of documents in examples
* Add english version of documents in examples
* Update some documents in examples
* Update some documents in examples
* Update some documents in examples
* Update some documents in examples
* Update some documents in examples
* Update some documents in examples
* Update some documents in examples
* Update some documents in examples
* Update some documents in examples
2023-01-09 10:08:19 +08:00
HCQ14
61c2f87e0c
[Doc] Update English version of some documents ( #1084 )
...
* Create README_CN.md
* Update README.md
* Update README_CN.md
* Create README_CN.md
* Update README.md
* Create README_CN.md
* Update README.md
* Create README_CN.md
* Update README.md
* Create README_CN.md
* Update README.md
* Create README_CN.md
* Update README.md
* Create README_CN.md
* Update README.md
* Create README_CN.md
* Update README.md
* Update README.md
* Update README_CN.md
* Create README_CN.md
* Update README.md
* Update README.md
* Update and rename README_en.md to README_CN.md
* Update WebDemo.md
* Update and rename WebDemo_en.md to WebDemo_CN.md
* Update and rename DEVELOPMENT_cn.md to DEVELOPMENT_CN.md
* Update DEVELOPMENT_CN.md
* Update DEVELOPMENT.md
* Update RNN.md
* Update and rename RNN_EN.md to RNN_CN.md
* Update README.md
* Update and rename README_en.md to README_CN.md
* Update README.md
* Update and rename README_en.md to README_CN.md
* Update README.md
* Update README_cn.md
* Rename README_cn.md to README_CN.md
* Update README.md
* Update README_cn.md
* Rename README_cn.md to README_CN.md
* Update export.md
* Update and rename export_EN.md to export_CN.md
* Update README.md
* Update README.md
* Create README_CN.md
* Update README.md
* Update README.md
* Update kunlunxin.md
* Update classification_result.md
* Update classification_result_EN.md
* Rename classification_result_EN.md to classification_result_CN.md
* Update detection_result.md
* Update and rename detection_result_EN.md to detection_result_CN.md
* Update face_alignment_result.md
* Update and rename face_alignment_result_EN.md to face_alignment_result_CN.md
* Update face_detection_result.md
* Update and rename face_detection_result_EN.md to face_detection_result_CN.md
* Update face_recognition_result.md
* Update and rename face_recognition_result_EN.md to face_recognition_result_CN.md
* Update headpose_result.md
* Update and rename headpose_result_EN.md to headpose_result_CN.md
* Update keypointdetection_result.md
* Update and rename keypointdetection_result_EN.md to keypointdetection_result_CN.md
* Update matting_result.md
* Update and rename matting_result_EN.md to matting_result_CN.md
* Update mot_result.md
* Update and rename mot_result_EN.md to mot_result_CN.md
* Update ocr_result.md
* Update and rename ocr_result_EN.md to ocr_result_CN.md
* Update segmentation_result.md
* Update and rename segmentation_result_EN.md to segmentation_result_CN.md
* Update README.md
* Update README.md
* Update quantize.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
2023-01-06 18:01:34 +08:00
charl-u
1135d33dd7
[Doc]Add English version of documents in examples/ ( #1042 )
...
* 第一次提交
* 补充一处漏翻译
* deleted: docs/en/quantize.md
* Update one translation
* Update en version
* Update one translation in code
* Standardize one writing
* Standardize one writing
* Update some en version
* Fix a grammer problem
* Update en version for api/vision result
* Merge branch 'develop' of https://github.com/charl-u/FastDeploy into develop
* Checkout the link in README in vision_results/ to the en documents
* Modify a title
* Add link to serving/docs/
* Finish translation of demo.md
* Update english version of serving/docs/
* Update title of readme
* Update some links
* Modify a title
* Update some links
* Update en version of java android README
* Modify some titles
* Modify some titles
* Modify some titles
* modify article to document
* update some english version of documents in examples
* Add english version of documents in examples/visions
* Sync to current branch
* Add english version of documents in examples
2023-01-06 09:35:12 +08:00
Hu Chuqi
bb96a6fe8f
[Doc]Add English version of documents in examples ( #1070 )
...
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update README_EN.md
* Rename README_EN.md to README_CN.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update README_EN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update README_EN.md
* Rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update README.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README_CN.md
* Update README.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README.md
* Update and rename README_CN.md to README_EN.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update and rename README_EN.md to README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README_CN.md
* Update README.md
* Update export.md
* Create export_cn.md
* Update README.md
* Create README_CN.md
* Update README.md
* Create README_CN.md
2023-01-06 09:34:28 +08:00
WJJ1995
9437c82848
[Model] GPL-3.0 License ( #1062 )
...
* add GPL lisence
* add GPL-3.0 lisence
* add GPL-3.0 lisence
* add GPL-3.0 lisence
2023-01-05 13:24:24 +08:00
Jason
ebbe2e055c
Update README.md
2023-01-05 10:22:05 +08:00
Jason
3af011916b
Update README.md
2023-01-05 10:11:29 +08:00
Jason
2eaf615198
Update README.md
2023-01-05 10:11:07 +08:00
yunyaoXYY
d49160252b
[Other] Improve examples and readme for Ascend deployment ( #1052 )
...
* 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
* acc eval script
* acc eval
* remove acc_eval from branch huawei
* Add detection and segmentation examples for Ascend deployment
* Add detection and segmentation examples for Ascend deployment
* Add PPOCR example for ascend deploy
* Imporve paddle lite compiliation
* Add FlyCV doc
* Add FlyCV doc
* Add FlyCV doc
* Imporve Ascend docs
* Imporve Ascend docs
* Improve PPOCR example
2023-01-04 16:18:38 +08:00
Dantès
34bea7649d
[Backend] add sophgo backend ( #1015 )
...
* Add Sophgo Device
add sophgo backend in fastdeploy
add resnet50, yolov5s, liteseg examples.
* replace sophgo lib with download links; fix model.cc bug
* modify CodeStyle
* remove unuseful files;change the names of sophgo device and sophgo
backend
* sophgo support python and add python examples
* remove unuseful rows in cmake according pr
Co-authored-by: Zilong Xing <zilong.xing@sophgo.com >
2023-01-04 15:49:17 +08:00
totorolin
9b108c3fa5
[Model] Support New PaddleDetection Models ( #959 )
...
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2023-01-04 10:34:21 +08:00
yeliang2258
96ca92ce34
[Doc] Update YOLOv5 doc for TIMVX NPU ( #1041 )
...
* update yolov5 doc for TIMVX
* update doc
* update doc
* update doc
2023-01-04 10:32:15 +08:00
yunyaoXYY
58d63f3e90
[Other] Add detection, segmentation and OCR examples for Ascend deploy. ( #983 )
...
* 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
* acc eval script
* acc eval
* remove acc_eval from branch huawei
* Add detection and segmentation examples for Ascend deployment
* Add detection and segmentation examples for Ascend deployment
* Add PPOCR example for ascend deploy
* Imporve paddle lite compiliation
* Add FlyCV doc
* Add FlyCV doc
* Add FlyCV doc
* Imporve Ascend docs
* Imporve Ascend docs
2023-01-04 10:01:23 +08:00
heliqi
11ce2f42a7
[Serving]Update ppyoloe_runtime_config.pbtxt name ( #1029 )
...
Update ppyoloe_runtime_config.pbtxt
2023-01-03 13:17:38 +08:00
chenjian
87bcb5df21
[Model] add style transfer model ( #922 )
...
* add style transfer model
* add examples for generation model
* add unit test
* add speed comparison
* add speed comparison
* add variable for constant
* add preprocessor and postprocessor
* add preprocessor and postprocessor
* fix
* fix according to review
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2023-01-03 10:47:08 +08:00
heliqi
6310ddc8d6
[Serving]update np.object to np.object_ ( #1021 )
...
np.object to np.object_
2022-12-30 16:43:47 +08:00
leiqing
665f2e549a
Update README.md
2022-12-30 16:10:31 +08:00
heliqi
01b67856a6
[Serving]update ocr model.py from np.object to np.object_ ( #1017 )
...
* [Serving]update ocr model.py from np.object to np.object_
* Update model.py
2022-12-30 12:00:07 +08:00
Zheng-Bicheng
dd5759bd99
[Model] Update PPSeg Preprocess ( #1007 )
...
* 更新PPSeg pybind and python
* 更新PPSeg pybind and python
2022-12-29 21:14:39 +08:00
Zheng-Bicheng
0401580264
[Bug Fix] Fixed Ppclas Bugs ( #1009 )
...
* 更新ppclas
* 更新ppclas
* 更新ppclas
* 更新ppclas
2022-12-29 14:13:55 +08:00
舞影凌风
973c746d06
[RKNPU2]support rknpu2 ClasModel #957 ( #964 )
...
* [RKNPU2]support rknpu2 ClasModel #957
* [RKNPU2]support rknpu2 ClasModel #957
* [RKNPU2]support rknpu2 add Resnet50_vd example #957
* [RKNPU2]support rknpu2 add Resnet50_vd example #957
* [RKNPU2]support rknpu2, improve doc #957
* [RKNPU2]support rknpu2, improve doc #957
* [RKNPU2]support rknpu2, improve doc #957
* [RKNPU2]support rknpu2, improve doc #957
* [RKNPU2]support rknpu2, improve doc #957
* [RKNPU2]support rknpu2, improve doc #957
* [RKNPU2]support rknpu2, improve doc #957
2022-12-28 17:58:18 +08:00
Jack Zhou
a906ddd8ea
Merge branch 'develop' into add_batch_size_for_uie
2022-12-28 10:51:40 +08:00
guxukai
866d044898
[Model] add detection model : FastestDet ( #842 )
...
* model done, CLA fix
* remove letter_box and ConvertAndPermute, use resize hwc2chw and convert in preprocess
* remove useless values in preprocess
* remove useless values in preprocess
* fix reviewed problem
* fix reviewed problem pybind
* fix reviewed problem pybind
* postprocess fix
* add test_fastestdet.py, coco_val2017_500 fixed done, ready to review
* fix reviewed problem
* python/.../fastestdet.py
* fix infer.cc, preprocess, python/fastestdet.py
* fix examples/python/infer.py
2022-12-28 10:49:17 +08:00
DefTruth
4f2879af81
[examples] Update pptinypose_infer.cc ( #984 )
...
* Update pptinypose_infer.cc
* Update det_keypoint_unite_infer.cc
* Update pptinypose_infer.cc
2022-12-28 10:47:26 +08:00
yeliang2258
1da821a871
[Other]Add FlyCV for RV1126 ( #985 )
...
* add FlyCV for RV1126
* update CMake
2022-12-28 10:46:55 +08:00
Wang Xinyu
aea454a856
[Serving] Simple serving YOLOv5 and PP-OCRv3 example, add uvicorn to fastdeploy tools ( #986 )
...
* ppocrv3 simple serving
* add uvicorn to fd tools
* update ppdet simple serving readme
* yolov5 simple serving
* not import simple serving by default
* remove config from envs
* update comment
2022-12-28 10:03:42 +08:00
zhoushunjie
60f8f0e11b
Add batch size argument for uie
2022-12-27 15:22:09 +00:00
heliqi
0ead9d27c2
[Serving]modify docker images name ( #992 )
...
* modify docker images name
* Update Dockerfile_cpu
2022-12-27 21:29:27 +08:00