CoolFace
Datasetpublic

madhavkarthi/2025-24679-HW1-Images-mkarthik

๐Ÿฅ„ 2025-24679-HW1-Images (Cutlery Classification) ๐Ÿ“Œ Purpose This dataset was created for an academic assignment on data collection and augmentation.It is intended to support binary image classification tasks: detecting whether an image contains cutlery or not. ๐Ÿ“Š Composition Total size (original): 32 images 21 containing cutlery 11 without cutlery Augmented size: ~352 images (32 originals + 320 synthetic variants) Image size: 224ร—224โ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/madhavkarthi/2025-24679-HW1-Images-mkarthik.

sourceHugging Facecc-by-4.0updated 1y agoView on Hugging Face
0likes15downloads
Dataset Card

๐Ÿฅ„ 2025-24679-HW1-Images (Cutlery Classification)

๐Ÿ“Œ Purpose

This dataset was created for an academic assignment on data collection and augmentation. It is intended to support binary image classification tasks: detecting whether an image contains cutlery or not.


๐Ÿ“Š Composition

  • โ€”Total size (original): 32 images
  • โ€”21 containing cutlery
  • โ€”11 without cutlery
  • โ€”Augmented size: ~352 images (32 originals + 320 synthetic variants)
  • โ€”Image size: 224ร—224 pixels (resized and cropped to square)
  • โ€”File format: PNG/JPG (depending on source images)

๐Ÿ“ฅ Collection

  • โ€”Images were collected manually and stored in Google Drive folders:
  • โ€”Cutlery
  • โ€”No Cutlery
  • โ€”Each image was resized, square-cropped, and converted to RGB.
  • โ€”No personally identifiable information (PII) or sensitive content was collected.

๐Ÿ”ง Preprocessing & Augmentation

Preprocessing

  • โ€”Cropped to square
  • โ€”Resized to 224ร—224
  • โ€”Converted to RGB

Augmentation

  • โ€”Geometric: random resized crop, rotations, flips
  • โ€”Photometric: color jitter, autocontrast, sharpness adjustment
  • โ€”Occlusion: random erasing (cutout-like)
  • โ€”RandAugment (optional) for stronger perturbations

๐Ÿท๏ธ Labels

  • โ€”Binary classification:
  • โ€”0 โ†’ No Cutlery
  • โ€”1 โ†’ Cutlery
  • โ€”Stored as a ClassLabel feature: ["No Cutlery", "Cutlery"]

๐Ÿ“‚ Splits

  • โ€”original: 32 manually collected images
  • โ€”augmented: ~320 synthetic images (10 augmentations per original)

๐ŸŽฏ Intended Use & Limits

  • โ€”Use: coursework, experimentation with image classification models
  • โ€”Not for: production deployment or real-world cutlery detection
  • โ€”Models trained on this dataset will not generalize due to its small size

โš–๏ธ Ethical Notes

  • โ€”Dataset avoids sensitive content (no faces, no private data).
  • โ€”No known safety concerns.
  • โ€”Synthetic augmentation does not fully capture real-world variability.

๐Ÿ“œ License

  • โ€”CC-BY-4.0 (Creative Commons Attribution 4.0 International)
  • โ€”Free to use for educational and research purposes with attribution.

๐Ÿค– AI Usage Disclosure

  • โ€”AI tools (ChatGPT + torchvision augmentations) assisted in designing the preprocessing, augmentation, and documentation pipeline.
  • โ€”Original images were collected manually, not AI-generated.