🔴 공부할 영상 및 링크주소
- 🟤 Train Custom Data 따라하기
https://www.youtube.com/watch?v=y3FkRXZqE2s- ⚪ Deep Drowsiness Detection using YOLO, Pytorch and Python
https://www.youtube.com/watch?v=tFNJGim3FXw&t=208s
⚪ Deep Drowsiness Detection using YOLO, Pytorch and Python (1)
◾ 1. Pytorch install
- Pytorch 사이트 (https://pytorch.org/)
# 파이토치 설치 pip3 install torch==1.8.2 torchvision==0.9.2 torchaudio===0.8.2 --extra-index-url https://download.pytorch.org/whl/lts/1.8/cu111
⚪ Deep Drowsiness Detection using YOLO, Pytorch and Python (2)
◾ 2. YOLO ver 5
- YOLO ver 5 사이트(https://github.com/ultralytics/yolov5)