-
Notifications
You must be signed in to change notification settings - Fork 674
[Model] Integrate FlyCV image processing library #375
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
Conversation
编译编译完成后,C++ SDK即在当前目录的 测试下载附件[ demo.tgz](https://bj.bcebos.com/fastdeploy/tests/demo.tgz) 执行如下命令得到测试时间 如果执行时,提示找到.so,可执行 默认跑的是flycv库,如若需切换为opencv库,修改 代码说明所有预处理算子封装在 picodet的预处理函数 |
* [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]>
PR types
PR changes
Describe