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
WJJ1995
aa6931bee9
[Model] Add YOLOv5-seg ( #988 )
...
* add onnx_ort_runtime demo
* rm in requirements
* support batch eval
* fixed MattingResults bug
* move assignment for DetectionResult
* integrated x2paddle
* add model convert readme
* update readme
* re-lint
* add processor api
* Add MattingResult Free
* change valid_cpu_backends order
* add ppocr benchmark
* mv bs from 64 to 32
* fixed quantize.md
* fixed quantize bugs
* Add Monitor for benchmark
* update mem monitor
* Set trt_max_batch_size default 1
* fixed ocr benchmark bug
* support yolov5 in serving
* Fixed yolov5 serving
* Fixed postprocess
* update yolov5 to 7.0
* add poros runtime demos
* update readme
* Support poros abi=1
* rm useless note
* deal with comments
* support pp_trt for ppseg
* fixed symlink problem
* Add is_mini_pad and stride for yolov5
* Add yolo series for paddle format
* fixed bugs
* fixed bug
* support yolov5seg
* fixed bug
* refactor yolov5seg
* fixed bug
* mv Mask int32 to uint8
* add yolov5seg example
* rm log info
* fixed code style
* add yolov5seg example in python
* fixed dtype bug
* update note
* deal with comments
* get sorted index
* add yolov5seg test case
* Add GPL-3.0 License
* add round func
* deal with comments
* deal with commens
Co-authored-by: Jason <jiangjiajun@baidu.com >
2023-01-11 15:36:32 +08:00
Jason
df20b2a02b
[Other] Remove useless macros ( #1095 )
...
* Remove useless macros
* triger ci
* fix check error
* rename INTEGRATE_PADDLE2ONNX to ENABLE_PADDLE2ONNX
2023-01-09 21:35:23 +08:00
Jason
af2ceff857
[Compile] Support build on jetson without python ( #1045 )
...
support jetson build
2023-01-04 10:53:12 +08:00
Jason
f038268c79
[Bug Fix] Fix build with Paddle Inference on Jetson ( #1019 )
...
Fix build with Paddle Inference on Jetson
2022-12-30 15:06:13 +08:00
Jack Zhou
9795a5287d
[Backend] Update paddle inference version ( #990 )
...
2.4-dev3 -> 2.4-dev4
2022-12-29 15:50:45 +08:00
Jason
b0988bf423
[Compile] Support custom paddle inference ( #839 )
...
* Support custom paddle inference
* update setup.py
2022-12-09 11:41:19 +08:00
Jack Zhou
647d6117f5
[Backend] Return paddle inference back to dev3 version ( #824 )
...
back_to_dev3
2022-12-07 21:18:20 +08:00
zhoushunjie
d3bf594493
Update paddle inference version
2022-12-05 10:49:54 +00:00
Hao Guan
d8d030b02f
[osx] detect cross compiling architecture ( #712 )
2022-11-28 11:26:19 +08:00
Jason
c76992c906
[Backend] Fix version of Paddle Inference with IPU ( #467 )
...
Fix version of Paddle Inference with IPU
2022-11-01 10:13:44 +08:00
Jack Zhou
f2747133d6
[Quantization] Update the paddle inference library to support quantization ( #455 )
...
Update the paddle inference version in linux x64 gpu, windows gpu
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-10-31 16:33:34 +08:00
czr-gc
ede59af857
[Backend] support ipu in paddle inference backend. ( #437 )
...
* feat(ipu): add ipu support for paddle_infer backend.
* fix(): remove unused env.
* fix(ipu): simplify user API for IPU.
* fix(cmake): fix merge conflict error in CMakeList.
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-10-30 18:59:59 +08:00
Jack Zhou
173bbf5af4
[Backend] Integrate TensorRT in Paddle Inference backend by default ( #381 )
...
* Modify filter of trt
* Add Note for trt libs
* Use paddle inference with trt package
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-10-18 15:29:06 +08:00
DefTruth
e24c592f43
[osx] fixed mac osx arm64 and x86_64 0.3.0 rpath error ( #374 )
...
* Update paddle_inference.cmake
* Update process_libraries.py.in
* Update process_libraries.py.in
* Update paddle_inference.cmake
* Update CMakeLists.txt
* Update VERSION_NUMBER
* Update VERSION_NUMBER
* Update download_prebuilt_libraries.md
* Update gpu.md
* Update cpu.md
* Update download_prebuilt_libraries.md
* Update jetson.md
* Update tensorrt_tricks.md
* Update cpp.md
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-10-16 15:23:35 +08:00
Jason
3ff562aa77
Bump up to version 0.3.0 ( #371 )
...
* Update VERSION_NUMBER
* Update paddle_inference.cmake
* Delete docs directory
* release new docs
* update version number
* add vision result doc
* update version
* fix dead link
* fix vision
* fix dead link
* Update README_EN.md
* Update README_EN.md
* Update README_EN.md
* Update README_EN.md
* Update README_EN.md
* Update README_CN.md
* Update README_EN.md
* Update README_CN.md
* Update README_EN.md
* Update README_CN.md
* Update README_EN.md
* Update README_EN.md
Co-authored-by: leiqing <54695910+leiqing1@users.noreply.github.com >
2022-10-15 22:01:27 +08:00
Jason
e6f8bd90cf
Revert Paddle Inference to No TRT version ( #355 )
2022-10-12 19:39:37 +08:00
Jason
945e197bd1
Fix bug of get input/output information from PaddleBackend ( #339 )
...
* Fix bug of get input/output information from PaddleBackend
* Support Paddle Inference with TensorRT (#340 )
* Fix bug
2022-10-12 11:37:26 +08:00
Jason
311a59c62d
Add patchelf to solve the build problem on Linux without patchelf ( #291 )
...
* add patchelf as tool
* Update CMakeLists.txt
2022-09-28 10:48:49 +08:00
Jason
5046574b95
Fix bug for part of detection model ( #243 )
...
* fix error for part of detection model
* fix error for part of detection model
* add patch paddle inference
2022-09-16 16:31:34 +08:00
Jason
695034fdad
Modify directory external
and build_scripts
name ( #225 )
...
modify directory name
2022-09-14 20:13:35 +08:00