Commit Graph

2178 Commits

Author SHA1 Message Date
DefTruth
89181042f5 Add yolox c++/pybind and model_zoo demo (#21)
* 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
2022-07-19 09:55:07 +08:00
Jason
90061e11f5 Fix outputs order of tensorrt (#18)
* fix trt output order

* Update trt_backend.cc
2022-07-14 19:19:56 +08:00
DefTruth
de7c06a309 add yolov6 c++ and yolov6 pybind (#16)
* 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
2022-07-14 16:12:28 +08:00
huangjianhui
5f83b3c532 Fix doc and wrong variable name (#17)
* Add multi-label function for yolov5

* Update README.md

Update doc

* Update fastdeploy_runtime.cc

fix variable option.trt_max_shape wrong name

* Update runtime_option.md

Update resnet model dynamic shape setting name from images to x
2022-07-14 13:25:42 +08:00
jiangjiajun
6c5bd8afad fix compile for python 2022-07-13 02:48:08 +00:00
huangjianhui
ec19fb10d3 Add multi-label function for yolov5 (#15)
* Add multi-label function for yolov5

* Update README.md

Update doc
2022-07-12 20:17:54 +08:00
Jason
0ed1e84a2a Update CMakeLists.txt 2022-07-12 19:19:35 +08:00
DefTruth
a45f189b56 fixed missing trt_backend option & remove un-need data layout check in Cast (#14)
* 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

* Update CMakeLists.txt
2022-07-12 15:14:30 +08:00
Jason
57697f3f18 Update setup.py 2022-07-12 15:00:23 +08:00
Jason
41ad7ec905 Update CMakeLists.txt 2022-07-12 14:35:42 +08:00
Jason
2c1a4d199c Update linux_and_mac.md 2022-07-12 10:38:55 +08:00
Jason
2b742d37e0 fix some bugs (#12) 2022-07-08 19:36:38 +08:00
huangjianhui
7d13491879 Align fastdeploy prediction precision with yolov5 (#11)
* Align fastdeploy prediction precision with yolov5

* Change name of Sort function to SortDetectionResult

* Add stride max_wh is_mini_pad property in __init__.py and unify format of getting image width and length

* Change mergesort.cc to sort_det_res.cc
2022-07-08 15:52:22 +08:00
jiangjiajun
2b51f0efbc add support for linux aarch64 2022-07-08 07:30:09 +00:00
Jason
a4c1da4f38 Delete LICENSE 2022-07-07 16:45:59 +08:00
Jason
ba5d909e98 Delete ThirdPartyNotices.txt 2022-07-07 16:45:50 +08:00
Jason
3c2943be82 Update CMakeLists.txt 2022-07-07 10:12:20 +08:00
jiangjiajun
9016ccc861 Remove code that import fastdeploy directly 2022-07-06 08:48:40 +00:00
jiangjiajun
b69f13b268 Make api of yolov5 be same bettwen Python and C++ 2022-07-06 03:57:40 +00:00
jiangjiajun
ab01cf03b2 Merge branch 'develop' of https://github.com/PaddlePaddle/FastDeploy into develop 2022-07-06 03:13:22 +00:00
jiangjiajun
4c07d198ba add model zoo 2022-07-06 03:12:43 +00:00
Jason
7cdcb8ef3c Update README.md 2022-07-05 20:00:31 +08:00
jiangjiajun
9d87046d78 first commit 2022-07-05 09:30:15 +00:00
Zeyu Chen
4df7366d62 Update README with emoji logo (#8) 2022-07-01 18:22:25 +08:00
DanielYang
16bcc842e8 Update README.md 2022-06-28 10:19:04 +08:00
DanielYang
5d2ade8653 Update the expired links in the Readme docs (#3) 2022-06-28 10:10:43 +08:00
leiqing1
89d4f5285c fixed yolov5 and retinaface links (#1) 2022-06-28 08:49:14 +08:00
Jason
978484c84f first commit 2022-06-27 18:23:21 +08:00