Zheng-Bicheng
afa3b886f3
[Bug Fix] fixed labels setting of YOLOv5 ( #1213 )
...
修复自己训练的yolov5无法指定label个数的错误
2023-02-02 15:28:38 +08:00
charl-u
29e93fa2dc
[Doc]Check and modify broken links in documents ( #1207 )
...
* Update README_CN.md
之前的readme cn复制错了,导致存在死链
* Update README_CN.md
* Update README_CN.md
* Update README.md
* Update README.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 RNN.md
* Update RNN_CN.md
* Update WebDemo.md
* Update WebDemo_CN.md
* Update install_rknn_toolkit2.md
* Update export.md
* Update use_cpp_sdk_on_android.md
* Update README.md
* Update README_Pу́сский_язы́к.md
* Update README_Pу́сский_язы́к.md
* Update README_Pу́сский_язы́к.md
* Update README_Pу́сский_язы́к.md
* Update README_हिन्दी.md
* Update README_日本語.md
* Update README_한국인.md
* Update README_日本語.md
* Update README_CN.md
* Update README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README.md
* Update README_CN.md
* Update README_CN.md
* Update README_CN.md
* Update README_CN.md
2023-02-01 15:49:23 +08:00
chenjian
595ca69251
[Doc] Add doc for vdl serving ( #1110 )
...
* add doc for vdl serving
* add doc for vdl serving
* add doc for vdl serving
* fix link
* fix link
* fix gif size
* fix gif size
* add english version
* fix links
* fix links
* update format
* update docs
* update docs
* update docs
* update docs
* update docs
* update docs
---------
Co-authored-by: heliqi <1101791222@qq.com >
2023-01-30 19:22:59 +08:00
Zilong Xing
a709fe4813
[SOPHGO] Add PaddleDetection YOLOv8 example ( #1165 )
...
sophon yolov8s example
Co-authored-by: Jason <jiangjiajun@baidu.com >
2023-01-30 11:47:07 +08:00
charl-u
2e8632ce37
[Doc]Update README_EN.md ( #1173 )
...
* 第一次提交
* 补充一处漏翻译
* 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
* update README
* update Readme.md
* update Readme.md
* update Readme_en.md
* update Readme_en.md
* Update README_EN.md
* Update README_CN.md
* Update README_EN.md
* Delete README_new.md
* Update README_EN.md
* Update README.md
* Update rknpu2.md
* Update README.md
* Update README.md
* Create README_CN.md
* Update README.md
* Update README_CN.md
* Update README.md
* Update README_EN.md
---------
Co-authored-by: leiqing <54695910+leiqing1@users.noreply.github.com >
2023-01-28 19:01:01 +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
DefTruth
4e2102ada5
[Model] Support PaddleYOLOv8 model ( #1136 )
2023-01-13 20:15:48 +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
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
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
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
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
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
heliqi
0ead9d27c2
[Serving]modify docker images name ( #992 )
...
* modify docker images name
* Update Dockerfile_cpu
2022-12-27 21:29:27 +08:00
Zheng_Bicheng
0670dfc9d7
[Doc] Fix Document Errors ( #976 )
...
* 修复导出模型的文档
* 新增picodet模型导出文档
* 新增picodet模型导出文档
2022-12-27 10:50:28 +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
Wang Xinyu
22d91a73c6
[Serving] Add a simple Python serving ( #962 )
...
* init simple serving
* simple serving is working
* ppyoloe demo
* Update README_CN.md
* update readme
* complete vision result to json
2022-12-26 21:09:08 +08:00
yeliang2258
1911002b90
[Backend]Add stable_diffusion and detection models support for KunlunXin XPU ( #954 )
...
* [FlyCV] Bump up FlyCV -> official release 1.0.0
* add valid_xpu for detection
* add paddledetection model support for xpu
* support all detection model in c++ and python
* fix code
* add python stable_diffusion support
Co-authored-by: DefTruth <qiustudent_r@163.com >
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2022-12-26 16:22:52 +08:00
Zheng_Bicheng
1323595b10
[Bug Fix] Fix the error of ppdet example ( #955 )
...
* * onnx推理时不需要decode
* 配置文件信息错误
* * 修复c++ example 文档的部分错误
2022-12-22 19:02:23 +08:00
yeliang2258
1e9872db94
[Other] Add FlyCV support for A311D ( #928 )
...
* add FlyCV support
* update doc
* update cmake
* re-ci
* fix bug
* fix cmake
* fix doc
* update doc
* fix doc
2022-12-21 20:00:43 +08:00
heliqi
c8c204f1c4
[Serving]Update yolov5 config.pbtxt ( #938 )
...
* Update config.pbtxt
* Update yolov5 serving config
2022-12-21 19:58:36 +08:00
yeliang2258
b42ec302e6
[Doc] Change all PaddleLite or Paddle-Lite to Paddle Lite ( #929 )
...
* [FlyCV] Bump up FlyCV -> official release 1.0.0
* change PaddleLite or Paddle-Lite to Paddle lite
* fix docs
* fix doc
Co-authored-by: DefTruth <qiustudent_r@163.com >
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2022-12-21 14:15:50 +08:00
heliqi
88985596d5
[Serving]serving configuration doc add TRT dynamic shape ( #920 )
...
* serving doc add TRT dynamic shape
* serving doc add TRT dynamic shape
2022-12-20 15:15:17 +08:00
Zheng_Bicheng
95beb2bbf6
[RKNPU2] RKYOLO Support FP32 return value ( #898 )
...
* RKNPU2 Backend兼容其他模型的量化
fd_tensor正式移除zp和scale的量化参数
* 更新FP32返回值的RKYOLO
* 更新rkyolov5支持fp32格式
* 更新rkyolov5支持fp32格式
* 更新YOLOv5速度文档
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2022-12-19 10:03:18 +08:00
Jason
2d998223ac
[Backend] Add KunlunXin XPU deploy support ( #894 )
...
Revert "Revert "[Backend] Add KunlunXin XPU deploy support" (#893 )"
This reverts commit 0990ab9b50
.
2022-12-16 11:22:30 +08:00
Jason
0990ab9b50
Revert "[Backend] Add KunlunXin XPU deploy support" ( #893 )
...
Revert "[Backend] Add KunlunXin XPU deploy support (#747 )"
This reverts commit 5be839b322
.
2022-12-15 21:17:59 +08:00
yeliang2258
5be839b322
[Backend] Add KunlunXin XPU deploy support ( #747 )
...
* add xpu support
* fix docs
* update code
* update doc
* update code
* update yolov5
* update cmake
* add int64_t data support
* fix
* update download links
* add en doc
* update code
* update xpu options
* update doc
* update doc
* update doc
* update lib links
* update doc
* update code
* update lite xpu link
* update xpu lib
* update doc
* update en doc
2022-12-15 21:17:14 +08:00
WJJ1995
6e79df40d9
[Model] Update YOLOv5 from 6.0 to 7.0 version ( #890 )
...
* 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
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-12-15 17:23:27 +08:00
totorolin
3164af65a4
[Model] Support PaddleYOLO YOLOv5 YOLOv6 YOLOv7 RTMDet models ( #857 )
...
* 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
* Add files via upload
* Add files via upload
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2022-12-15 11:46:13 +08:00
huangjianhui
376fdbfe2c
[Other] Update old Api to new ones ( #861 )
...
* Update keypointdetection result docs
* Update im.copy() to im in examples
* Update new Api, fastdeploy::vision::Visualize to fastdeploy::vision
* Update SwapBackgroundSegmentation && SwapBackgroundMatting to SwapBackground
* Update README_CN.md
* Update README_CN.md
2022-12-14 17:25:58 +08:00
WJJ1995
de72162af9
[Serving] Fixed preprocess&&postprocess in YOLOv5 Serving ( #874 )
...
* 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
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-12-14 10:14:29 +08:00
Jason
cab0e5f9cb
Update README.md
2022-12-13 21:56:25 +08:00
yeliang2258
6a1a3d001f
[Backend] A311D support ( #825 )
...
* add A311D support
* update code
* update toolchain
* update opencv_armhf lib
* update libs
* update code
* add install script
* update bos link
* update toolchain
2022-12-13 11:53:36 +08:00
Jason
f6e8fe7427
Update README.md
2022-12-13 11:24:17 +08:00