-
Notifications
You must be signed in to change notification settings - Fork 667
[Model] update pptracking letterboxresize and add some comment #438
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: ChaoII <[email protected]>
Signed-off-by: ChaoII <[email protected]>
Signed-off-by: ChaoII <[email protected]>
Signed-off-by: ChaoII <[email protected]>
Signed-off-by: ChaoII <[email protected]>
DefTruth
added a commit
to DefTruth/FastDeploy
that referenced
this pull request
Oct 28, 2022
* [Bug Fix ]Update ppseg visualize python api && demo (PaddlePaddle#454) Update ppseg visualize python api && demo * [Model] update pptracking letterboxresize and add some comment (PaddlePaddle#438) * add override mark * delete some * recovery * recovery * add tracking * add tracking py_bind and example * add pptracking * add pptracking * iomanip head file * add opencv_video lib * add python libs package Signed-off-by: ChaoII <[email protected]> * complete comments Signed-off-by: ChaoII <[email protected]> * add jdeTracker_ member variable Signed-off-by: ChaoII <[email protected]> * add 'FASTDEPLOY_DECL' macro Signed-off-by: ChaoII <[email protected]> * remove kwargs params Signed-off-by: ChaoII <[email protected]> * [Doc]update pptracking docs * delete 'ENABLE_PADDLE_FRONTEND' switch * add pptracking unit test * update pptracking unit test Signed-off-by: ChaoII <[email protected]> * modify test video file path and remove trt test * update unit test model url * remove 'FASTDEPLOY_DECL' macro Signed-off-by: ChaoII <[email protected]> * fix build python packages about pptracking on win32 Signed-off-by: ChaoII <[email protected]> * update comment Signed-off-by: ChaoII <[email protected]> * add pptracking model explain Signed-off-by: ChaoII <[email protected]> Signed-off-by: ChaoII <[email protected]> Co-authored-by: Jason <[email protected]> Signed-off-by: ChaoII <[email protected]> Co-authored-by: huangjianhui <[email protected]> Co-authored-by: ChaoII <[email protected]> Co-authored-by: Jason <[email protected]>
jiangjiajun
added a commit
that referenced
this pull request
Oct 30, 2022
* [Android] integrate flycv into Andorid * Falconcv (#27) * [Bug Fix ]Update ppseg visualize python api && demo (#454) Update ppseg visualize python api && demo * [Model] update pptracking letterboxresize and add some comment (#438) * add override mark * delete some * recovery * recovery * add tracking * add tracking py_bind and example * add pptracking * add pptracking * iomanip head file * add opencv_video lib * add python libs package Signed-off-by: ChaoII <[email protected]> * complete comments Signed-off-by: ChaoII <[email protected]> * add jdeTracker_ member variable Signed-off-by: ChaoII <[email protected]> * add 'FASTDEPLOY_DECL' macro Signed-off-by: ChaoII <[email protected]> * remove kwargs params Signed-off-by: ChaoII <[email protected]> * [Doc]update pptracking docs * delete 'ENABLE_PADDLE_FRONTEND' switch * add pptracking unit test * update pptracking unit test Signed-off-by: ChaoII <[email protected]> * modify test video file path and remove trt test * update unit test model url * remove 'FASTDEPLOY_DECL' macro Signed-off-by: ChaoII <[email protected]> * fix build python packages about pptracking on win32 Signed-off-by: ChaoII <[email protected]> * update comment Signed-off-by: ChaoII <[email protected]> * add pptracking model explain Signed-off-by: ChaoII <[email protected]> Signed-off-by: ChaoII <[email protected]> Co-authored-by: Jason <[email protected]> Signed-off-by: ChaoII <[email protected]> Co-authored-by: huangjianhui <[email protected]> Co-authored-by: ChaoII <[email protected]> Co-authored-by: Jason <[email protected]> * [cmake] optimize examples CMakeLists.txt Signed-off-by: ChaoII <[email protected]> Co-authored-by: huangjianhui <[email protected]> Co-authored-by: ChaoII <[email protected]> Co-authored-by: Jason <[email protected]>
jiangjiajun
added a commit
that referenced
this pull request
Nov 1, 2022
* Add falcon cmake * Update CMakeLists.txt * Add implementation for more preprocessors * Add more implementation * Add more implementations by flycv * Fix some name * fix some bug * ready to test * add fuse * fix fuse problem * add debug code * add debug * [Android] integrate flycv to Android (#459) * [Android] integrate flycv into Andorid * Falconcv (#27) * [Bug Fix ]Update ppseg visualize python api && demo (#454) Update ppseg visualize python api && demo * [Model] update pptracking letterboxresize and add some comment (#438) * add override mark * delete some * recovery * recovery * add tracking * add tracking py_bind and example * add pptracking * add pptracking * iomanip head file * add opencv_video lib * add python libs package Signed-off-by: ChaoII <[email protected]> * complete comments Signed-off-by: ChaoII <[email protected]> * add jdeTracker_ member variable Signed-off-by: ChaoII <[email protected]> * add 'FASTDEPLOY_DECL' macro Signed-off-by: ChaoII <[email protected]> * remove kwargs params Signed-off-by: ChaoII <[email protected]> * [Doc]update pptracking docs * delete 'ENABLE_PADDLE_FRONTEND' switch * add pptracking unit test * update pptracking unit test Signed-off-by: ChaoII <[email protected]> * modify test video file path and remove trt test * update unit test model url * remove 'FASTDEPLOY_DECL' macro Signed-off-by: ChaoII <[email protected]> * fix build python packages about pptracking on win32 Signed-off-by: ChaoII <[email protected]> * update comment Signed-off-by: ChaoII <[email protected]> * add pptracking model explain Signed-off-by: ChaoII <[email protected]> Signed-off-by: ChaoII <[email protected]> Co-authored-by: Jason <[email protected]> Signed-off-by: ChaoII <[email protected]> Co-authored-by: huangjianhui <[email protected]> Co-authored-by: ChaoII <[email protected]> Co-authored-by: Jason <[email protected]> * [cmake] optimize examples CMakeLists.txt Signed-off-by: ChaoII <[email protected]> Co-authored-by: huangjianhui <[email protected]> Co-authored-by: ChaoII <[email protected]> Co-authored-by: Jason <[email protected]> * remove debug log * remove function * remove function Signed-off-by: ChaoII <[email protected]> Co-authored-by: DefTruth <[email protected]> Co-authored-by: huangjianhui <[email protected]> Co-authored-by: ChaoII <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR types(PR类型)
Model
Describe