Added information about splits and provided metadata

#2
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -16,7 +16,7 @@ dataset_summary: '
16
 
17
 
18
 
19
- This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 8000 samples.
20
 
21
 
22
  ## Installation
@@ -87,14 +87,12 @@ session = fo.launch_app(dataset)
87
 
88
  ## Dataset Details
89
 
90
-
91
  Fisheye lens provides omnidirectional, wide coverage for using fewer cameras to monitor road intersections, however, with view distortions.
92
 
93
  The FishEye8K benchmark dataset for road object detection tasks comprises 157K bounding boxes across five classes (Pedestrian, Bike, Car, Bus, and Truck).
94
 
95
  The dataset comprises 8,000 images recorded in 22 videos using 18 fisheye cameras for traffic monitoring in Hsinchu, Taiwan, at resolutions of 1080×1080 and 1280×1280.
96
 
97
-
98
  - **Curated by:** Munkhjargal Gochoo, et. al.
99
  - **Shared by:** [Harpreet Sahota](https://huggingface.co/harpreetsahota)
100
  - **Language(s) (NLP):** en
@@ -117,6 +115,8 @@ Object detection
117
  - T is the time of day indicator (A for afternoon, E for evening, N for night, M for morning).
118
  - YYY is an arbitrary sequence of digits.
119
 
 
 
120
  ## Dataset Creation
121
 
122
  ### Source Data
 
16
 
17
 
18
 
19
+ This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 8,000 samples. The train set consists of 5,288 samples and the test set of 2,712, as marked by FiftyOne sample tags.
20
 
21
 
22
  ## Installation
 
87
 
88
  ## Dataset Details
89
 
 
90
  Fisheye lens provides omnidirectional, wide coverage for using fewer cameras to monitor road intersections, however, with view distortions.
91
 
92
  The FishEye8K benchmark dataset for road object detection tasks comprises 157K bounding boxes across five classes (Pedestrian, Bike, Car, Bus, and Truck).
93
 
94
  The dataset comprises 8,000 images recorded in 22 videos using 18 fisheye cameras for traffic monitoring in Hsinchu, Taiwan, at resolutions of 1080×1080 and 1280×1280.
95
 
 
96
  - **Curated by:** Munkhjargal Gochoo, et. al.
97
  - **Shared by:** [Harpreet Sahota](https://huggingface.co/harpreetsahota)
98
  - **Language(s) (NLP):** en
 
115
  - T is the time of day indicator (A for afternoon, E for evening, N for night, M for morning).
116
  - YYY is an arbitrary sequence of digits.
117
 
118
+ Each FiftyOne sample has two dedicated metadata fields storing the information provided in the filename, **location** for X and **time_of_day** for T. The extraction script was provided by [Daniel Bogdoll](https://github.com/daniel-bogdoll).
119
+
120
  ## Dataset Creation
121
 
122
  ### Source Data