Zheng-Bicheng
b829a4e23c
Merge branch 'develop' into tiny_pose
2023-02-16 17:35:02 +08:00
DefTruth
ee85a3cade
[Benchmark] Add precision evaluation api from benchmark ( #1310 )
...
* [Benchmark] Init benchmark precision api
* [Benchmark] Init benchmark precision api
* [Benchmark] Add benchmark precision api
* [Benchmark] Calculate the statis of diff
* [Benchmark] Calculate the statis of diff
* [Benchmark] Calculate the statis of diff
* [Benchmark] Calculate the statis of diff
* [Benchmark] Calculate the statis of diff
* [Benchmark] Add SplitDataLine utils
* [Benchmark] Add LexSortByXY func
* [Benchmark] Add LexSortByXY func
* [Benchmark] Add LexSortDetectionResultByXY func
* [Benchmark] Add LexSortDetectionResultByXY func
* [Benchmark] Add tensor diff presicion test
* [Benchmark] fixed conflicts
* [Benchmark] fixed calc tensor diff
* fixed build bugs
* fixed ci bugs when WITH_TESTING=ON
2023-02-16 17:16:14 +08:00
Zheng-Bicheng
5893f2dceb
Merge remote-tracking branch 'origin/tiny_pose' into tiny_pose
2023-02-16 10:38:19 +08:00
Zheng-Bicheng
2b7c23683a
按照要求更新
2023-02-16 10:38:10 +08:00
Zheng-Bicheng
fade3f4fcf
Merge branch 'develop' into tiny_pose
2023-02-16 09:29:38 +08:00
Zheng-Bicheng
8faca05280
更新pybind
2023-02-15 21:03:15 +08:00
Zheng-Bicheng
8c42b708f6
删除无用代码,更新python脚本
2023-02-15 21:01:06 +08:00
Zheng-Bicheng
2b1631b563
更新pptinypose模型
2023-02-15 20:55:26 +08:00
Zheng-Bicheng
53333c5db6
更新example 和模型转换代码
2023-02-15 20:37:42 +08:00
Zheng-Bicheng
f900199c02
更新example 和模型转换代码
2023-02-15 19:53:48 +08:00
Zheng-Bicheng
4ccfbead16
更新Preprocess代码
2023-02-15 19:25:44 +08:00
Zheng-Bicheng
bdfb7b0008
[Doc] Update RKNPU2 Docs ( #1337 )
...
更新PPHumanSeg Example代码
2023-02-15 19:18:34 +08:00
leiqing
5f667b5a0c
Update README_CN.md
2023-02-15 18:52:00 +08:00
Zheng-Bicheng
c948b72e6c
更新PPHumanSeg Example代码
2023-02-15 18:08:02 +08:00
Zheng-Bicheng
a79d17b8c6
[Bug Fix] Update pphumanseg rknpu2 example ( #1255 )
...
更新pphumanseg example格式
2023-02-15 17:59:36 +08:00
Zheng-Bicheng
32af870711
[Doc] Update RKYOLO Docs ( #1330 )
...
* 更新docs
* 修正docs错误
* 更新docs
* 更新python example脚本和ppyoloe转换脚本
* 更新PaddleDetection文档
* 更新文档
* 更新文档
* 更新文档
* 更新文档
* 更新文档
* 更新RKYOLO系列模型文档
* 更新PaddleDetection python example
2023-02-15 17:55:58 +08:00
WJJ1995
da94fc46cf
[Benchmark] Support PaddleClas cpp benchmark ( #1324 )
...
* 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
* rm pmap and use mem api
* rm pmap and use mem api
* add mem api
* Add PrintBenchmarkInfo func
* Add PrintBenchmarkInfo func
* Add PrintBenchmarkInfo func
* deal with comments
* fixed enable_paddle_to_trt
* add log for paddle_trt
* support ppcls benchmark
* use new trt option api
* update benchmark info
* simplify benchmark.cc
* simplify benchmark.cc
* deal with comments
---------
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2023-02-15 17:25:49 +08:00
huangjianhui
6a2cfde8d1
Merge pull request #1245 from felixhjh/doc
...
[Doc] Update PaddleSeg example directory
2023-02-15 16:05:10 +08:00
felixhjh
3835d06654
Save png format image in matting example to support transparent background
2023-02-15 07:33:45 +00:00
felixhjh
dbf446af85
Merge remote-tracking branch 'upstream/develop' into doc
2023-02-15 07:21:05 +00:00
felixhjh
260613e716
Merge branch 'felixhjh-doc' into develop
2023-02-15 07:16:56 +00:00
felixhjh
fb1d95c7c9
Update docs
2023-02-15 07:11:41 +00:00
chenjian
f43ff32752
[C# api] add c sharp api for fastdeploy ( #1246 )
...
* add c sharp api for fastdeploy
* update accroding to c apis
* add cmakelist for c sharp api
* add cmakelists for c sharp
* fix cmakelists
* fix cmakelists
* add c sharp api for fastdeploy
* add ppyoloe demo
* add ppyoloe demo
* modify demo namespace code
* add readme
* fix format
* format code
* fix doc
---------
Co-authored-by: heliqi <1101791222@qq.com >
2023-02-15 14:27:31 +08:00
Jason
e12091f343
Update use_sdk_on_windows.md
2023-02-15 14:15:48 +08:00
huangjianhui
30c7207298
Merge pull request #1313 from felixhjh/matting
...
[Other] Update VisMatting function supports matting with transparent background
2023-02-15 13:24:19 +08:00
huangjianhui
328b306d27
Merge branch 'develop' into matting
2023-02-15 11:18:36 +08:00
felixhjh
5dfd590741
Merge branch 'matting' of https://github.com/felixhjh/FastDeploy into matting
2023-02-15 03:18:15 +00:00
felixhjh
5daedd21a3
Refactor by comments
2023-02-15 03:17:51 +00:00
Jason
7a4b2f3177
[Other] Optimize rknpu2 backend ( #1318 )
...
* Optimize rknpu2 backend
* Fix error
* Fix comparision error
2023-02-15 11:11:37 +08:00
DefTruth
001c46558a
Merge branch 'develop' into doc
2023-02-14 19:19:52 +08:00
huangjianhui
9a74b44f8a
Merge branch 'develop' into matting
2023-02-14 18:49:39 +08:00
CoolCola
a5d23c57d0
[Bug fix]add yolov7face landmarks ( #1297 )
...
* add yolov7face benchmark
* fix review problem
* fix review problems
2023-02-14 18:36:28 +08:00
WJJ1995
c25d1cc1bc
[Backend]Fixed enable_paddle_to_trt() bug ( #1320 )
...
* 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
* rm pmap and use mem api
* rm pmap and use mem api
* add mem api
* Add PrintBenchmarkInfo func
* Add PrintBenchmarkInfo func
* Add PrintBenchmarkInfo func
* deal with comments
* fixed enable_paddle_to_trt
* add log for paddle_trt
---------
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2023-02-14 17:51:39 +08:00
huangjianhui
6d72073d09
Merge branch 'develop' into matting
2023-02-14 17:39:12 +08:00
Zheng-Bicheng
fc6edcc541
[Model] Update PPDetection RKNPU2 ( #1323 )
...
* 更新docs
* 修正docs错误
* 更新docs
* 更新python example脚本和ppyoloe转换脚本
2023-02-14 17:34:41 +08:00
felixhjh
39639009d1
Refactor code
2023-02-14 09:34:06 +00:00
Jack Zhou
41c5f2de5a
Merge pull request #1305 from wwbitejotunn/set_stream_infer-shareExData
...
[Backend] Set inference with extra stream and prebind output tensor with share ex data
2023-02-14 17:08:56 +08:00
Zheng-Bicheng
cd5a54cd75
[Bug Fix] Fix the bug reported by RK3568 Runtime under the latest driver ( #1311 )
...
* 更新rkyolo runtime 在rk3568最新驱动下报错的问题
* 删除debug代码
2023-02-14 15:40:15 +08:00
WJJ1995
2dfda1db85
[Benchmark] Remove pmap and use mem api ( #1309 )
...
* 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
* rm pmap and use mem api
* rm pmap and use mem api
* add mem api
* Add PrintBenchmarkInfo func
* Add PrintBenchmarkInfo func
* Add PrintBenchmarkInfo func
* deal with comments
---------
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com >
2023-02-14 15:00:05 +08:00
chenjian
abae858f09
[C api] Add install command for c api and a demo in paddledection ( #1289 )
...
* add c api demo and fix bugs
* fix doc
* add config.h.in
* add config.h.in
* add config.h.in
2023-02-14 14:28:23 +08:00
Wang Bojun
a0fc0d5e49
Merge branch 'develop' into set_stream_infer-shareExData
2023-02-14 14:23:33 +08:00
wwbitejotunn
727fdc5863
reuse setStream c++ interface, add set_raw_stream python api
2023-02-14 06:22:47 +00:00
huangjianhui
f4371b3c6d
Merge branch 'develop' into matting
2023-02-14 11:41:17 +08:00
huangjianhui
0a6869b650
Update visualize.h
2023-02-14 11:32:33 +08:00
huangjianhui
c62dbb7367
Update visualize.h
2023-02-14 11:24:08 +08:00
huangjianhui
7bd8bbfb84
Update visualize_pybind.cc
2023-02-14 11:21:44 +08:00
huangjianhui
3aafceed07
Merge pull request #1290 from felixhjh/encrypt_model
...
[Other] FastDeploy adds load encrypted model Api
2023-02-14 11:19:47 +08:00
felixhjh
619b561817
Update api && comments
2023-02-14 03:18:54 +00:00
wwbitejotunn
f1ab47a4ef
code revine
2023-02-13 18:16:45 +00:00
huangjianhui
0a6ce5a6ed
Merge branch 'develop' into matting
2023-02-13 23:41:35 +08:00