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 #11

Merged
merged 4 commits into from
Jul 20, 2022
Merged

Develop #11

merged 4 commits into from
Jul 20, 2022

Commits on Jul 19, 2022

  1. Fix compile problem in different python version (#26)

    * fix some usage problem in linux
    
    * Fix compile problem
    
    Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com>
    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
  2. 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
  3. add convert processor to vision (#27)

    * 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
    
    * fixed examples/CMakeLists.txt to avoid conflicts
    
    * add convert processor to vision
    
    * format examples/CMakeLists summary
    DefTruth authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    1fa1471 View commit details
    Browse the repository at this point in the history
  4. Fix bug while the inference result is empty with YOLOv5 (#29)

    * 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
    
    * Fix bug when inference result boxes are empty
    
    * Delete detection.py
    felixhjh authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    39aca67 View commit details
    Browse the repository at this point in the history