face_passport_license Computer Vision Project

Office

Updated 2 days ago

0

views

0

downloads
Classes (16)
StateName
address
class code
dateOfBirth
dob
exp
expiry
face
firstName
issueDate
lastName
licenseNumber
name
nation
sex

Metrics

Try This Model
Drop an image or
Description

Background Information

This dataset was curated and annotated by Mohamed Traore and Justin Brady after forking the raw images from the Roboflow Universe Mask Wearing dataset and remapping the mask and no-mask classes to face.

Example Image from the Dataset

The main objective is to identify human faces in images or video. However, this model could be used for privacy purposes with changing the output of the bounding boxes to blur the detected face or fill it with a black box.

The original custom dataset (v1) is composed of 867 unaugmented (raw) images of people in various environments. 55 of the images are marked as Null to help with feature extraction and reducing false detections.

Version 2 (v2) includes the augmented and trained version of the model. This version is trained from the COCO model checkpoint to take advantage of transfer learning and improve initial model training results.

Model Updates:

After a few trainings, and running tests with Roboflow's webcam model and Roboflow's video inference repo, it was clear that edge cases like hands sometimes recognized as faces was an issue. I grabbed some images from Alex Wong's Hand Signs dataset (96 images from the dataset) and added them to the project. I uploaded the images, without the annotation files, labeled all the faces, and retrained the model (version 5).

The dataset is available under the CC BY 4.0 license.

Includes images from:

@misc{ person-hgivm_dataset,
    title = { person Dataset },
    type = { Open Source Dataset },
    author = { Abner },
    howpublished = { \url{ https://universe.roboflow.com/abner/person-hgivm } },
    url = { https://universe.roboflow.com/abner/person-hgivm },
    journal = { Roboflow Universe },
    publisher = { Roboflow },
    year = { 2021 },
    month = { aug },
    note = { visited on 2022-10-14 },
}

Use This Trained Model

Try it in your browser, or deploy via our Hosted Inference API and other deployment methods.

Supervision

Build Computer Vision Applications Faster with Supervision

Visualize and process your model results with our reusable computer vision tools.

Cite This Project

LICENSE
CC BY 4.0

If you use this dataset in a research paper, please cite it using the following BibTeX:

                        @misc{
                            face_passport_license_dataset,
                            title = { face_passport_license Dataset },
                            type = { Open Source Dataset },
                            author = { Office },
                            howpublished = { \url{ https://universe.roboflow.com/office-yq6ex/face_passport_license } },
                            url = { https://universe.roboflow.com/office-yq6ex/face_passport_license },
                            journal = { Roboflow Universe },
                            publisher = { Roboflow },
                            year = { 2024 },
                            month = { oct },
                            note = { visited on 2024-10-05 },
                            }