Scripts for fine-tuning YOLOv5s with the Face Mask Detection dataset.
The tutorial version of this code can be found on Kaggle
To run the code locally, clone this repository with git clone https://github.com/ultralytics/yolov5 -q , then create a Kaggle API token and replace your_username and your_key in line 13 of setup.sh with your credentials. Now you just run auto_train.sh and wait! :)