-
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 model YOLOv5Lite Support #53
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 -
Configuration menu - View commit details
-
Copy full SHA for edf6bc9 - Browse repository at this point
Copy the full SHA edf6bc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44fb69f - Browse repository at this point
Copy the full SHA 44fb69fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4176061 - Browse repository at this point
Copy the full SHA 4176061View 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.