skywrace

feat: Create 'DetectModel' package, Set pre-implemented models and pretrain data

Showing 1000 changed files with 25 additions and 0 deletions

Too many changes to show.

To preserve performance only 1000 of 1000+ files are displayed.

1 +.DS_Store
2 +__pycache__/
...\ No newline at end of file ...\ No newline at end of file
1 +# Installation
2 +
3 +1. Create conda env
4 +
5 + ```bash
6 + ~$ conda env create --name {any_names_you_want} --file environment.yaml
7 + ```
8 +
9 +2. Activate conda env
10 +
11 + ```bash
12 + ~$ conda activate {any_names_you_want}
13 + ```
14 +
15 +3. Install some packages manually
16 +
17 + ```bash
18 + ~$ pip install pygame
19 + ```
20 +
21 +# Dataset
22 +
23 +https://www.kaggle.com/datasets/kutaykutlu/drowsiness-detection
No preview for this file type
No preview for this file type