3 datasets found
  1. LFW - People (Face Recognition)

    • kaggle.com
    zip
    Updated Nov 15, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Atul Anand {Jha} (2019). LFW - People (Face Recognition) [Dataset]. https://www.kaggle.com/atulanandjha/lfwpeople
    Explore at:
    zip(243503888 bytes)Available download formats
    Dataset updated
    Nov 15, 2019
    Authors
    Atul Anand {Jha}
    License

    http://www.gnu.org/licenses/lgpl-3.0.htmlhttp://www.gnu.org/licenses/lgpl-3.0.html

    Description

    Welcome to Labeled Faces in the Wild, a database of face photographs designed for studying the problem of unconstrained face recognition. The data set contains more than 13,000 images of faces collected from the web. Each face has been labeled with the name of the person pictured. 1680 of the people pictured have two or more distinct photos in the data set. The only constraint on these faces is that they were detected by the Viola-Jones face detector.

    https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F1746215%2F92752ca2b0bbecdd3fd154b88495558d%2F1_RaupR7k7NrrTJZvop7sH-A.png?generation=1573849119616339&alt=media" alt="LFW-PEOPLE">

    This dataset is a collection of JPEG pictures of famous people collected on the internet. All details are available on the official website: http://vis-www.cs.umass.edu/lfw/

    Each picture is centered on a single face. Each pixel of each channel (color in RGB) is encoded by a float in range 0.0 - 1.0.

    The task is called Face Recognition (or Identification): given the picture of a face, find the name of the person given a training set (gallery).

    The original images are 250 x 250 pixels, but the default slice and resize arguments reduce them to 62 x 47 pixels.

    Acknowledgements

    We wouldn't be here without the help of others. I would like to thank Computer Vision Laboratory, university of Massachusetts for providing us with such an excellent database.

    Inspiration

    I had an activity in my college for facial recognition. I came up with this as the best kind of dataset for my task. I am posting it here on Kaggle to make it available for other data scientists conveniently and see what magic they can perform with this amazing dataset.

  2. a

    Labeled Faces in the Wild

    • academictorrents.com
    bittorrent
    Updated Nov 26, 2015
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Gary B. Huang and Manu Ramesh and Tamara Berg and Erik Learned-Miller (2015). Labeled Faces in the Wild [Dataset]. https://academictorrents.com/details/9547ef95bc7007685afe52a8ec940aa61530bc99
    Explore at:
    bittorrent(180566744)Available download formats
    Dataset updated
    Nov 26, 2015
    Dataset authored and provided by
    Gary B. Huang and Manu Ramesh and Tamara Berg and Erik Learned-Miller
    License

    https://academictorrents.com/nolicensespecifiedhttps://academictorrents.com/nolicensespecified

    Description

    Welcome to Labeled Faces in the Wild, a database of face photographs designed for studying the problem of unconstrained face recognition. The data set contains more than 13,000 images of faces collected from the web. Each face has been labeled with the name of the person pictured. 1680 of the people pictured have two or more distinct photos in the data set. The only constraint on these faces is that they were detected by the Viola-Jones face detector. More details can be found in the technical report below. Information: 13233 images 5749 people 1680 people with two or more images Citation: Labeled Faces in the Wild: A Database for Studying Face Recognition in Unconstrained Environments Gary B. Huang and Manu Ramesh and Tamara Berg and Erik Learned-Miller University of Massachusetts, Amherst - 2007

  3. O

    LFW (Labeled Faces in the Wild)

    • opendatalab.com
    zip
    Updated Jul 31, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    University of Massachusetts (2022). LFW (Labeled Faces in the Wild) [Dataset]. https://opendatalab.com/OpenDataLab/LFW
    Explore at:
    zip(8640421963 bytes)Available download formats
    Dataset updated
    Jul 31, 2022
    Dataset provided by
    University of Massachusetts
    Description

    Labeled Faces in the Wild, is a database of face photographs designed for studying the problem of unconstrained face recognition. The data set contains more than 13,000 images of faces collected from the web. Each face has been labeled with the name of the person pictured. 1680 of the people pictured have two or more distinct photos in the data set. The only constraint on these faces is that they were detected by the Viola-Jones face detector. More details can be found in the technical report below.

  4. Not seeing a result you expected?
    Learn how you can add new datasets to our index.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Atul Anand {Jha} (2019). LFW - People (Face Recognition) [Dataset]. https://www.kaggle.com/atulanandjha/lfwpeople
Organization logo

LFW - People (Face Recognition)

The Labeled Faces in the Wild face recognition dataset.

Explore at:
zip(243503888 bytes)Available download formats
Dataset updated
Nov 15, 2019
Authors
Atul Anand {Jha}
License

http://www.gnu.org/licenses/lgpl-3.0.htmlhttp://www.gnu.org/licenses/lgpl-3.0.html

Description

Welcome to Labeled Faces in the Wild, a database of face photographs designed for studying the problem of unconstrained face recognition. The data set contains more than 13,000 images of faces collected from the web. Each face has been labeled with the name of the person pictured. 1680 of the people pictured have two or more distinct photos in the data set. The only constraint on these faces is that they were detected by the Viola-Jones face detector.

https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F1746215%2F92752ca2b0bbecdd3fd154b88495558d%2F1_RaupR7k7NrrTJZvop7sH-A.png?generation=1573849119616339&alt=media" alt="LFW-PEOPLE">

This dataset is a collection of JPEG pictures of famous people collected on the internet. All details are available on the official website: http://vis-www.cs.umass.edu/lfw/

Each picture is centered on a single face. Each pixel of each channel (color in RGB) is encoded by a float in range 0.0 - 1.0.

The task is called Face Recognition (or Identification): given the picture of a face, find the name of the person given a training set (gallery).

The original images are 250 x 250 pixels, but the default slice and resize arguments reduce them to 62 x 47 pixels.

Acknowledgements

We wouldn't be here without the help of others. I would like to thank Computer Vision Laboratory, university of Massachusetts for providing us with such an excellent database.

Inspiration

I had an activity in my college for facial recognition. I came up with this as the best kind of dataset for my task. I am posting it here on Kaggle to make it available for other data scientists conveniently and see what magic they can perform with this amazing dataset.

Search
Clear search
Close search
Google apps
Main menu