Classroom Crowd Detection & Student Counting
25-02-2026 09:30AM
Accurately detecting and counting people in real-world classroom environments is a key problem in smart campus automation, attendance monitoring, classroom utilization analytics, safety and crowd management. Unlike ideal datasets with single-person images, classroom scenes feature varying lighting conditions, occlusions, different viewing angles, diverse class sizes, and furniture shadows.
Participants must build a fully automated system that detects the location (bounding boxes) of all human subjects in classroom images and accurately estimates the number of students present.
The dataset includes classroom images from different angles, both small and large class sizes, varying lighting and background conditions, with manual annotations for people (bounding boxes and class labels).
Typical classroom scenes show anywhere from a handful to dozens of students, and may include chairs, desks, partial occlusions, and non-student persons.
Develop models that detect all persons in each image, output bounding boxes, and distinguish between students and non-students (optional bonus).
Model outputs must follow standard object detection formats (e.g., COCO-style).
From detection outputs, compute a count of students present in the frame.