khaclinh commited on
Commit
7b4807b
1 Parent(s): 0660091

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -15
README.md CHANGED
@@ -27,7 +27,6 @@ pretty_name: PP4AV
27
  - [Table of Contents](#table-of-contents)
28
  - [Dataset Description](#dataset-description)
29
  - [Dataset Summary](#dataset-summary)
30
- - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
31
  - [Languages](#languages)
32
  - [Dataset Structure](#dataset-structure)
33
  - [Data Instances](#data-instances)
@@ -58,10 +57,6 @@ pretty_name: PP4AV
58
 
59
  PP4AV is the first public dataset with faces and license plates annotated with driving scenarios. P4AV provides 3,447 annotated driving images for both faces and license plates. For normal camera data, dataset sampled images from the existing videos in which cameras were mounted in moving vehicles, running around the European cities. The images in PP4AV were sampled from 6 European cities at various times of day, including nighttime. This dataset use the fisheye images from the WoodScape dataset to select 244 images from the front, rear, left, and right cameras for fisheye camera data. PP4AV dataset can be used as a benchmark suite (evaluating dataset) for data anonymization models in autonomous driving.
60
 
61
- ### Supported Tasks and Leaderboards
62
-
63
- - `face-detection`: The dataset can be used to train a model for Face Detection. More information on evaluating the model's performance can be found [here](http://shuoyang1213.me/WIDERFACE/WiderFace_Results.html).
64
-
65
  ### Languages
66
 
67
  English
@@ -74,7 +69,7 @@ A data point comprises an image and its face and license plate annotations.
74
 
75
  ```
76
  {
77
- 'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=1024x755 at 0x19FA12186D8>, 'objects': {
78
  'bbox': [
79
  [0 0.230078 0.317081 0.239062 0.331367],
80
  [1 0.5017185 0.0306425 0.5185935 0.0410975],
@@ -109,21 +104,29 @@ A data point comprises an image and its face and license plate annotations.
109
 
110
  ## Dataset Creation
111
 
112
- ### Curation Rationale
113
-
114
- The curators state that the current face detection datasets typically contain a few thousand faces, with limited variations in pose, scale, facial expression, occlusion, and background clutters,
115
- making it difficult to assess for real world performance. They argue that the limitations of datasets have partially contributed to the failure of some algorithms in coping
116
- with heavy occlusion, small scale, and atypical pose.
117
-
118
  ### Source Data
119
 
120
  #### Initial Data Collection and Normalization
121
 
122
- The objective of PP4AV is to build a benchmark dataset that can be used to evaluate face and license plate detection models for autonomous driving. For normal camera data, we sampled images from the existing videos in which cameras were mounted in moving vehicles, running around the European cities. We focus on sampling data in urban areas rather than highways in order to provide sufficient samples of license plates and pedestrians. The images in PP4AV were sampled from **6** European cities at various times of day, including nighttime. We use the fisheye images from the WoodScape dataset to select **244** images from the front, rear, left, and right cameras for fisheye camera data. In total, **3,447** images were selected and annotated in PP4AV.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123
 
124
- #### Who are the source language producers?
 
125
 
126
- The images are selected from publicly available WIDER dataset.
127
 
128
  ### Annotations
129
 
 
27
  - [Table of Contents](#table-of-contents)
28
  - [Dataset Description](#dataset-description)
29
  - [Dataset Summary](#dataset-summary)
 
30
  - [Languages](#languages)
31
  - [Dataset Structure](#dataset-structure)
32
  - [Data Instances](#data-instances)
 
57
 
58
  PP4AV is the first public dataset with faces and license plates annotated with driving scenarios. P4AV provides 3,447 annotated driving images for both faces and license plates. For normal camera data, dataset sampled images from the existing videos in which cameras were mounted in moving vehicles, running around the European cities. The images in PP4AV were sampled from 6 European cities at various times of day, including nighttime. This dataset use the fisheye images from the WoodScape dataset to select 244 images from the front, rear, left, and right cameras for fisheye camera data. PP4AV dataset can be used as a benchmark suite (evaluating dataset) for data anonymization models in autonomous driving.
59
 
 
 
 
 
60
  ### Languages
61
 
62
  English
 
69
 
70
  ```
71
  {
72
+ 'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=1920x1080 at 0x19FA12186D8>, 'objects': {
73
  'bbox': [
74
  [0 0.230078 0.317081 0.239062 0.331367],
75
  [1 0.5017185 0.0306425 0.5185935 0.0410975],
 
104
 
105
  ## Dataset Creation
106
 
 
 
 
 
 
 
107
  ### Source Data
108
 
109
  #### Initial Data Collection and Normalization
110
 
111
+ The objective of PP4AV is to build a benchmark dataset that can be used to evaluate face and license plate detection models for autonomous driving. For normal camera data, we sampled images from the existing videos in which cameras were mounted in moving vehicles, running around the European cities. We focus on sampling data in urban areas rather than highways in order to provide sufficient samples of license plates and pedestrians. The images in PP4AV were sampled from **6** European cities at various times of day, including nighttime. The source data from 6 cities in European was described as follow:
112
+ - `Paris`: [paris_youtube_video](https://www.youtube.com/watch?v=nqWtGWymV6c)
113
+ - `Netherland day time`: [netherland_youtube_video]()
114
+ - `Netherland night time`: Hague, Amsterdam [netherland_youtube_video]()
115
+ - `Switzerland`: [switzerland_youtube_video](https://www.youtube.com/watch?v=0iw5IP94m0Q)
116
+ - `Zurich`: [zurich images data](https://www.cityscapes-dataset.com/file-handling/?packageID=3)
117
+ - `Stutgatt`: [stutgatt images data](https://www.cityscapes-dataset.com/file-handling/?packageID=3)
118
+ - `Strasbourg`: [strasbourg images data](https://www.cityscapes-dataset.com/file-handling/?packageID=3)
119
+
120
+ We use the fisheye images from the WoodScape dataset to select **244** images from the front, rear, left, and right cameras for fisheye camera data.
121
+ The source of fisheye data for sampling is located at WoodScape's [fisheye images](https://woodscape.valeo.com/download).
122
+
123
+ In total, **3,447** images were selected and annotated in PP4AV.
124
+
125
+ #### Source data?
126
 
127
+ The images are selected from publicly available dataset.
128
+ Here is the public available dataset using for conducting this dataset:
129
 
 
130
 
131
  ### Annotations
132