-
Notifications
You must be signed in to change notification settings - Fork 465
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
Add PPMatting Support #163
Merged
Merged
Commits on Jul 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1684b05 - Browse repository at this point
Copy the full SHA 1684b05View commit details
Commits on Jul 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 71c00d9 - Browse repository at this point
Copy the full SHA 71c00d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21ab2f9 - Browse repository at this point
Copy the full SHA 21ab2f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d63e862 - Browse repository at this point
Copy the full SHA d63e862View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b3b0e2 - Browse repository at this point
Copy the full SHA 7b3b0e2View commit details
Commits on Jul 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d039e80 - Browse repository at this point
Copy the full SHA d039e80View commit details
Commits on Jul 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a34a815 - Browse repository at this point
Copy the full SHA a34a815View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb010a8 - Browse repository at this point
Copy the full SHA eb010a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39f64f2 - Browse repository at this point
Copy the full SHA 39f64f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d071b37 - Browse repository at this point
Copy the full SHA d071b37View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5026ca - Browse repository at this point
Copy the full SHA d5026caView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb376ad - Browse repository at this point
Copy the full SHA fb376adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b8737c - Browse repository at this point
Copy the full SHA 4b8737cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce922a0 - Browse repository at this point
Copy the full SHA ce922a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e00b82 - Browse repository at this point
Copy the full SHA 6e00b82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c359fb - Browse repository at this point
Copy the full SHA 8c359fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 906c730 - Browse repository at this point
Copy the full SHA 906c730View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80c1223 - Browse repository at this point
Copy the full SHA 80c1223View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6072757 - Browse repository at this point
Copy the full SHA 6072757View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c6e6a4 - Browse repository at this point
Copy the full SHA 2c6e6a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48136f0 - Browse repository at this point
Copy the full SHA 48136f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6feca92 - Browse repository at this point
Copy the full SHA 6feca92View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae70d4f - Browse repository at this point
Copy the full SHA ae70d4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f591b85 - Browse repository at this point
Copy the full SHA f591b85View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0def41 - Browse repository at this point
Copy the full SHA f0def41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15b9160 - Browse repository at this point
Copy the full SHA 15b9160View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4706e8c - Browse repository at this point
Copy the full SHA 4706e8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc83584 - Browse repository at this point
Copy the full SHA dc83584View commit details -
Configuration menu - View commit details
-
Copy full SHA for 086debd - Browse repository at this point
Copy the full SHA 086debdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f980b9 - Browse repository at this point
Copy the full SHA 4f980b9View commit details
Commits on Jul 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2e61c95 - Browse repository at this point
Copy the full SHA 2e61c95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80beadf - Browse repository at this point
Copy the full SHA 80beadfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8103772 - Browse repository at this point
Copy the full SHA 8103772View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5f7a86 - Browse repository at this point
Copy the full SHA f5f7a86View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6cec25 - Browse repository at this point
Copy the full SHA e6cec25View commit details -
Configuration menu - View commit details
-
Copy full SHA for e25e4f2 - Browse repository at this point
Copy the full SHA e25e4f2View commit details
Commits on Jul 20, 2022
-
* 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> * Add PaddleDetetion/PPYOLOE model support (#22) * add ppdet/ppyoloe * Add demo code and documents * 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 * 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 Co-authored-by: Jason <jiangjiajun@baidu.com> Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com> Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com> Co-authored-by: huangjianhui <852142024@qq.com>
Configuration menu - View commit details
-
Copy full SHA for e8a8439 - Browse repository at this point
Copy the full SHA e8a8439View commit details -
Configuration menu - View commit details
-
Copy full SHA for a182893 - Browse repository at this point
Copy the full SHA a182893View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aa015f - Browse repository at this point
Copy the full SHA 3aa015fView commit details -
* 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> * Add PaddleDetetion/PPYOLOE model support (#22) * add ppdet/ppyoloe * Add demo code and documents * 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 * 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 Co-authored-by: Jason <jiangjiajun@baidu.com> Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com> Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com> Co-authored-by: huangjianhui <852142024@qq.com>
Configuration menu - View commit details
-
Copy full SHA for d6b98aa - Browse repository at this point
Copy the full SHA d6b98aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 871cfc6 - Browse repository at this point
Copy the full SHA 871cfc6View commit details
Commits on Jul 21, 2022
-
* Develop (#11) (#12) * 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> * Add PaddleDetetion/PPYOLOE model support (#22) * add ppdet/ppyoloe * Add demo code and documents * 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 * 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 Co-authored-by: Jason <jiangjiajun@baidu.com> Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com> Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com> Co-authored-by: huangjianhui <852142024@qq.com> Co-authored-by: Jason <jiangjiajun@baidu.com> Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com> Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com> Co-authored-by: huangjianhui <852142024@qq.com> * Develop (#13) * 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> * Add PaddleDetetion/PPYOLOE model support (#22) * add ppdet/ppyoloe * Add demo code and documents * 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 * 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 Co-authored-by: Jason <jiangjiajun@baidu.com> Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com> Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com> Co-authored-by: huangjianhui <852142024@qq.com> * documents * documents * documents * documents * documents * documents * documents * documents * documents * documents * documents * documents * Develop (#14) * 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> * Add PaddleDetetion/PPYOLOE model support (#22) * add ppdet/ppyoloe * Add demo code and documents * 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 * 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 Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com> Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com> Co-authored-by: huangjianhui <852142024@qq.com> Co-authored-by: Jason <jiangjiajun@baidu.com> Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com> Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com> Co-authored-by: huangjianhui <852142024@qq.com> Co-authored-by: Jason <928090362@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 013921a - Browse repository at this point
Copy the full SHA 013921aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a5a6d9 - Browse repository at this point
Copy the full SHA 7a5a6d9View commit details
Commits on Jul 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c996117 - Browse repository at this point
Copy the full SHA c996117View commit details
Commits on Jul 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0aefe32 - Browse repository at this point
Copy the full SHA 0aefe32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2330414 - Browse repository at this point
Copy the full SHA 2330414View commit details
Commits on Jul 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4660161 - Browse repository at this point
Copy the full SHA 4660161View commit details
Commits on Jul 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 033c18e - Browse repository at this point
Copy the full SHA 033c18eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c94d65 - Browse repository at this point
Copy the full SHA 6c94d65View commit details
Commits on Jul 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 85fb256 - Browse repository at this point
Copy the full SHA 85fb256View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90ca4cb - Browse repository at this point
Copy the full SHA 90ca4cbView commit details
Commits on Aug 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f6a4ed2 - Browse repository at this point
Copy the full SHA f6a4ed2View commit details
Commits on Aug 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3682091 - Browse repository at this point
Copy the full SHA 3682091View commit details
Commits on Aug 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ca1e110 - Browse repository at this point
Copy the full SHA ca1e110View commit details
Commits on Aug 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 93ba6a6 - Browse repository at this point
Copy the full SHA 93ba6a6View commit details
Commits on Aug 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 767842e - Browse repository at this point
Copy the full SHA 767842eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc32733 - Browse repository at this point
Copy the full SHA cc32733View commit details
Commits on Aug 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2771a3b - Browse repository at this point
Copy the full SHA 2771a3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1e29ac - Browse repository at this point
Copy the full SHA a1e29acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ecc6fe - Browse repository at this point
Copy the full SHA 5ecc6feView commit details
Commits on Aug 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2780588 - Browse repository at this point
Copy the full SHA 2780588View commit details
Commits on Aug 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c00be81 - Browse repository at this point
Copy the full SHA c00be81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9082178 - Browse repository at this point
Copy the full SHA 9082178View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b14f56 - Browse repository at this point
Copy the full SHA 4b14f56View commit details
Commits on Aug 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4876b82 - Browse repository at this point
Copy the full SHA 4876b82View commit details
Commits on Aug 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9cebb1f - Browse repository at this point
Copy the full SHA 9cebb1fView commit details
Commits on Aug 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d1e3b29 - Browse repository at this point
Copy the full SHA d1e3b29View commit details
Commits on Aug 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 69cf0d2 - Browse repository at this point
Copy the full SHA 69cf0d2View commit details
Commits on Aug 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2349b71 - Browse repository at this point
Copy the full SHA 2349b71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ff10e1 - Browse repository at this point
Copy the full SHA 2ff10e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48f5444 - Browse repository at this point
Copy the full SHA 48f5444View commit details
Commits on Aug 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0428ce9 - Browse repository at this point
Copy the full SHA 0428ce9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a673a2c - Browse repository at this point
Copy the full SHA a673a2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8da74bb - Browse repository at this point
Copy the full SHA 8da74bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 126974b - Browse repository at this point
Copy the full SHA 126974bView commit details
Commits on Aug 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 78d729f - Browse repository at this point
Copy the full SHA 78d729fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0310e29 - Browse repository at this point
Copy the full SHA 0310e29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fd6be5 - Browse repository at this point
Copy the full SHA 5fd6be5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f14c0cb - Browse repository at this point
Copy the full SHA f14c0cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8890171 - Browse repository at this point
Copy the full SHA 8890171View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b0ba19 - Browse repository at this point
Copy the full SHA 5b0ba19View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd8ebc2 - Browse repository at this point
Copy the full SHA cd8ebc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25730f4 - Browse repository at this point
Copy the full SHA 25730f4View commit details
Commits on Aug 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 17fc6c9 - Browse repository at this point
Copy the full SHA 17fc6c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11550e6 - Browse repository at this point
Copy the full SHA 11550e6View commit details
Commits on Aug 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0b3552d - Browse repository at this point
Copy the full SHA 0b3552dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.