diff --git a/README_cn.md b/README_cn.md index 62df8c36c12af9c99a106d4e1332279ff9b26ee8..7d307f7f6293b96f71c4fd9d23145f58116895aa 100644 --- a/README_cn.md +++ b/README_cn.md @@ -187,7 +187,8 @@ PaddleDetection模块化地实现了多种主流目标检测算法,提供了 - [安装说明](docs/tutorials/INSTALL_cn.md) - [快速开始](docs/tutorials/QUICK_STARTED_cn.md) -- [训练/评估/预测流程](docs/tutorials/GETTING_STARTED_cn.md) +- [如何准备数据](docs/tutorials/PrepareDataSet.md) +- [训练/评估/预测/部署流程](docs/tutorials/DetectionPipeline.md) - [如何自定义数据集](docs/tutorials/Custom_DataSet.md) - [常见问题汇总](docs/FAQ.md) @@ -206,7 +207,7 @@ PaddleDetection模块化地实现了多种主流目标检测算法,提供了 - [服务器端Python部署](deploy/python) - [服务器端C++部署](deploy/cpp) - [移动端部署](https://github.com/PaddlePaddle/Paddle-Lite-Demo) - - [在线Serving部署](https://github.com/PaddlePaddle/Serving) + - [在线Serving部署](deploy/serving) - [推理Benchmark](docs/advanced_tutorials/deploy/BENCHMARK_INFER_cn.md) - 进阶开发 - [新增数据预处理](docs/advanced_tutorials/READER.md) diff --git a/README_en.md b/README_en.md index 3ef77c16e483386105d2a68f2f09e2fe9f53fe92..7f7af39526b60a9f9b572bb8e7f2c55a3be91e73 100644 --- a/README_en.md +++ b/README_en.md @@ -123,7 +123,8 @@ The following is the relationship between COCO mAP and FPS on Tesla V100 of SOTA - [Installation guide](docs/tutorials/INSTALL.md) - [Quick start on small dataset](docs/tutorials/QUICK_STARTED.md) -- [Train/Evaluation/Inference](docs/tutorials/GETTING_STARTED.md) +- [Prepare dataset](docs/tutorials/PrepareDataSet.md) +- [Train/Evaluation/Inference/Deploy](docs/tutorials/DetectionPipeline.md) - [How to train a custom dataset](docs/tutorials/Custom_DataSet.md) - [FAQ](docs/FAQ.md) @@ -147,6 +148,8 @@ The following is the relationship between COCO mAP and FPS on Tesla V100 of SOTA - [Export model for inference](docs/advanced_tutorials/deploy/EXPORT_MODEL.md) - [Python inference](deploy/python) - [C++ inference](deploy/cpp) + - [Mobile](https://github.com/PaddlePaddle/Paddle-Lite-Demo) + - [Serving](deploy/serving) - [Inference benchmark](docs/advanced_tutorials/deploy/BENCHMARK_INFER_cn.md) ## Model Zoo