Skip to content

Commit

Permalink
Fix readme emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpinkney committed Jan 16, 2020
1 parent 0182df9 commit 65364d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
This repository implements a deep-learning based face detection and facial landmark localization model using [multi-task cascaded convolutional neural networks (MTCNNs)](https://kpzhang93.github.io/MTCNN_face_detection_alignment/).

- [📦 Installation](#installation)
- [ðŸ?? Getting Started](#getting-started)
- [🏁 Getting Started](#getting-started)
- [🔎😄 Usage](#usage)
- [â?“ About](#about)
- [ About](#about)
- [💬 Contribute](#contribute)

_Note: This code supports inference using a pretrained model. Training from scratch is not supported. Weights are imported from the [original MTCNN model](https://kpzhang93.github.io/MTCNN_face_detection_alignment/) trained in Caffe._
Expand Down Expand Up @@ -68,4 +68,4 @@ Please file any bug reports or feature requests as [GitHub issues](https://githu
- [Support MATLAB versions earlier than R2019b](https://github.com/matlab-deep-learning/mtcnn-face-detection/issues/2)


_Copyright 2019 The MathWorks, Inc._
_Copyright 2019 The MathWorks, Inc._

0 comments on commit 65364d6

Please sign in to comment.