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
leiqing
9bebdaa915
Update README.md
2022-09-22 12:52:44 +08:00
leiqing
3d1a7a7ccd
Update README.md
2022-09-22 12:50:00 +08:00
leiqing
4483e30499
Update README_EN.md
2022-09-22 12:48:02 +08:00
leiqing
b783bb969e
Update README.md
2022-09-22 12:43:58 +08:00
leiqing
2ffe13070d
Update README.md
2022-09-22 12:43:44 +08:00
leiqing
6940c73cb6
Update README.md
2022-09-22 12:43:14 +08:00
leiqing
6cb19eaa53
Update README.md
2022-09-22 12:43:02 +08:00
leiqing
6519d36008
Update README.md
2022-09-22 12:42:46 +08:00
leiqing
54b5360688
Update README.md
2022-09-22 12:42:34 +08:00
leiqing
dc2babf7b0
Update README.md
2022-09-22 12:42:11 +08:00
leiqing
8a22fafac7
Update README.md
2022-09-22 12:41:56 +08:00
leiqing
ca778f10e8
Update README.md
2022-09-22 12:41:41 +08:00
leiqing
7e79777211
Update README.md
2022-09-22 12:41:26 +08:00
leiqing
988a1f1495
Update README.md
2022-09-22 12:41:07 +08:00
leiqing
15381fc0ea
Update README.md
2022-09-22 12:40:53 +08:00
leiqing
50afb17e76
Update README.md
2022-09-22 12:40:36 +08:00