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

Merged
merged 4 commits into from
Jul 22, 2022
Merged

Develop #17

merged 4 commits into from
Jul 22, 2022

Commits on Jul 21, 2022

  1. Add new model PaddleSeg (#30)

    * Support new model PaddleSeg
    
    * Fix conflict
    
    * PaddleSeg add visulization function
    
    * fix bug
    
    * Fix BindPPSeg wrong name
    
    * Fix variable name
    
    * Update by comments
    
    * Add ppseg-unet example python version
    
    Co-authored-by: Jason <jiangjiajun@baidu.com>
    felixhjh and jiangjiajun committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    a8458e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Add NanoDet-Plus Model support (#32)

    * 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
    
    * Add NanoDet-Plus Model support
    
    Co-authored-by: Jason <jiangjiajun@baidu.com>
    DefTruth and jiangjiajun committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    e248781 View commit details
    Browse the repository at this point in the history
  2. Add Paddle Inference as backend (#33)

    * Add Paddle Inference as backend
    
    * Update CMakeLists.txt
    
    * Fix default backend option
    
    * Fix some log bug and backend choosing strategy
    
    * Add version of g++
    jiangjiajun committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    51ecb40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c996117 View commit details
    Browse the repository at this point in the history