Files
FastDeploy/docs/api_docs
WJJ1995 7ce3da6556 [Doc] Add Preprocessor&&Postprocessor API (#665)
* 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
2022-11-22 19:59:18 +08:00
..
2022-11-14 18:44:33 +08:00
2022-10-15 22:01:27 +08:00
2022-10-15 22:01:27 +08:00
2022-10-15 22:01:27 +08:00

API文档生成

环境要求

  • Ubuntu
  • python >= 3.6

前置依赖安装

sudo apt-get install doxygen

pip install -r python/requirements.txt

文档生成

bash build.sh

执行完成后,浏览器打开当前目录下的index.html即可查阅API文档