- ์ค๊ฐ ์ํฅ ํํ์ ์ง์ ์ ์ผ๋ก ์์ธกยทํ์ฉํ๋ ์ํฅ ๋ชจ๋ธ๊ณผ ๋ณด์ฝ๋๋ฅผ ๊ฒฐํฉํ ์ ๊ฒฝ๋ง ๊ธฐ๋ฐ ์์ฑ ํฉ์ฑ ์ฐ๊ตฌ ์ด๊ธฐ ํต์ฌ ํจ๋ฌ๋ค์
- ํต์ฌ ๊ณผ์ : ํ ์คํธ โ ์๊ฐโ์ฃผํ์ ์ค๊ฐ ์ํฅ ํํ โ ํํ
- ์ฅ์
- ๋ชจ๋์ฑ (modularity) : ์ํฅ ๋ชจ๋ธ๊ณผ ๋ณด์ฝ๋๋ฅผ ๋ ๋ฆฝ์ ์ผ๋ก ๊ต์ฒดยท์ฌํ์ต ๊ฐ๋ฅ
- ์ง๋จ ์ฉ์ด์ฑ (diagnosability) : ์ค๊ฐ ์ํฅ ํํ์์ ์ค๋ฅ ์์ธ ๋ถํดยท์๊ฐํ ์ฉ์ด
- ์ ์ด ๊ฐ๋ฅ์ฑ (controllability) : ์ ์ง์๊ธธ์ด(duration)ยท์ ๋๋ฎ์ด(pitch)ยท์ ์ธ๊ธฐ(energy) ๋ฑ์ ์ง์ ์์ธกํ๊ฑฐ๋ ์ ์ด ๋ณ์๋ก ํ์ฉํ์ฌ ์ด์จ(prosody) ์ ์ด๊ฐ ์ฉ์ด
๐คช
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # ================================================================================ | |
| # 1. ์๊ฐ ๊ฐ์ ๋ฐ ์๋ ์กฐ์ | |
| # ================================================================================ | |
| # --date๋ Author Date๋ฅผ, ํ๊ฒฝ ๋ณ์๋ Committer Date๋ฅผ ๋ฐ๊ฟ. ๋ ๋ค ๋ง์ถฐ์ผ ์๋ฒฝํจ. | |
| GIT_COMMITTER_DATE="2026-02-21T14:10:00" git commit -m "update shell script" --date="2026-02-21T14:10:00" | |
| # [Windows CMD ๋ฒ์ ผ] | |
| # set GIT_COMMITTER_DATE=2026-02-21T14:10:00 && git commit -m "..." --date="2026-02-21T14:10:00" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
- Install
jupyterlabon Ubuntu withoutconda.
# sudo apt update # if needed
# sudo apt install python3-pip python3-dev # if needed
pip3 install jupyterlab- Generate a Jupyter configuration file and modify.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
- ํ ๋ ํฌ์งํ ๋ฆฌ: boostcampaitech3/final-project-level3-cv-11
- ๋ชจ๋ธ ๋ฐ ๋ผ์ด๋ธ๋ฌ๋ฆฌ ์คํ: shhommychon/detect-and-distort-faces
- Kivy ์๋๋ก์ด๋ ์ฑ ๊ฐ๋ฐ ํ ์คํธ: shhommychon/detect-and-distort-faces-android
- PyTorch Mobile ์๋๋ก์ด๋ ์ฑ ์์ ํ ์คํธ: shhommychon/detect-and-distort-faces-pytorch-mobile
- streamlit์ ์ด์ฉํ ๋ฐ๋ชจ: shhommychon/detect-and-distort-faces-streamlit
-
์ฝ๋ฉ์์ Indent ์นธ 2์นธ -> 4์นธ์ผ๋ก ์์ ํ๊ธฐ
-
์ถ์ฒ: StackOverflow
-
Tools ๋๊ตฌ > Preferences ์ค์ > ํธ์ง๊ธฐ Editor > ๋ค์ฌ์ฐ๊ธฐ ๋๋น(๊ณต๋ฐฑ ๊ฐ์) Indentation width in spaces
-
-
๊ตฌ๊ธ ์ฝ๋ฉ ๋ฐํ์ ์ฐ๊ฒฐ ๋๊น ๋ฐฉ์ง
NewerOlder
