From 07a856fe088906ce7c607c5d94d71e5f71d0443f Mon Sep 17 00:00:00 2001 From: susantabiswas Date: Thu, 21 Jun 2018 11:10:16 +0530 Subject: [PATCH] typo fixed --- Facial keypoints.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Facial keypoints.ipynb b/Facial keypoints.ipynb index 1d57950..15ce7d4 100644 --- a/Facial keypoints.ipynb +++ b/Facial keypoints.ipynb @@ -8,7 +8,7 @@ }, "source": [ "# Facial Keypoints Detection\n", - "Detection of facial keypoints is very useful for a number of tasks like facial recognition, detection etc. The keypoints selected in this code uses 15 keypoints representing the various coordinates on the human face. This is a regression problem because we are predicting the coordinates for the landmarks on the face. CNN was used for this problem. The model achieves an accuracy of 76% on the validation set." + "Detection of facial keypoints is very useful for a number of tasks like facial recognition, detection etc. The keypoints selected in this code uses 15 keypoints representing the various coordinates on the human face. This is a regression problem because we are predicting the coordinates for the landmarks on the face. CNN was used for this problem. The model achieved an accuracy of 76% on the validation set." ] }, {