Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.4 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.4 KB

YOLOv5-models-comparison

Training different YOLOv5 models on 'Face Mask Detection' dataset for comparison. Paper

Pretrained weights

Pretrained weights for each model can be found in weights directory.

Scores

Detailed results for each model are located in results directory.

Jupyter notebook

Jupyter notebook is written with Google Colab in mind, but can be used with Kaggle for bigger datasets (33h GPU usage time limit). Every Kaggle batch session will end in an irrelevant error caused by differences in working directory structures between Kaggle and Collab. Results still can be downloaded. Notebook utilizes ultralytics' YOLOv5 library.

Usage

Upload your dataset to Roboflow and export it in YOLOv5 PyTorch format with show download code enabled. Replace #API# and #PROJECTNAME# and you're ready to go.

Dataset

Face Mask Detection dataset used for training is available here. Dataset consists of 1677 images.

Prediction example