CoolFace
Datasetpublic

cannj/2026-24679-camera-lens-dataset

Camera Lens Prime/Zoom Dataset Dataset summary This dataset contains physical and design specifications for 35 Sony camera-lens models. The binary classification task predicts whether a lens is prime or zoom. Focal length is intentionally excluded because it would directly reveal the target. Collection The specifications were compiled from official Sony E-mount lens support pages. They are published manufacturer specifications, not physical… See the full description on the dataset page: https://huggingface.co/datasets/cannj/2026-24679-camera-lens-dataset.

sourceHugging Faceotherupdated 10d agoView on Hugging Face
0likes50downloads
Dataset Card

Camera Lens Prime/Zoom Dataset

Dataset summary

This dataset contains physical and design specifications for 35 Sony camera-lens models. The binary classification task predicts whether a lens is prime or zoom.

Focal length is intentionally excluded because it would directly reveal the target.

Collection

The specifications were compiled from official Sony E-mount lens support pages. They are published manufacturer specifications, not physical measurements made by the student.

Features and target

FieldRole
diameter_mmContinuous feature
length_mmContinuous feature
weight_gContinuous feature
filter_diameter_mmDiscrete numeric feature
aperture_bladesInteger-count feature
labelBinary target: 0 = prime, 1 = zoom
source_id, modelIdentification metadata
Augmentation and parent fieldsProvenance metadata

Only the five feature columns are intended as model inputs.

Splits

SplitOriginal rowsSynthetic rowsTotal rows
original35035
augmented0350350
SplitPrimeZoom
original1817
augmented180170

The original split contains real product records. The augmented split contains synthetic variants only.

Augmentation

Augmentation methodRows
bounded_relative_jitter175
same_class_local_mixup175

Bounded relative jitter: diameter and length change by at most ±2%, while weight changes by at most ±4%. Discrete specifications and labels remain unchanged.

Same-class local Mixup: each lens is mixed with nearby lenses from the same class. Only diameter, length, and weight are interpolated. The primary parent's discrete specifications and label are retained.

Intended use

This dataset is intended for educational tabular-classification, data-validation, and augmentation exercises.

Limitations

The dataset contains only 35 independent Sony lens models, so it does not represent every brand or lens category. The 350 augmented rows are synthetic variations, not additional commercial products.

For augmented rows, model identifies the primary parent; the synthetic measurements should not be interpreted as official specifications for that model.

Synthetic rows should not be treated as independent validation or test observations.

Ethical considerations

The dataset contains public product specifications and no personal or sensitive information. Sony names and model identifiers remain trademarks of their respective owner.

License

Hugging Face metadata uses other. This educational compilation does not grant rights to Sony trademarks or the underlying source-page content.

AI-use disclosure

Generative AI was used to debug, creat and revise the notebook code