Dataset Viewer
Auto-converted to Parquet
Search is not available for this dataset
The dataset viewer is not available for this split.
Job manager crashed while running this job (missing heartbeats).
Error code:   JobManagerCrashedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Dataset Card for WIT_base Eyeglasses Subset

This dataset is a filtered subset of images from wikimedia/wit_base, containing humans wearing eyeglasses (excluding sunglasses), with at least one face measuring 100×100 pixels or larger.

The filtering script used to create this eyeglasses subset from WIT-base is available in the repository files.

Example Instance

{
  'image': <PIL.PngImagePlugin.PngImageFile image mode=RGB size=300x451 at 0x7F5CB87D9210>,
  'glasses_score': [0.8027],
  'glasses_box': [[101, 134, 215, 169]],
  'face_score': [0.943],
  'face_box': [[108, 90, 208, 232]]
}

Data Fields

Column name Format (shape) Description
image Image Original image.
face_score Seq[float16] (N) Confidence scores for face boxes
face_box Seq[Seq[int16]] (Nx4) Face bounding boxes [x0, y0, x1, y1]
glasses_score Seq[float16] (N) Confidence scores for eyeglass boxes
glasses_box Seq[Seq[int16]] (Nx4) Eyeglasses bounding boxes [x0, y0, x1, y1]
Downloads last month
59