Commit Graph

960 Commits

Author SHA1 Message Date
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
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
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
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
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