Baselight

Dataset: Face Mask Detection

Dataset aimed at facilitating CNNs studies and Object Detection

@kaggle.thiagolermen_dataset_face_mask_detection

Loading...
Loading...

About this Dataset

Dataset: Face Mask Detection

Context

This dataset was created with the objective of facilitating the studies of convolutional neural networks and computer vision.

Due to the current context related to the coronavirus pandemic, humanity had to adapt to the new reality. The use of face masks has become commonplace in countries around the world.

Content

The dataset has 3829 images separated into two distinct categories:
- With mask
- Without mask
The purpose of the dataset is to facilitate the implementation of an image classification model.

Tables

Dataset

@kaggle.thiagolermen_dataset_face_mask_detection.dataset
  • 49.76 KB
  • 3824 rows
  • 2 columns
Loading...

CREATE TABLE dataset (
  "image" VARCHAR,
  "label" BIGINT
);

Share link

Anyone who has the link will be able to view this.