* 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
* 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