Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
susantabiswas committed Jun 21, 2018
1 parent 2887e21 commit 07a856f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Facial keypoints.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"source": [
"# <u>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."
]
},
{
Expand Down

0 comments on commit 07a856f

Please sign in to comment.