felixhjh
815c42c73d
Update VisMatting function supports matting with transparent background
2023-02-13 15:28:02 +00:00
huangjianhui
e8ac9be57b
Update README.md
2023-02-13 20:02:44 +08:00
felixhjh
1d26cc5920
Delete redundant directory
2023-02-13 11:30:38 +00:00
huangjianhui
2abdba55a3
Merge branch 'develop' into encrypt_model
2023-02-13 19:22:37 +08:00
WJJ1995
47b1d27fbb
[Benchmark] Add macros for benchmark ( #1301 )
...
* add GPL lisence
* add GPL-3.0 lisence
* add GPL-3.0 lisence
* add GPL-3.0 lisence
* support yolov8
* add pybind for yolov8
* add yolov8 readme
* add cpp benchmark
* add cpu and gpu mem
* public part split
* add runtime mode
* fixed bugs
* add cpu_thread_nums
* deal with comments
* deal with comments
* deal with comments
* rm useless code
* add FASTDEPLOY_DECL
* add FASTDEPLOY_DECL
* fixed for windows
* mv rss to pss
* mv rss to pss
* Update utils.cc
* use thread to collect mem
* Add ResourceUsageMonitor
* rm useless code
* fixed bug
* fixed typo
* update ResourceUsageMonitor
* fixed bug
* fixed bug
* add note for ResourceUsageMonitor
* deal with comments
* add macros
* deal with comments
* deal with comments
* deal with comments
* re-lint
---------
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2023-02-13 16:12:54 +08:00
felixhjh
c9b3b513b1
Merge branch 'doc' of https://github.com/felixhjh/FastDeploy into merge_develop
2023-02-13 07:21:01 +00:00
felixhjh
ba5a1b79e1
Update by comments
2023-02-13 07:20:07 +00:00
felixhjh
031d02275b
Merge branch 'encrypt_model' of https://github.com/felixhjh/FastDeploy into encrypt_model
2023-02-13 06:32:19 +00:00
felixhjh
45b070e495
Format code
2023-02-13 06:31:04 +00:00
huangjianhui
9039f8ca1a
Merge branch 'develop' into doc
2023-02-13 11:15:31 +08:00
wwbitejotunn
289d353d99
Merge branch 'develop' of https://github.com/paddlepaddle/fastdeploy into set_stream_infer-shareExData
2023-02-13 03:14:18 +00:00
wwbitejotunn
abfa9fd850
prebind output by shareExternalData
2023-02-13 03:11:31 +00:00
huangjianhui
a30213b504
Merge branch 'develop' into encrypt_model
2023-02-13 10:42:46 +08:00
felixhjh
bf61f84d22
Add some args in encrypt.py
2023-02-13 02:35:55 +00:00
Jack Zhou
e63f5f369e
[Backend] Update paddle inference to 2.4-dev5 ( #1302 )
...
update paddle inference to 2.4-dev5
2023-02-12 15:13:39 +08:00
Jack Zhou
121a30b69f
[Other] Update fast_tokenizer version ( #1300 )
...
Update fast_tokenizer version
2023-02-12 15:13:32 +08:00
Zheng-Bicheng
6a3ac91057
[Model] Update rkyolo pybind ( #1294 )
...
更新rkyolo pybind
2023-02-11 09:09:53 +08:00
WJJ1995
59a4ab343f
[Benchmark]Add ResourceUsageMonitor to collect memory info ( #1269 )
...
* add GPL lisence
* add GPL-3.0 lisence
* add GPL-3.0 lisence
* add GPL-3.0 lisence
* support yolov8
* add pybind for yolov8
* add yolov8 readme
* add cpp benchmark
* add cpu and gpu mem
* public part split
* add runtime mode
* fixed bugs
* add cpu_thread_nums
* deal with comments
* deal with comments
* deal with comments
* rm useless code
* add FASTDEPLOY_DECL
* add FASTDEPLOY_DECL
* fixed for windows
* mv rss to pss
* mv rss to pss
* Update utils.cc
* use thread to collect mem
* Add ResourceUsageMonitor
* rm useless code
* fixed bug
* fixed typo
* update ResourceUsageMonitor
* fixed bug
* fixed bug
* add note for ResourceUsageMonitor
* deal with comments
---------
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2023-02-10 17:13:22 +08:00
felixhjh
341258a02e
Merge branch 'encrypt_model' of https://github.com/felixhjh/FastDeploy into encrypt_model
2023-02-10 05:06:47 +00:00
felixhjh
9d8b084155
Update tutorials for encryption model
2023-02-10 05:06:20 +00:00
huangjianhui
e8b55ab3c6
Merge branch 'develop' into encrypt_model
2023-02-10 13:03:40 +08:00
huangjianhui
9a299cd593
Merge branch 'develop' into doc
2023-02-10 12:57:04 +08:00
DefTruth
b732e4c711
[Bug Fix] Add bundle script for text api only pkg ( #1295 )
...
[Android] Add bundle script for text api only pkg
2023-02-10 12:00:43 +08:00
felixhjh
5160771a1c
Update runtime_option.h
2023-02-10 03:24:45 +00:00
DefTruth
ce424c313e
[XPU] Add XPU option for benchmark example ( #1287 )
...
* [XPU] Add xpu option for benchmark example
* [XPU] Add fp16 flags
2023-02-10 11:24:40 +08:00
Jack Zhou
1476f15d80
Merge pull request #1283 from wwbitejotunn/ppinfer_trt_bugfix
...
[Bug Fix] Paddle backend bug when tensorrt enable
2023-02-09 23:34:52 +08:00
felixhjh
942cee83d7
Add decrypt function to load encrypted model
2023-02-09 14:04:10 +00:00
wwbitejotunn
898b063216
get cache dir
2023-02-09 20:56:55 +08:00
wwbitejotunn
c2e5f6317e
fix paddle backend
2023-02-09 20:56:55 +08:00
wwbitejotunn
59c5fedc36
set stream by raw size_t
2023-02-09 12:53:08 +00:00
yeliang2258
4742f97819
[Bug Fix] Fix KunlunXin valid_places ( #1285 )
...
fix KunlunXin valid_places
2023-02-09 20:39:44 +08:00
leiqing
ea46586953
Update README_CN.md
2023-02-09 19:55:06 +08:00
huangjianhui
05be955187
Merge branch 'PaddlePaddle:develop' into develop
2023-02-09 16:42:36 +08:00
huangjianhui
99ca3dd3cf
Merge branch 'develop' into doc
2023-02-09 15:48:11 +08:00
felixhjh
8d1adceb89
Merge branch 'felixhjh-doc' into HEAD
2023-02-09 07:44:52 +00:00
felixhjh
b405cc3a2c
Update ppmatting directory
2023-02-09 07:38:11 +00:00
wwbitejotunn
4b293a89de
fix paddle backend
2023-02-09 05:51:30 +00:00
DefTruth
ab5377b5fa
[Benchmark] Add PaddleYOLOv8 cpp benchmark example & lite flags option ( #1270 )
...
* [Android] Add PaddleYOLOv8 cpp benchmark example & lite flags option
* [Benchmark] add linux x86_64 gpu benchmark build script
2023-02-09 11:58:07 +08:00
felixhjh
b1dc8c0989
Create README.md in ppmatting directory
2023-02-09 03:56:36 +00:00
felixhjh
9574d301c8
Add ppmatting soft link
2023-02-09 03:27:48 +00:00
felixhjh
0414f0fd73
Update doc
2023-02-09 02:43:38 +00:00
chenjian
3eb571a047
[C API] Add c api to fastdeploy ( #1217 )
...
* add c api to test ppclas model
* fix
* add ppdet
* refactor c api code
* remove local test make
* fix a bug
* fix according to review
* format file
* format file
* format file
* add types_internal.cc
---------
Co-authored-by: heliqi <1101791222@qq.com >
2023-02-09 10:19:40 +08:00
Jason
b8afb0d040
[Other] Move comments for deprecated functions ( #1275 )
...
Move comments for deprecated functions
2023-02-09 10:04:18 +08:00
yeliang2258
ef852579a9
[Bug Fix] Fix bugs in acc eval ( #1276 )
...
fix bugs in acc eval
2023-02-09 10:04:04 +08:00
Zheng-Bicheng
ad63c2707a
[Doc]Update RKNPU2 docs ( #1266 )
...
更新docs
2023-02-09 01:56:30 +00:00
felixhjh
09929d9d28
Update docs
2023-02-08 17:08:33 +00:00
felixhjh
c47a1c81aa
Update soft link
2023-02-08 16:50:08 +00:00
huangjianhui
14352eacdf
Update README.md
2023-02-09 00:38:38 +08:00
huangjianhui
b6b8835739
Update README.md
2023-02-09 00:36:54 +08:00
huangjianhui
eb1992d1a6
Update ppmatting
2023-02-09 00:36:05 +08:00