# COHI-O365: A Benchmark Dataset for Fisheye Object Detection **Repository:** [https://github.com/IS2AI/COHI-O365](https://github.com/IS2AI/COHI-O365) This repository introduces COHI-O365, a benchmark dataset for object detection in hemispherical/fisheye images, designed for field-of-view invariant applications. It also includes the RMFV365 dataset, a large-scale synthetic fisheye dataset used for training. Pre-trained YOLOv7 models are provided, trained on various combinations of these datasets. ## Dataset Summary COHI-O365 is a real-world dataset containing 1,000 fisheye images of 74 classes, sampled from the Objects365 dataset. These images, captured using an ELP-USB8MP02G-L180 hemispherical camera (2448x3264 resolution), feature an average of 20,798 object instances per image and are annotated with axis-aligned bounding boxes. RMFV365 is a synthetic fisheye dataset created by applying non-linear mapping to the Objects365 dataset. It comprises 5.1 million images offering a diverse range of perspectives and distortions, useful for training robust object detection models. *COHI-O365 Sample Images* *RMFV365 Sample Images* ## Pre-trained Models and Results Three YOLOv7 models were trained and evaluated: * **YOLOv7-0:** Trained on Objects365. * **YOLOv7-T1:** Trained on Objects365 and a variant of RMFV365 (RMFV365-v1), using a lens and camera-independent fisheye transformation (n=4). * **YOLOv7-T2:** Trained on RMFV365. *Model Training Scheme* The models' performance, measured by mAP50, is summarized below:
S/N Model Test Results (%)
Objects365 RMFV365-v1 RMFV365 COHI-365
mAP50 mAP50:95 mAP50 mAP50:95 mAP50 mAP50:95 mAP50 mAP50:95
1 FPN 35.5 22.5 N/A N/A N/A N/A N/A N/A
2 RetinaNet 27.3 18.7 N/A N/A N/A N/A N/A N/A
3 YOLOv5m 27.3 18.8 22.6 14.1 18.7 10.1 40.4 28.0
4 YOLOv7-0 34.97 24.57 29.1 18.3 24.2 13.0 47.5 33.5
5 YOLOv7-T1 34.3 24.0 32.7 22.7 32.0 22.0 49.1 34.6
6 YOLOv7-T2 34 23.1 32.9 23 33 22.8 49.9 34.9
**Table:** Objects Recognition Results on Objects365, RMFV365-v1, RMFV365, and COHI-365 Testing Sets ## Citation *(Citation information not provided in the source content)*