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
This commit is contained in:
DefTruth
2022-07-14 16:12:28 +08:00
committed by GitHub
parent 5f83b3c532
commit de7c06a309
27 changed files with 955 additions and 6 deletions

4
.gitignore vendored
View File

@@ -9,4 +9,6 @@ build-debug.sh
*dist
fastdeploy.egg-info
.setuptools-cmake-build
fastdeploy/version.py
fastdeploy/version.py
fastdeploy/LICENSE*
fastdeploy/ThirdPartyNotices*