FlyingQianMM e14034ab1a change ins_seg demo datasets il y a 5 ans
..
apis e14034ab1a change ins_seg demo datasets il y a 5 ans
images e14034ab1a change ins_seg demo datasets il y a 5 ans
slim 9ccb8108a0 first commit il y a 5 ans
tutorials e14034ab1a change ins_seg demo datasets il y a 5 ans
FAQ.md 9ccb8108a0 first commit il y a 5 ans
Makefile 9ccb8108a0 first commit il y a 5 ans
README.md ef99c704f4 Update README.md il y a 5 ans
conf.py 199d6e7fa1 modify docs il y a 5 ans
convertor.md 9ccb8108a0 first commit il y a 5 ans
datasets.md 9ccb8108a0 first commit il y a 5 ans
deploy.md c8e4761f76 update doc and fix bug for visualize il y a 5 ans
gpu_configure.md 9ccb8108a0 first commit il y a 5 ans
how_to_offline_run.md 08d61b700e modify docs il y a 5 ans
index.rst 3ce6110328 Update index.rst il y a 5 ans
install.md 42ae71f9c4 modify install doc il y a 5 ans
make.bat 9ccb8108a0 first commit il y a 5 ans
metrics.md 199d6e7fa1 modify docs il y a 5 ans
model_zoo.md 199d6e7fa1 modify docs il y a 5 ans
quick_start.md d2d629a330 Update quick_start.md il y a 5 ans
requirements.txt 9ccb8108a0 first commit il y a 5 ans

README.md

PaddleX文档

PaddleX的使用文档均在本目录结构下。文档采用Read the Docs方式组织,您可以直接访问在线文档进行查阅。

编译文档

在本目录下按如下步骤进行文档编译

  • 安装依赖: pip install -r requirements.txt
  • 编译: make html

编译完成后,编译文件在_build目录下,直接打开_build/html/index.html即可查阅。