From 435b6c0b0ed17dc1476d7a06e86fba54d00d5884 Mon Sep 17 00:00:00 2001 From: Piotr Biskup Date: Wed, 16 Feb 2022 10:52:16 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b5af5d5..652508c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # Face Mask Detection -1. Clone repository -2. Download dataset from: https://www.kaggle.com/andrewmvd/face-mask-detection -3. In the project create folder 'data' -4. Put 'annotations' and 'images' folders into 'data' folder -5. You can now run project (it uses saved model 'face_mask_detection2.hp') or you can train model yoursel and to do that: +Clone the repository and run project (it uses saved model 'face_mask_detection2.hp') or: + +1. Download dataset from: https://www.kaggle.com/andrewmvd/face-mask-detection +2. In the project create folder 'data' +3. Put downloaded 'annotations' and 'images' folders into 'data' folder +4. Train model yourself: - execute jupyter notebook 'data_preprocessing.ipynb' - data preprocessing - execute jupyter notebook 'train_model.ipynb' - it will overwrite face_mask_detection2.hp' file - run project