Distracted Driver Detection Using Deep Learning Through Depth-Grouped Pooling and Parallel Multi-Aspect Patching
- Python 3.10+
uv: Install UV- GPU(CUDA) available environment
uv venv
source .venv/bin/activate
uv syncOriginal Dataset was sourced from Kaggle.
Download preprocessed images from dohyeoplim/drivernet-images-depth-v2.
Set data directories and model hyperparameters in config.yaml.
uv run main.py --train-and-submitMethod 1
Method 2
Method 3
Method 4