Commit Graph

174 Commits

Author SHA1 Message Date
huangjianhui
1635c5a8b3 Update docs for wrong path (#338) 2022-10-10 13:51:53 +08:00
heliqi
a3fa5989d2 Fix set_paddle_mkldnn python interface (#328)
* fd serving add dockerfile

* fix enable_paddle_mkldnn

* delete disable_paddle_mkldnn

* fix python set_paddle_mkldnn

Co-authored-by: Jason <jiangjiajun@baidu.com>
2022-10-08 16:49:40 +08:00
heliqi
d57e997fa0 Fd serving add docker images correlation and docs (#311)
* fd serving add dockerfile

* fix enable_paddle_mkldnn

* delete disable_paddle_mkldnn

Co-authored-by: Jason <jiangjiajun@baidu.com>
2022-10-08 16:08:07 +08:00
yunyaoXYY
1efc0fa6b0 Add Quantization Function. (#256)
* Add PaddleOCR Support

* Add PaddleOCR Support

* Add PaddleOCRv3 Support

* Add PaddleOCRv3 Support

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Add PaddleOCRv3 Support

* Add PaddleOCRv3 Supports

* Add PaddleOCRv3 Suport

* Fix Rec diff

* Remove useless functions

* Remove useless comments

* Add PaddleOCRv2 Support

* Add PaddleOCRv3 & PaddleOCRv2 Support

* remove useless parameters

* Add utils of sorting det boxes

* Fix code naming convention

* Fix code naming convention

* Fix code naming convention

* Fix bug in the Classify process

* Imporve OCR Readme

* Fix diff in Cls model

* Update Model Download Link in Readme

* Fix diff in PPOCRv2

* Improve OCR readme

* Imporve OCR readme

* Improve OCR readme

* Improve OCR readme

* Imporve OCR readme

* Improve OCR readme

* Fix conflict

* Add readme for OCRResult

* Improve OCR readme

* Add OCRResult readme

* Improve OCR readme

* Improve OCR readme

* Add Model Quantization Demo

* Fix Model Quantization Readme

* Fix Model Quantization Readme

* Add the function to do PTQ quantization

* Improve quant tools readme

* Improve quant tool readme

* Improve quant tool readme

* Add PaddleInference-GPU for OCR Rec model

* Add QAT method to fastdeploy-quantization tool

* Remove examples/slim for now

* Move configs folder

* Add Quantization Support for Classification Model

* Imporve ways of importing preprocess

* Upload YOLO Benchmark on readme

* Upload YOLO Benchmark on readme

* Upload YOLO Benchmark on readme

* Improve Quantization configs and readme

* Add support for multi-inputs model
2022-10-08 15:45:28 +08:00
leiqing
5c5debde51 create new jetson usage docs (#319)
* create new jetson usage docs

build fastdeploy on Jetson、deploy AI model using fastdeploy sdk and demo based on MIPI CSI camera

* Update use_cpp_sdk_on_jetson.md

* Update use_cpp_sdk_on_jetson.md

* Update use_cpp_sdk_on_jetson.md
2022-10-07 11:38:20 +08:00
DefTruth
584ba3de68 [win] Add fastdeploy_init.bat and update docs (#320)
* [cmake] support Android arm64-v8a & armeabi-v7a native c++ sdk

* [cmake] fixed patchelf download on mac and android

* [lite] Add threads and power_mode option support

* [pybind] update runtime pybind for lite power mode

* [python] Add set_lite_power_mode api to runtime

* [Lite] add lite enable_fp16 option support

* [lite] add more options for lite backend.

* [cmake] fixed Paddle Lite typo

* [runtime] format LitePowerMode enum comments

* [runtime] format lite option comments

* [win] Add fastdeploy_init.bat and update docs

* [win] Add fastdeploy_init.bat and update docs
2022-10-06 15:57:18 +08:00
DefTruth
4de832bc37 [docs] Update how_to_change_backend.md (#316)
Update how_to_change_backend.md
2022-10-02 14:25:14 +08:00
Jason
275cec0ea4 Delete index.html 2022-09-30 17:38:42 +08:00
Jason
25db3bacc5 Create index.html 2022-09-30 17:38:29 +08:00
leiqing
dfb83a889e Update how_to_build_linux_and_mac.md 2022-09-30 12:09:12 +08:00
DefTruth
543622efaf [docs] update windows c++ sdk vs2019 usage docs (#306)
* [docs] add use_sdk_on_windows.md into quick_start

* [docs] add use_sdk_on_windows.md into quick_start

* Update use_sdk_on_windows.md

* Update how_to_use_sdk_on_windows.md

* Update use_sdk_on_windows.md

* Update how_to_use_sdk_on_windows.md

* Update how_to_use_sdk_on_windows.md

* Update use_sdk_on_windows.md
2022-09-29 13:07:23 +08:00
DefTruth
6e4c213f17 [docs] add use_sdk_on_windows.md into quick_start (#304)
* [docs] add use_sdk_on_windows.md into quick_start

* [docs] add use_sdk_on_windows.md into quick_start
2022-09-29 09:29:24 +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
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
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
Jason
82f0d2b652 Rename Frontend to ModelFormat in documents (#265) 2022-09-22 14:00:34 +08:00
leiqing
43352e3b4a Create how_to_change_backend.md 2022-09-22 12:15:44 +08:00
leiqing
f56819af6d Update ios_sdk.md 2022-09-22 12:09:46 +08:00
leiqing
1ec62e1df2 Update arm_linux_python_sdk_serving.md 2022-09-22 12:07:03 +08:00
leiqing
e3265daef4 Update arm_linux_python_sdk_inference.md 2022-09-22 12:06:14 +08:00
leiqing
0193310b22 Update arm_linux_python_sdk_inference.md 2022-09-22 12:05:13 +08:00
leiqing
02349f1060 Update arm_linux_cpp_sdk_inference.md 2022-09-22 12:03:17 +08:00
leiqing
8b363a5f16 Update arm_linux_cpp_sdk_inference.md 2022-09-22 12:01:40 +08:00
leiqing
5e824592a2 Update arm_linux_cpp_sdk_inference.md 2022-09-22 12:00:30 +08:00
leiqing
200a82545e Update arm_linux_cpp_sdk_serving.md 2022-09-22 11:59:34 +08:00
leiqing
a729d7f051 Update install_cpp_sdk.md 2022-09-22 11:58:22 +08:00
leiqing
b06568387e Update install_cpp_sdk.md 2022-09-22 11:57:59 +08:00
leiqing
e5e80be925 Update install_python_sdk.md 2022-09-22 11:55:31 +08:00
leiqing
f0ece659cc Update install_python_sdk.md 2022-09-22 11:55:21 +08:00
leiqing
2f0e66af5e Update Python_prebuilt_wheels.md 2022-09-22 11:54:53 +08:00
leiqing
74257d2760 Update install_python_sdk.md 2022-09-22 11:54:06 +08:00
leiqing
a2eae9ca97 Update segmentation_result.md 2022-09-22 11:50:58 +08:00
leiqing
5b1395f5c7 Update how_to_change_inference_backend.md 2022-09-22 11:43:44 +08:00
Jack Zhou
2d625fa265 Merge branch 'develop' into add_ort_path 2022-09-22 10:59:21 +08:00
leiqing
e4bf1f0f9b Update usage.md 2022-09-22 10:22:35 +08:00
leiqing
1e16c6374f Create usage.md 2022-09-22 10:21:07 +08:00
leiqing
e3423ba726 Rename usage.md to README.md 2022-09-22 10:17:33 +08:00
leiqing
78b2d42b6d Create usage.md 2022-09-22 10:15:19 +08:00
leiqing
3bc868c8c6 Create how_to_change_inference_backend.md 2022-09-22 00:07:04 +08:00
leiqing
77f189fbff Create runtime_option.md 2022-09-22 00:02:52 +08:00
leiqing
f4d68b06c5 Create runtime_option.md 2022-09-21 23:53:27 +08:00
leiqing
053f377b01 Create runtime.md 2022-09-21 23:52:21 +08:00
leiqing
073e8ab376 Create README.md 2022-09-21 23:50:42 +08:00
leiqing
a06359b2f1 Create uie_result.md 2022-09-21 23:49:52 +08:00
leiqing
0637c8cebd Create matting_result.md 2022-09-21 23:45:59 +08:00
leiqing
141c39510c Create segmentation_result.md 2022-09-21 23:43:46 +08:00
leiqing
5203c75820 Create ocr_result.md 2022-09-21 23:40:39 +08:00
zhoushunjie
662b1e6113 add ORT_DIRECTORY compiler option 2022-09-21 20:05:19 +08:00
leiqing
32596b3b89 Create README.md 2022-09-20 22:49:54 +08:00
leiqing
4589dcf096 Create detection_result.md 2022-09-20 22:48:43 +08:00