Commit Graph

19 Commits

Author SHA1 Message Date
Zero Rains
25698d56d1 polish code with new pre-commit rule (#2923) 2025-07-19 23:19:27 +08:00
gaoziyuan
a5ae88ded9 [feature]add fd whl version info (#2698) 2025-07-04 14:12:42 +08:00
Jiang-Jia-Jun
05c670e593 [Sync] Update to latest code (#2679)
* [Sync] Update to latest code

* Add new code files

* Add new code files

* update code

* Try to fix build.sh

* Try to fix build.sh

* Update code

* Update requirements.txt

* Update code

---------

Co-authored-by: Jiang-Jia-Jun <jiangjiajun@baidu.com>
2025-07-03 15:43:53 +08:00
Jiang-Jia-Jun
92c2cfa2e7 Sync v2.0 version of code to github repo 2025-06-29 23:29:37 +00:00
jiangjiajun
684703fd72 [LLM] First commit the llm deployment code 2025-06-09 19:20:15 +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
Jack Zhou
54bea3160d Add uie python api (#214)
* add uie pybind

* Add uie result pybind

* Add uie python class

* fix UIEModel pythonargs

* Add schema node pybind

* remove uie print

* Fix cpp build ci
2022-09-13 19:03:06 +08:00
DefTruth
852fda571f [fix][win] fixed windows python wheel cudart link (#98)
* [fix][win] fixed windows python wheel cudart link

* remove un-need funcs

* format not found cuda dir warnings

* fix typos

* fix typos

* fix typos
2022-08-11 17:35:53 +08:00
Jason
9c67653e34 support build cpu/gpu package (#75)
* support build cpu/gpu package

* remove useless modification
2022-08-08 15:24:36 +08:00
Jason
821dc756e6 Add lots of paddle detection models (#67)
* Fix runtime with python

* Add CenterNet/PicoDet/PPYOLO/PPYOLOv2/YOLOv3

* add more ppdet models

* add model

* fix some usage bugs for detection models
2022-08-05 09:34:12 +08:00
Jason
90e0f53e48 Fix runtime with python (#63) 2022-08-01 17:51:13 +08:00
Jason
f53a0733fe Fix python compilation on windows (#61)
* Polish compilation on Windows

* Fix python usage on Windows

* fix compile on windows

* Update setup.py
2022-07-31 19:09:33 +08:00
Jason
8e7b540d3f Fix python usage on Windows (#60)
* Polish compilation on Windows

* Fix python usage on Windows
2022-07-31 16:50:56 +08:00
Jason
027f3dd86d Fix some compile problem in Linux (#41)
* Add custom operator for onnxruntime ans fix paddle backend

* Polish cmake files and runtime apis

* Remove copy libraries

* fix some issue

* fix bug

* fix bug

* Support remove multiclass_nms to enable paddledetection run tensorrt

* Support remove multiclass_nms to enable paddledetection run tensorrt

* Support remove multiclass_nms to enable paddledetection run tensorrt

* Support remove multiclass_nms to enable paddledetection run tensorrt

* add common operator multiclassnms

* fix compile problem

* fix some compile problem in linux

* remove debug log

Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com>
2022-07-26 16:35:46 +08:00
DefTruth
fc71d79e58 Add YOLOv5Face model support (#38)
* update .gitignore

* Added checking for cmake include dir

* fixed missing trt_backend option bug when init from trt

* remove un-need data layout and add pre-check for dtype

* changed RGB2BRG to BGR2RGB in ppcls model

* add model_zoo yolov6 c++/python demo

* fixed CMakeLists.txt typos

* update yolov6 cpp/README.md

* add yolox c++/pybind and model_zoo demo

* move some helpers to private

* fixed CMakeLists.txt typos

* add normalize with alpha and beta

* add version notes for yolov5/yolov6/yolox

* add copyright to yolov5.cc

* revert normalize

* fixed some bugs in yolox

* Add YOLOv5Face Model support

* fixed examples/vision typos

* fixed runtime_option print func bugs
2022-07-25 21:55:56 +08:00
Jason
6ae7a16c36 Add PaddleDetetion/PPYOLOE model support (#22)
* add ppdet/ppyoloe

* Add demo code and documents
2022-07-19 13:40:16 +08:00
jiangjiajun
4c07d198ba add model zoo 2022-07-06 03:12:43 +00:00
jiangjiajun
9d87046d78 first commit 2022-07-05 09:30:15 +00:00
Jason
978484c84f first commit 2022-06-27 18:23:21 +08:00