2024.01.18~2024.02.23
๊น์ ์ฐ | ๋งน์์ฑ | ๋ฐฑ์ํ | ๊น๋ณ์ง |
Frontend | Backend | Backend | Embedded |
์ ๋ฐฉ ์ฃผ์ ํ๋ง์ ๋น๋กฏํ ์์ ์ด์ ๋ถ์ดํ์ ๊ตํต์ฌ๊ณ ์ ์ฃผ ์์ธ์ด๋ค.
๋ํ, ํ์ฌ ์์ฉํ๋ ์์จ์ฃผํ ๋ ๋ฒจ2, ๋ ๋ฒจ3์์ ์ด์ ์๋ ์ฌ์ ํ ์์คํ
์ ์ง์ ์ด์ ์๊ตฌ์ ๋์ํด์ผ ํ ์๋ฌด๊ฐ ์๋ค.
๋ฐ๋ผ์ ์ฌ์ฉ์์ ์์ ์ด์ ์ ์ํด ์ด์ ์ต๊ด์ ํผ๋๋ฐฑํด์ฃผ๋ ๋ชจ๋น๋ฆฌํฐ SW๋ฅผ ๊ธฐํํ์๋ค.
์ฐจ๋ ์ผ์์ ๋ด๋ถ ์นด๋ฉ๋ผ๋ก ์ฐจ๋ ๋ด/์ธ๋ถ์ ์ํํ ์ด์ ์ํฉ๊ณผ ์ด์ ์ ์์ธ (e.g. ์ค์ ์์์ ์ฐจ์ ๋ณ๊ฒฝ, ์ ๋ฐฉ ์ฃผ์ ํ๋ง ๋ฑ)๋ฅผ ๊ฐ์งํ๋ค.
์ด ๋ฐ์ดํฐ๋ฅผ ๋ฐํ์ผ๋ก ์ด์ ์ ์๋ฅผ ์ฐ์ ํ๊ณ , ์ฃผํ ๋ฆฌํฌํธ๋ฅผ ์ ๊ณตํ๋ค.
์ถ๊ฐ์ ์ผ๋ก ๋ค์ํ ์ด์ ๋ฐฐ์ง ํ๋์ ํตํด ์์ ์ด์ ์ ๋ํ ์ฑ์ทจ๊ฐ๊ณผ ๋๊ธฐ ๋ถ์ฌ๋ฅผ ์ ๊ณตํ๋ ๋ชจ๋ฐ์ผ ์น ์๋น์ค๋ฅผ ๊ธฐํํ๋ค.
default.MP4
Detail information in this link: Here
Monitor the driver's forward attention by pupil, head pose and phone detection.
Three evaluation factors - Closed eye detection, Head pose estimation, Phone detection
Monitor the illegal lane change like changing in solid line and without direction light.
DrivenDist - Report driving distance and current veloicity.
Joystick_usb - Control RC car with joystick.
LaeDetection, lane_ex - Lane detetction with HSV(HSL) filtering.
๋ฌธ์ ์ํฉ : EC2 ์ธ์คํด์ค๋ก ๋ฐฐํฌ, codedeploy์ Github Actions๋ก ๋ฐฐํฌ ์๋ํํด์ ์ฌ์ฉํ๋์ค ์๋ฒ ๊ฐ์๊ธฐ ๋๋ ค์ง-> ๋ค์ด๋จ
- EC2 ์ธ์คํด์ค์ ๋น๋ํ์ผ, ์คํ์ค์ธ 8080 ํฌํธ ์์ ํ์ธ
systemctl enable codedeploy-agent
: ์ฌ๋ถํ ์ ๊บผ์ง๋ CodeDeploy ์๋์ผ๋ก ์ผ์ง๊ฒ ์ค์
- EC2 ์ธ์คํด์ค์๋ mysqld ํ์ ์๋๋ฐ ๊ณ์ ์คํํ๋ฉด์ ๋ฉ๋ชจ๋ฆฌ ๊ณผ๋ถํ ๋ฐ์
systemctl disable mysqld
: ์ธ์คํด์ค ์ฌ๋ถํ ์์๋ ์๋์ผ๋ก mysqld ์์ผ์ง๊ฒ ์ค์ - swap memory ๋ก ๋ฉ๋ชจ๋ฆฌ ํ๋ณด
sudo dd if=/dev/zero of=/swapfile bs=128M count=16
sudo chmod 600/swapfile
sudo swapon /swapfile
sudo swapon -s
sudo vi /etc/fstab
: ๋ฉ๋ชจ๋ฆฌ ๋จ์๊ฑฐ ํ์ธ