mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-12 20:11:20 +08:00

* 第一次提交 * 补充一处漏翻译 * deleted: docs/en/quantize.md * Update one translation * Update en version * Update one translation in code * Standardize one writing * Standardize one writing * Update some en version * Fix a grammer problem * Update en version for api/vision result * Merge branch 'develop' of https://github.com/charl-u/FastDeploy into develop * Checkout the link in README in vision_results/ to the en documents * Modify a title * Add link to serving/docs/ * Finish translation of demo.md
967 B
967 B
English | 中文
Third Library Dependency
FastDeploy will depend on the following third libraries according to compile options.
- OpenCV: OpenCV 3.4.16 library will be downloaded and pre-compiled automatically while ENABLE_VISION=ON.
- ONNX Runimte: ONNX Runtime library will be downloaded automatically while ENABLE_ORT_BACKEND=ON.
- OpenVINO: OpenVINO library will be downloaded automatically while ENABLE_OPENVINO_BACKEND=ON.
You can decide your own third libraries that exist in the environment by setting the following switches.
- OPENCV_DIRECTORY: Specify the OpenCV path in your environment, e.g.
-DOPENCV_DIRECTORY=/usr/lib/aarch64-linux-gnu/cmake/opencv4/
- ORT_DIRECTORY: Specify the ONNX Runtime path in your environment, e.g.
-DORT_DIRECTORY=/download/onnxruntime-linux-x64-1.0.0
- OPENVINO_DIRECTORY: Specify the OpenVINO path in your environment, e.g.
-DOPENVINO_DIRECTORY=//download/openvino