From 0d4c2ea7d5471c5074f952ec22f71474240daf85 Mon Sep 17 00:00:00 2001 From: YixinKristy <48054808+YixinKristy@users.noreply.github.com> Date: Thu, 7 Apr 2022 15:24:44 +0800 Subject: [PATCH] Update README_en.md --- configs/keypoint/README_en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/keypoint/README_en.md b/configs/keypoint/README_en.md index 52ccfbddc..8a94ac6bd 100644 --- a/configs/keypoint/README_en.md +++ b/configs/keypoint/README_en.md @@ -19,7 +19,7 @@ - [Deployment for Top-Down models](#deployment-for-top-down-models) - [Deployment for Bottom-Up models](#deployment-for-bottom-up-models) - [Joint Inference with Multi-Object Tracking Model FairMOT](#joint-inference-with-multi-object-tracking-model-fairmot) - - [Complete Deploy Instruction and Demo](#4Complete Deploy Instruction and Demo) + - [Complete Deploy Instruction and Demo](#4Complete-Deploy-Instruction-an-Demo) - [BenchMark](#benchmark) ## Introduction @@ -177,7 +177,7 @@ python deploy/python/mot_keypoint_unite_infer.py --mot_model_dir=output_inferenc **Note:** To export MOT model, please refer to [Here](../../configs/mot/README_en.md). -### 4. Complete Deploy Instruction and Demo +### 4.Complete Deploy Instruction and Demo ​ We provide standalone deploy of PaddleInference(Server-GPU)、PaddleLite(mobile、ARM)、Third-Engine(MNN、OpenVino), which is independent of training codes。For detail, please click [Deploy-docs](https://github.com/PaddlePaddle/PaddleDetection/blob/develop/deploy/README_en.md)。 -- GitLab