From a2441c7fde102a65e3d8bdf6b01f1e623aa67c57 Mon Sep 17 00:00:00 2001 From: "Eric.Lee2021" <305141918@qq.com> Date: Sat, 24 Apr 2021 15:45:41 +0800 Subject: [PATCH] update --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ceba26b..1f937b0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,11 @@ * 为了更好更快的将已有的模型进行快速集成,实现应用。 * 该项目会尝试推出其它类型或是不同行业领域的项目应用。 * 虽然它才刚刚诞生,有各种不足,但是我会继续改进,努力让更多人看到它,希望它不仅仅是一个demo。 -## DpCas架构介绍(FrameWork) +## 项目简介 +### [1、DpCas架构介绍](#DpCas架构) +### [2、算法组件](#算法组件) +### [3、项目案例](#项目案例) +## DpCas架构介绍 ### DpCas FrameWork * DpCas的FrameWork如下图所示: ![dpcas_framework](https://codechina.csdn.net/EricLee/dpcas/-/raw/master/DpCasFrameWork.png) @@ -13,11 +17,6 @@ ### Application(应用 pipeline) * 具体应用流程,则是基于项目业务设计的pipeline的具体实现,以业务流为指导,去调用应用支持库(xxx_lib)和 算法组件(components)。 -## 项目简介 -### [1、算法组件](#算法组件) - -### [2、项目案例](#项目案例) - ## 算法组件 - [x] [手部检测(yolo_v3)](https://codechina.csdn.net/EricLee/yolo_v3) - [x] [人脸检测(yolo_v3)](https://codechina.csdn.net/EricLee/yolo_v3) -- GitLab