Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# FishEye8K: Dataset for Fisheye Camera Object Detection
|
| 2 |
+
**Authors:**
|
| 3 |
+
[Munkhjargal Gochoo](https://github.com/moyog/), [Munkh-Erdene Otgonbold](https://github.com/omunkhuush/), [Erkhembayar Ganbold](https://github.com/Erkheme98), Ming-Ching Chang, [Ping-Yang Chen](https://github.com/pingyang1117), Byambaa Dorj, Hamad Al Jassmi, [Ganzorig Batnasan](https://github.com/ganzob/), Fady Alnajjar, Mohammed Abduljabbar, Fang-Pang Lin, Jun-Wei Hsieh
|
| 4 |
+
|
| 5 |
+
<p align="center" width="100%">
|
| 6 |
+
<img width="100%" src="https://github.com/MoyoG/FishEye8K/assets/10125947/5e53c3bb-3bde-48fe-a287-327c05da08ce">
|
| 7 |
+
</p>
|
| 8 |
+
|
| 9 |
+
The dataset consists of 8,000 annotated images with 157K bounding boxes of five object classes. The figure displays sample images from each of the 18 cameras with wide-angle fisheye views. These cameras offer new possibilities for extensive coverage.
|
| 10 |
+
|
| 11 |
+
**Classes (Color)**
|
| 12 |
+
-  Bus
|
| 13 |
+
-  - Bike
|
| 14 |
+
-  - Car
|
| 15 |
+
-  - Pedestrian
|
| 16 |
+
-  - Truck
|
| 17 |
+
|
| 18 |
+
# Citation
|
| 19 |
+
```
|
| 20 |
+
@InProceedings{Gochoo_2023_CVPR,
|
| 21 |
+
author = {Gochoo, Munkhjargal and Otgonbold, Munkh-Erdene and Ganbold, Erkhembayar and Hsieh, Jun-Wei and Chang, Ming-Ching and Chen, Ping-Yang and Dorj, Byambaa and Al Jassmi, Hamad and Batnasan, Ganzorig and Alnajjar, Fady and Abduljabbar, Mohammed and Lin, Fang-Pang},
|
| 22 |
+
title = {FishEye8K: A Benchmark and Dataset for Fisheye Camera Object Detection},
|
| 23 |
+
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
|
| 24 |
+
month = {June},
|
| 25 |
+
year = {2023},
|
| 26 |
+
pages = {5304-5312}
|
| 27 |
+
}
|
| 28 |
+
```
|