Published June 24, 2025 | Version v1
Software Open

YOLO-based models trained via transfer learning with top-view person image annotations.

Description

This dataset includes YOLOv5, YOLOv8, and YOLOv11 models fine-tuned via transfer learning on top-view (zenithal) person images.

YOLO models customized for detecting and classifying the person class in top-down (zenithal) views. The original YOLO architectures were adapted by disabling the detection of frontal or lateral human views and removing all other object classes recognized by the base models. The training dataset consists of 3,137 manually annotated images collected from three university libraries, capturing a rich variety of top-view human patterns, including individuals alone, overlapping people, partial occlusions, and diverse clothing styles.

Transfer learning was applied to YOLO versions v5, v8, and v11, using both their nano variants (optimized for low computational cost) and xlarge variants (providing higher accuracy at the expense of greater computational demand).

It also provides a Python script (.py) to run each model on sample images for person detection.
These sample images were not used during the training or validation phases.

File List (if file is compressed, list its content): 
/images → A test set of .jpg images depicting people from a top-view camera perspective.

models → a set of YOLO models in .pt format, including versions 5, 8, and 11  ( _n nano,  _x xtralarge)

yolov5_n.pt

yolov8_n.pt

yolov11_n.pt

yolov5_x.pt

yolov8_x.pt

yolov11_x.pt

Yolo_test.py → A Python script demonstrating how to use a YOLO model to detect people in the sample images. You can edit the script to select the model and specify the paths to the image folder and the model files. 

File format (provide a list of all file formats present in this dataset):
.jpg → image files

.pt → YOLO model files

.py → Python script file

Files

images.zip

Files (465.9 MB)

Name Size Download all
md5:f49a08fd5c64bfb10cfffb185c353967
3.0 MB Preview Download
md5:cbea8c0c6af73990102d8b49c7f117aa
3.1 kB Preview Download
md5:e7e2eb29b75c79738dadd52e039b8009
1.2 kB Download
md5:59c46b11433bda6d45374705cbabac6e
5.4 MB Download
md5:b41a1ae6738acf7547cddc8e0c9c57d8
114.4 MB Download
md5:16193f23d2c4c74b9bdd8fd69af6a686
5.3 MB Download
md5:43cfe2e90b4e39c86aa12c8d9bafd6ba
194.9 MB Download
md5:9a4de91739fc41b56f3d71f02eeeb7ea
6.2 MB Download
md5:fd1a60ed05109af977c1f3943f5bcba9
136.7 MB Download

Additional details

Software

Programming language
Python
Development Status
Active