Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #2

Merged
merged 8 commits into from
Jul 19, 2022
Merged

Develop #2

merged 8 commits into from
Jul 19, 2022

Commits on Jul 14, 2022

  1. 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
    felixhjh authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    5f83b3c View commit details
    Browse the repository at this point in the history
  2. 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
    DefTruth authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    de7c06a View commit details
    Browse the repository at this point in the history
  3. Fix outputs order of tensorrt (#18)

    * fix trt output order
    
    * Update trt_backend.cc
    jiangjiajun authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    90061e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. 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
    DefTruth authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    8918104 View commit details
    Browse the repository at this point in the history
  2. Add model YOLOv7 support (#23)

    * first commit for yolov7
    
    * pybind for yolov7
    
    * CPP README.md
    
    * CPP README.md
    
    * modified yolov7.cc
    
    * README.md
    
    * python file modify
    
    * delete license in fastdeploy/
    
    * repush the conflict part
    
    * README.md modified
    
    * README.md modified
    
    * file path modified
    
    * file path modified
    
    * file path modified
    
    * file path modified
    
    * file path modified
    
    * README modified
    
    * README modified
    
    * move some helpers to private
    
    * add examples for yolov7
    
    * api.md modified
    
    * api.md modified
    
    * api.md modified
    
    * YOLOv7
    
    * yolov7 release link
    
    * yolov7 release link
    
    * yolov7 release link
    
    * copyright
    
    * change some helpers to private
    
    * change variables to const and fix documents.
    ziqi-jin authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    e7c6a9d View commit details
    Browse the repository at this point in the history
  3. fix some usage problem in linux (#25)

    Co-authored-by: root <[email protected]>
    jiangjiajun and root authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    f670520 View commit details
    Browse the repository at this point in the history
  4. Fix compile problem in different python version (#26)

    * fix some usage problem in linux
    
    * Fix compile problem
    
    Co-authored-by: root <[email protected]>
    jiangjiajun and root authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    f8c3906 View commit details
    Browse the repository at this point in the history
  5. Add PaddleDetetion/PPYOLOE model support (#22)

    * add ppdet/ppyoloe
    
    * Add demo code and documents
    jiangjiajun authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    6ae7a16 View commit details
    Browse the repository at this point in the history