-
Notifications
You must be signed in to change notification settings - Fork 0
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
Develop #2
Commits on Jul 14, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 5f83b3c - Browse repository at this point
Copy the full SHA 5f83b3cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for de7c06a - Browse repository at this point
Copy the full SHA de7c06aView commit details -
Fix outputs order of tensorrt (#18)
* fix trt output order * Update trt_backend.cc
Configuration menu - View commit details
-
Copy full SHA for 90061e1 - Browse repository at this point
Copy the full SHA 90061e1View commit details
Commits on Jul 19, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 8918104 - Browse repository at this point
Copy the full SHA 8918104View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e7c6a9d - Browse repository at this point
Copy the full SHA e7c6a9dView commit details -
fix some usage problem in linux (#25)
Co-authored-by: root <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f670520 - Browse repository at this point
Copy the full SHA f670520View commit details -
Fix compile problem in different python version (#26)
* fix some usage problem in linux * Fix compile problem Co-authored-by: root <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8c3906 - Browse repository at this point
Copy the full SHA f8c3906View commit details -
Add PaddleDetetion/PPYOLOE model support (#22)
* add ppdet/ppyoloe * Add demo code and documents
Configuration menu - View commit details
-
Copy full SHA for 6ae7a16 - Browse repository at this point
Copy the full SHA 6ae7a16View commit details