Showing
1 changed file
with
8 additions
and
10 deletions
| ... | @@ -28,13 +28,12 @@ | ... | @@ -28,13 +28,12 @@ |
| 28 | <br /> | 28 | <br /> |
| 29 | <p align="center"> | 29 | <p align="center"> |
| 30 | <img src="/readme_img/camera.png" width="100" height="100"> | 30 | <img src="/readme_img/camera.png" width="100" height="100"> |
| 31 | - | 31 | + </p> |
| 32 | <h3 align="center">Mask-Wearing Discriminator!</h3> | 32 | <h3 align="center">Mask-Wearing Discriminator!</h3> |
| 33 | 33 | ||
| 34 | <p align="center"> | 34 | <p align="center"> |
| 35 | 웹캠을 이용한 실시간 마스크 착용 판별 및 출입부 작성 기능을 제공합니다. | 35 | 웹캠을 이용한 실시간 마스크 착용 판별 및 출입부 작성 기능을 제공합니다. |
| 36 | </p> | 36 | </p> |
| 37 | -</p> | ||
| 38 | 37 | ||
| 39 | 38 | ||
| 40 | 39 | ||
| ... | @@ -178,7 +177,7 @@ Teachable Machine 2.0을 이용해 마스크 착용을 유형별로 학습시킨 | ... | @@ -178,7 +177,7 @@ Teachable Machine 2.0을 이용해 마스크 착용을 유형별로 학습시킨 |
| 178 | <!-- ROADMAP --> | 177 | <!-- ROADMAP --> |
| 179 | ## Roadmap | 178 | ## Roadmap |
| 180 | 179 | ||
| 181 | -제안된 기능 및 발견된 오류는 목록은 [Issues](http://khuhub.khu.ac.kr/MWD/2020-02-OSS-TermProject/issues) 를 참조하십시오. | 180 | +제안된 기능 및 발견된 오류 목록은 [Issues](http://khuhub.khu.ac.kr/MWD/2020-02-OSS-TermProject/issues) 를 참조하십시오. |
| 182 | 181 | ||
| 183 | 182 | ||
| 184 | 183 | ||
| ... | @@ -197,12 +196,11 @@ Teachable Machine 2.0을 이용해 마스크 착용을 유형별로 학습시킨 | ... | @@ -197,12 +196,11 @@ Teachable Machine 2.0을 이용해 마스크 착용을 유형별로 학습시킨 |
| 197 | 196 | ||
| 198 | 해당 프로젝트에 기여하고 싶다면 아래의 절차를 따라주세요. <br> | 197 | 해당 프로젝트에 기여하고 싶다면 아래의 절차를 따라주세요. <br> |
| 199 | **어떠한 기여도 환영입니다!!**.<br> | 198 | **어떠한 기여도 환영입니다!!**.<br> |
| 200 | -1. Fork the Project | 199 | +1. 프로젝트를 fork 해주세요. |
| 201 | -2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) | 200 | +2. branch를 만들어주세요. (`git checkout -b feature/AmazingFeature`) |
| 202 | -3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`) | 201 | +3. 변경사항을 commit 해주세요. (`git commit -m 'Add some AmazingFeature'`) |
| 203 | -4. Push to the Branch (`git push origin feature/AmazingFeature`) | 202 | +4. branch에 push 해주세요. (`git push origin feature/AmazingFeature`) |
| 204 | -5. Open a Pull Request | 203 | +5. merge request 해주세요. |
| 205 | - | ||
| 206 | 204 | ||
| 207 | <!-- Reference --> | 205 | <!-- Reference --> |
| 208 | ## Reference | 206 | ## Reference |
| ... | @@ -215,7 +213,7 @@ Teachable Machine 2.0을 이용해 마스크 착용을 유형별로 학습시킨 | ... | @@ -215,7 +213,7 @@ Teachable Machine 2.0을 이용해 마스크 착용을 유형별로 학습시킨 |
| 215 | <a href="https://devdocs.io/node/">Node.js</a> | 213 | <a href="https://devdocs.io/node/">Node.js</a> |
| 216 | · | 214 | · |
| 217 | <a href="https://selenium-python.readthedocs.io">selenium</a> | 215 | <a href="https://selenium-python.readthedocs.io">selenium</a> |
| 218 | - | 216 | + . |
| 219 | <a href="https://developers.kakao.com/docs/latest/ko/voice/common">Kakao TTS API</a> | 217 | <a href="https://developers.kakao.com/docs/latest/ko/voice/common">Kakao TTS API</a> |
| 220 | 218 | ||
| 221 | 219 | ... | ... |
-
Please register or login to post a comment