README.md 1.9 KB
Newer Older
Eric.Lee2021's avatar
Eric.Lee2021 已提交
1 2 3
# DpCas-Light  
### dpcas(Deep Learning Componentized Application System):深度学习组件化应用系统,为了更好更快的将已有的模型进行快速集成,实现应用。

Eric.Lee2021's avatar
update  
Eric.Lee2021 已提交
4
### 第一个完整 pipeline 的 项目,本地手势交互应用 Demo,之后会推出web架构的手势交互,另外除了手势相关,我也会尝试推出其它类型或是不同行业领域的项目应用。
Eric.Lee2021's avatar
Eric.Lee2021 已提交
5

Eric.Lee2021's avatar
update  
Eric.Lee2021 已提交
6
### 虽然它才刚刚诞生,有各种不足,但是我会继续改进,努力让更多人看到它,希望它不仅仅是一个demo。
Eric.Lee2021's avatar
uodate  
Eric.Lee2021 已提交
7

Eric.Lee2021's avatar
Eric.Lee2021 已提交
8
## DpCas架构介绍(FrameWork)
Eric.Lee2021's avatar
update  
Eric.Lee2021 已提交
9
### DpCas FrameWork
Eric.Lee2021's avatar
update  
Eric.Lee2021 已提交
10
* DpCas的FrameWork如下图所示:
Eric.Lee2021's avatar
Eric.Lee2021 已提交
11
![dpcas_framework](https://codechina.csdn.net/EricLee/dpcas/-/raw/master/DpCasFrameWork.png)
Eric.Lee2021's avatar
update  
Eric.Lee2021 已提交
12
### xxx_lib(应用支持库)
Eric.Lee2021's avatar
update  
Eric.Lee2021 已提交
13 14
* 具体应用对应的支持库,包括3部分如下图所示:
![dpcas_framework](https://codechina.csdn.net/EricLee/dpcas/-/raw/master/xxx_lib.png)
Eric.Lee2021's avatar
update  
Eric.Lee2021 已提交
15
### Application(应用 pipeline)
Eric.Lee2021's avatar
update  
Eric.Lee2021 已提交
16
* 具体应用流程,则是基于项目业务设计的pipeline的具体实现,以业务流为指导,去调用应用支持库(xxx_lib)和 算法组件(components)。
Eric.Lee2021's avatar
update  
Eric.Lee2021 已提交
17
## 项目案例介绍
Eric.Lee2021's avatar
Eric.Lee2021 已提交
18
### 项目1:手势交互项目(local 本地版本)
Eric.Lee2021's avatar
update  
Eric.Lee2021 已提交
19 20 21
* [手势交互项目-具体介绍](https://codechina.csdn.net/EricLee/dpcas/-/tree/master/lib/hand_lib/doc/README.md)  
 ![image_dogs](https://codechina.csdn.net/EricLee/dpcas/-/raw/master/samples/handpose_x.png)  

Eric.Lee2021's avatar
update  
Eric.Lee2021 已提交
22 23
### 项目2:Who You Want To See "你想看谁"
* [Who You Want To See "你想看谁"-具体介绍](https://codechina.csdn.net/EricLee/dpcas/-/tree/master/lib/wyw2s_lib/doc/README.md)
Eric.Lee2021's avatar
update  
Eric.Lee2021 已提交
24 25
 ![wyw2s](https://codechina.csdn.net/EricLee/dpcas/-/raw/master/samples/scene_seg.png)  
 ![wyw2s-b](https://codechina.csdn.net/EricLee/dpcas/-/raw/master/samples/scene_seg-b.png)  
Eric.Lee2021's avatar
Eric.Lee2021 已提交
26 27 28 29 30 31 32

## 项目配置  
### 1、软件  
* Python 3.7  
* PyTorch >= 1.5.1  
* opencv-python
* playsound
33

Eric.Lee2021's avatar
Eric.Lee2021 已提交
34 35 36

## 联系方式 (Contact)  
* E-mails: 305141918@qq.com