From faf73e688989ae14bcd6e09f596e30831f2ccb1a Mon Sep 17 00:00:00 2001 From: KIM DONGHEE Date: Mon, 20 Sep 2021 23:51:22 +0900 Subject: [PATCH] Update README.md --- README.md | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fb6d932..b0bd39d 100644 --- a/README.md +++ b/README.md @@ -58,15 +58,18 @@ Update project documents -- null +- Introduction +- Getting Started +- 1. Map out +- 2. Electronic Control Research -- Robot / AI Robot Hand with Raspberry Pi - 1. Map out -- Robot / AI Robot Hand with Raspberry Pi - 2. Electronic Control Research -- Robot / AI Robot Hand with Raspberry Pi - 3. Hardware Research +- Robot / AI Robot Hand with Raspberry Pi - 1. 구상 +- Robot / AI Robot Hand with Raspberry Pi - 2. 전자제어 연구 +- Robot / AI Robot Hand with Raspberry Pi - 3. 하드웨어 연구 ## 🗂 Folder Structure @@ -92,6 +95,25 @@ Update project documents │ │ │ ├── vid-hand2.mp4 │ │ │ └── vid-hand3.mp4 │ │ └── main_handRecognition.py + │ ├── mask-recognition + │ │ ├── assets + │ │ │ ├── mask_1.png + │ │ │ ├── mask_2.png + │ │ │ ├── no_mask_1.png + │ │ │ └── no_mask_2.png + │ │ ├── dataset + │ │ │ ├── with_mask + │ │ │ │ └── ... + │ │ │ └── without_mask + │ │ │ └── ... + │ │ ├── face_recognizer + │ │ │ ├── deploy.prototxt + │ │ │ └── res10_300x300_ssd_iter_140000.caffemodel + │ │ ├── loss_acc_plot.png + │ │ ├── main_maskRecongition_image.py + │ │ ├── main_maskRecongition_video.py + │ │ ├── mask_recognizer.model + │ │ └── train_maskRecongition.py │ └── text-recognition │ ├── assets │ │ ├── image