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 |
|
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 |
|
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 |
|
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 |
|
yeliang2258
|
104d965b38
|
[Backend] Add YOLOv5、PPYOLOE and PP-Liteseg for RV1126 (#647)
* add yolov5 and ppyoloe for rk1126
* update code, rename rk1126 to rv1126
* add PP-Liteseg
* update lite lib
* updade doc for PPYOLOE
* update doc
* fix docs
* fix doc and examples
* update code
* uodate doc
* update doc
Co-authored-by: Jason <jiangjiajun@baidu.com>
|
2022-12-05 16:48:00 +08:00 |
|
WJJ1995
|
aa21272eaa
|
[Model] Refactor YOLOv5 module (#562)
* add paddle_trt in benchmark
* update benchmark in device
* update benchmark
* update result doc
* fixed for CI
* update python api_docs
* update index.rst
* add runtime cpp examples
* deal with comments
* Update infer_paddle_tensorrt.py
* Add runtime quick start
* deal with comments
* fixed reused_input_tensors&&reused_output_tensors
* fixed docs
* fixed headpose typo
* fixed typo
* refactor yolov5
* update model infer
* refactor pybind for yolov5
* rm origin yolov5
* fixed bugs
* rm cuda preprocess
* fixed bugs
* fixed bugs
* fixed bug
* fixed bug
* fix pybind
* rm useless code
* add convert_and_permute
* fixed bugs
* fixed im_info for bs_predict
* fixed bug
* add bs_predict for yolov5
* Add runtime test and batch eval
* deal with comments
* fixed bug
* update testcase
* fixed batch eval bug
* fixed preprocess bug
Co-authored-by: Jason <928090362@qq.com>
Co-authored-by: Jason <jiangjiajun@baidu.com>
|
2022-11-15 09:48:16 +08:00 |
|