From 14d71ec87337c747ff6fd003a06f98d3593cfb53 Mon Sep 17 00:00:00 2001 From: "Anwar, Malik Aqeel" Date: Wed, 5 Aug 2020 22:14:46 -0400 Subject: [PATCH] Update readme --- mask_the_face.py | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mask_the_face.py b/mask_the_face.py index b5757b4..941db25 100644 --- a/mask_the_face.py +++ b/mask_the_face.py @@ -13,7 +13,7 @@ # 4. Done: Organize and Upload MFR2 dataset # 5. Done: Dlib based detector # 6. Done: Download dlib model -# 7. Readme update with --code etc +# 7. Done: Readme update with --code etc # 8. Update website # Command-line input setup diff --git a/readme.md b/readme.md index b280c33..9e52379 100644 --- a/readme.md +++ b/readme.md @@ -57,7 +57,7 @@ The --code argument can be used to apply different type of masks uniformly at ra # Example --code cloth-masks/textures/check/check_4.jpg, cloth-#e54294, cloth-#ff0000, cloth, cloth-masks/textures/others/heart_1.png, cloth-masks/textures/fruits/pineapple.png, N95 ``` -The example above will apply 7 different masks, uniform at random, to be applied to the selected face dataset (via --path argument). +The example above will apply 7 different masks, uniform at random, to the selected face dataset (via --path argument). ## Frequently Asked Questions (FAQ) Click [here](faq.md) to troubleshoot errors faced while installing and running MaskTheFace