CoolFace
Datasetpublic

draineye/draineye-materials

DrainEye — Drainage Material Classification Dataset An image classification dataset for identifying pipe and drainage materials, assembled from public Roboflow and MINC-2500 sources. Classes asbestos — asbestos cement pipes and surfaces hdpe — high-density polyethylene (HDPE/ПНД) plastic pipes ceramic — ceramic surfaces and pipes stone — stone and slag-like surfaces Dataset Structure Split hdpe ceramic stone asbestos Total train 384… See the full description on the dataset page: https://huggingface.co/datasets/draineye/draineye-materials.

sourceHugging Facecc-by-nc-4.0updated 4mo agoView on Hugging Face
0likes11downloads
Dataset Card

DrainEye — Drainage Material Classification Dataset

An image classification dataset for identifying pipe and drainage materials, assembled from public Roboflow and MINC-2500 sources.

Classes

  • asbestos — asbestos cement pipes and surfaces
  • hdpe — high-density polyethylene (HDPE/ПНД) plastic pipes
  • ceramic — ceramic surfaces and pipes
  • stone — stone and slag-like surfaces

Dataset Structure

SplithdpeceramicstoneasbestosTotal
train3841750175012005084
val1095005003431452
test56250250172728
Total5492500250017157264

Split: 70% train / 20% val / 10% test, random.seed(42).

Class imbalance present — recommend using class_weight during training.

Sources

Intended Use

Training a mobile drainage material classifier (Flutter + TFLite) as part of the DrainEye inspection app.

Dataset consists of general-purpose material images, not in-pipe photography. Expect distribution shift when deployed on real drainage footage.

Loading

python
from datasets import load_dataset
dataset = load_dataset("draineye/draineye-materials")