diff --git a/README.rst b/README.rst index dbe1127..1834d19 100644 --- a/README.rst +++ b/README.rst @@ -11,8 +11,8 @@ ESP-WHO 提供了例如人脸检测、人脸识别、猫脸检测和手势识别 ESP-WHO 的运行基于 ESP-IDF。`ESP-DL `_ 为 ESP-WHO 提供了丰富的深度学习接口。 配合各种外设可以实现许多有趣的应用。 -.. figure:: ./img/overview.drawio.png - :alt: overview of ESP-WHO +.. figure:: ./img/architecture_cn.drawio.svg + :alt: architecture of ESP-WHO :align: center .. diff --git a/img/architecture_cn.drawio.svg b/img/architecture_cn.drawio.svg new file mode 100644 index 0000000..ee9c23e --- /dev/null +++ b/img/architecture_cn.drawio.svg @@ -0,0 +1,420 @@ + + + + + + + +
+
+
+ + + + ... + + ESP-WHO + + +
+
+
+
+ + ...ESP-WHO + +
+
+ + + + +
+
+
+ + + ESP-IDF + + +
+
+
+
+ + ESP-IDF + +
+
+ + + + +
+
+
+ + + +
+ + 外设 + +
+
+
+
+
+
+ + ... + +
+
+ + + + +
+
+
+ + 摄像头 + +
+
+
+
+ + 摄像头 + +
+
+ + + + +
+
+
+ + LCD + +
+
+
+
+ + LCD + +
+
+ + + + +
+
+
+ + Wi-Fi + +
+
+
+
+ + Wi-Fi + +
+
+ + + + +
+
+
+ + LED + +
+
+
+
+ + LED + +
+
+ + + + +
+
+
+ + 按键 + +
+
+
+
+ + 按键 + +
+
+ + + + +
+
+
+ + ... + +
+
+
+
+ + ... + +
+
+ + + + +
+
+
+ + + +
+ + 深度学习库 + +
+
+
+
+
+
+ + ... + +
+
+ + + + +
+
+
+ + + ESP-DL + + +
+
+
+
+ + ESP-DL + +
+
+ + + + +
+
+
+ + + +
+ + 示例 + +
+
+
+
+
+
+ + ... + +
+
+ + + + +
+
+
+ + 手势识别 + +
+
+
+
+ + 手势识别 + +
+
+ + + + +
+
+
+ + 人脸检测 + +
+
+
+
+ + 人脸检测 + +
+
+ + + + +
+
+
+ + 猫脸检测 + +
+
+
+
+ + 猫脸检测 + +
+
+ + + + +
+
+
+ + 运动检测 + +
+
+
+
+ + 运动检测 + +
+
+ + + + +
+
+
+ + 人脸识别 + +
+
+
+
+ + 人脸识别 + +
+
+ + + + +
+
+
+ + 颜色检测 + +
+
+
+
+ + 颜色检测 + +
+
+ + + + +
+
+
+ + 已发布 + +
+
+
+
+ + 已发布 + +
+
+ + + + +
+
+
+ + 开发中 + +
+
+
+
+ + 开发中 + +
+
+
+ + + + + Viewer does not support full SVG 1.1 + + + +
\ No newline at end of file diff --git a/img/architecture_en.drawio.svg b/img/architecture_en.drawio.svg new file mode 100644 index 0000000..13e6e27 --- /dev/null +++ b/img/architecture_en.drawio.svg @@ -0,0 +1,420 @@ + + + + + + + +
+
+
+ + + + ... + + ESP-WHO + + +
+
+
+
+ + ...ESP-WHO + +
+
+ + + + +
+
+
+ + + ESP-IDF + + +
+
+
+
+ + ESP-IDF + +
+
+ + + + +
+
+
+ + + +
+ + Peripherals + +
+
+
+
+
+
+ + ... + +
+
+ + + + +
+
+
+ + Camera + +
+
+
+
+ + Camera + +
+
+ + + + +
+
+
+ + LCD + +
+
+
+
+ + LCD + +
+
+ + + + +
+
+
+ + Wi-Fi + +
+
+
+
+ + Wi-Fi + +
+
+ + + + +
+
+
+ + LED + +
+
+
+
+ + LED + +
+
+ + + + +
+
+
+ + Button + +
+
+
+
+ + Button + +
+
+ + + + +
+
+
+ + ... + +
+
+
+
+ + ... + +
+
+ + + + +
+
+
+ + + +
+ + Deep Learning Library + +
+
+
+
+
+
+ + ... + +
+
+ + + + +
+
+
+ + + ESP-DL + + +
+
+
+
+ + ESP-DL + +
+
+ + + + +
+
+
+ + + +
+ + Examples + +
+
+
+
+
+
+ + ... + +
+
+ + + + +
+
+
+ + Hand Pose Recognition + +
+
+
+
+ + Hand Pose Recognition + +
+
+ + + + +
+
+
+ + Human Face Detection + +
+
+
+
+ + Human Face Detection + +
+
+ + + + +
+
+
+ + Cat Face Detection + +
+
+
+
+ + Cat Face Detection + +
+
+ + + + +
+
+
+ + Motion Detection + +
+
+
+
+ + Motion Detection + +
+
+ + + + +
+
+
+ + Human Face Recognition + +
+
+
+
+ + Human Face Recognition + +
+
+ + + + +
+
+
+ + Color Detection + +
+
+
+
+ + Color Detection + +
+
+ + + + +
+
+
+ + Released + +
+
+
+
+ + Released + +
+
+ + + + +
+
+
+ + Developing + +
+
+
+
+ + Developing + +
+
+
+ + + + + Viewer does not support full SVG 1.1 + + + +
\ No newline at end of file diff --git a/img/overview.drawio.png b/img/overview.drawio.png deleted file mode 100644 index 80738a0..0000000 Binary files a/img/overview.drawio.png and /dev/null differ