<aside> 🛠

Binary Gender Classification for Pedestrians (91% Accuracy)


Analyzes images of people and classifies gender as male or female. Uses Microsoft BeIT (BERT Image Transformer) trained on PETA pedestrian attributes dataset. Works on photos, video frames, and security camera footage.

</aside>


What it does

Pedestrian Gender Recognition analyzes images containing people and predicts gender (male/female) with confidence scores. Binary classification model that outputs gender label with prediction confidence. Works on photographs, video frames, security camera footage, or any image containing people.

Problem it solves

Input/Output

<aside>

</aside>

<aside>

</aside>

Accuracy & Speed

Technical Details

| Architecture | • Base: Microsoft BeIT (BERT Image Transformer) • Pre-training: ImageNet supervised learning • Parameters: ~86M • Head: Binary classification layer (male/female) | | --- | --- | | Training | • Dataset: PETA (Pedestrian Attributes) dataset • Epochs: 5 • Batch size: 8 • Optimizer: Adam • Learning rate: 2e-05 • Labels: Binary (male/female |

Compliance & Provenance