DefTruth
4ead287f5a
[cmake] support Android armv8 & armv7 native c++ sdk ( #288 )
...
[cmake] support Android arm64-v8a & armeabi-v7a native c++ sdk
2022-09-27 20:58:44 +08:00
Jason
1f35f2036e
Decrease wheel package size ( #287 )
...
* Decrease wheel package size
* Decrease wheel package size
* Decrease wheel package size
2022-09-27 18:02:34 +08:00
jiangjiajun
108dfc0f3f
Add new docs
2022-09-27 09:27:28 +00:00
Jason
d855c28073
Rename third libraries' name ( #286 )
...
* Rename third libraries' name
* remove existing directory
2022-09-27 14:16:34 +08:00
heliqi
69be5b5232
fastdeploy support serving ( #272 )
...
* fd support serving
* fd support serving optimize dir
* optimize code
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-09-27 14:07:19 +08:00
Jason
9d1d1fa2cc
Fix TensorRT link ambiguous problem ( #283 )
...
fix trt conflict error
Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com >
2022-09-27 10:02:49 +08:00
Jack Zhou
b83cb993ac
Simplify cmake and add openvino directory ( #285 )
...
* simplify the opencv.cmake
* Add OPENVINO_DIRECTORY option
* Add openvino directory
2022-09-27 10:02:34 +08:00
DefTruth
9e09a55abb
[docs] update win build docs with cmake-gui+vs2019 ( #280 )
...
* Delete redundant Chinese comments
* [docs] update win build docs with cmake-gui+vs2019
* [docs] update win build docs with cmake-gui+vs2019
* [examples] replace some cn comments with en
* [cmake] update FastDeploy.cmake.in
* [docs] update windows c++ sdk usage docs
* [cmake] update FastDeploy.cmake.in
* [docs] update windows sdk usage docs
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-09-26 19:25:12 +08:00
Jack Zhou
355382ad63
Move eigen to third party ( #282 )
...
* remove useless statement
* Add eigen to third_party dir
* remove reducdant lines
2022-09-26 19:24:02 +08:00
Jason
36eb6fbba6
Fix build on jetson ( #281 )
...
* Fix compile on Jetson
* trigger ci
2022-09-26 19:23:30 +08:00
jiangjiajun
85c44d562e
Merge branch 'develop' of https://github.com/PaddlePaddle/FastDeploy into develop
2022-09-26 16:19:58 +08:00
jiangjiajun
4af89d27dc
Optimize build on jetson
2022-09-26 16:19:36 +08:00
Jack Zhou
dfded40620
Merge pull request #267 from joey12300/add_openvino_mac
...
Add openvino mac
2022-09-26 12:35:03 +08:00
Jason
4421fc5a8f
Merge branch 'develop' into add_openvino_mac
2022-09-26 11:32:15 +08:00
Jason
12fed103e6
Update eigen.cmake
2022-09-26 11:31:35 +08:00
zhoushunjie
ad03e771dd
Add remove_duplicate_libraries function
2022-09-26 11:24:57 +08:00
leiqing
719ea8f004
Update README_EN.md
2022-09-26 09:37:15 +08:00
leiqing
f493bdf500
Update README_CN.md
2022-09-26 09:36:39 +08:00
zhoushunjie
f142fcdf60
Add get_openvino_libs
2022-09-25 18:26:04 +08:00
Jason
6377d82300
Update FastDeploy.cmake.in
2022-09-25 14:51:47 +08:00
zhoushunjie
870c22c8e9
fix windows bug
2022-09-25 11:56:30 +08:00
zhoushunjie
c53d8fd82c
Fix windows compile bug
2022-09-25 11:43:16 +08:00
huangjianhui
e4eff9f9b5
Update windows bat scripts and split sh script into python && cpp ( #279 )
...
* Add publish_task_example
* Update CMakeLists.txt
* Add gflags cmake
* Update release task script
* Delete windows related code in run.sh && add openvino option
* Split run.sh into cpp_run.sh py_run.sh
* Update cpp_run.sh
* Add cpp_run.bat
* Update py_run.sh
* Update py_run.sh
* Add windows release task scripts
* Add windows release task python bat file
* Delete python install in py_run.bat && py_run.sh
* Update py_run.bat
* Update cpp_run.bat py_run.bat
2022-09-24 14:33:23 +08:00
zhoushunjie
749319e2a8
Use omp version in linux
2022-09-24 11:01:47 +08:00
huangjianhui
c6ae4b800c
Update windows compile example doc ( #277 )
...
* Update how_to_use_sdk_on_windows.md
Update windows compile ppyoloe demo dll and path
* Update how_to_use_sdk_on_windows.md
2022-09-23 13:13:10 +08:00
Jason
360bee46b5
Support build on jetson ( #276 )
...
* support jetson build
* Update allocate.cc
* update setup
* Update CMakeLists.txt
* Update setup.py
2022-09-23 13:11:11 +08:00
Jason
2d3e61582d
Rename pybind/fastdeploy_runtime.cc to pybind/runtime.cc ( #273 )
...
* fix yaml
* Rename pybind/fastdeploy_runtime.cc to runtime.cc
2022-09-23 11:16:02 +08:00
DefTruth
efa7411ebb
Delete redundant Chinese comments ( #275 )
2022-09-23 11:02:00 +08:00
DefTruth
5edd9fccd3
[TRT] fix tensorrt serialize file problem ( #274 )
...
fix tensorrt serialize file problem
2022-09-23 00:40:17 +08:00
huangjianhui
625845c7d6
Update ppseg with eigen functions ( #238 )
...
* Update ppseg backend support type
* Update ppseg preprocess if condition
* Update README.md
* Update README.md
* Update README.md
* Update ppseg with eigen functions
* Delete old argmax function
* Update README.md
* Delete apply_softmax in ppseg example demo
* Update ppseg code with createFromTensor function
* Delete FDTensor2CVMat function
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update ppseg model.cc with transpose&&softmax in place convert
* Update segmentation_result.md
* Update model.cc
* Update README.md
* Update README.md
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-09-22 21:21:47 +08:00
zhoushunjie
99062df866
remove useless file in openvino
2022-09-22 21:19:49 +08:00
Jason
5ad7f64a3a
Fix compile problem while disable all the option ( #270 )
...
fix yaml
2022-09-22 20:22:25 +08:00
yunyaoXYY
871bd92329
Add PaddleInference-GPU backend for OCR Rec model ( #271 )
...
* Add PaddleInference GPU backend for Rec model
* Improve the order of deafult backends
2022-09-22 19:27:25 +08:00
zhoushunjie
50117fa6d2
Fix mac python lib link
2022-09-22 19:26:11 +08:00
DefTruth
189646f08f
[Android] support fastdeploy with armeabi-v7a and arm64-v8a ( #268 )
...
* [Andorid] support fastdeploy with armeabi-v7a and arm64-v8a
* [Android] support fastdeploy with armeabi-v7a and arm64-v8a
* [cmake] fixed custom opencv_directory error for android
2022-09-22 19:10:14 +08:00
zhoushunjie
13580aeb0d
use download_and_decompress instead of external_add
2022-09-22 18:30:18 +08:00
zhoushunjie
f4b4264d73
remove fatal error in mac
2022-09-22 18:30:18 +08:00
zhoushunjie
4cf835479b
remove tbb path
2022-09-22 18:30:18 +08:00
zhoushunjie
5251cc2e8e
remove tbb path
2022-09-22 18:30:18 +08:00
zhoushunjie
df18c56470
Use find_package for tbb
2022-09-22 18:30:18 +08:00
zhoushunjie
177da78bb0
Add tbb and tbb malloc dependency for openvino
2022-09-22 18:30:18 +08:00
zhoushunjie
523610da68
Update openvino url
2022-09-22 18:30:18 +08:00
zhoushunjie
9671005e84
add message status
2022-09-22 18:30:18 +08:00
onecatcn
000d2c4617
Update README_EN.md ( #264 )
...
correct a typo:replace rexchip with rockchip
2022-09-22 16:07:35 +08:00
Jason
ecbd78ae58
Remove debug code ( #266 )
...
* Rename Frontend to ModelFormat in documents
* Remove useless debug flag
2022-09-22 15:18:50 +08:00
Jason
82f0d2b652
Rename Frontend to ModelFormat in documents ( #265 )
2022-09-22 14:00:34 +08:00
leiqing
329477f825
Update README_EN.md
2022-09-22 13:47:50 +08:00
leiqing
3f49f4b2db
Update README_CN.md
2022-09-22 13:44:13 +08:00
leiqing
078496ddc0
Update README.md
2022-09-22 13:38:28 +08:00
Jason
e227c5625e
Rename fastdeploy_runtime.h to runtime.h and Frontend to ModelFormat ( #263 )
...
rename frontend to model_format
2022-09-22 13:24:05 +08:00