Datasets › Prophesee GEN4 Dataset
Prophesee GEN4 Dataset (Prophesee 1 Megapixel Automotive Detection Dataset)
The dataset is split between train, test and val folders.
Files consist of 60 seconds recordings that were cut from longer recording sessions. Cuts from a single recording session are all in the same training split.
Each dat file is a binary file in which events are encoded using 4 bytes (unsigned int32) for the timestamps and 4 bytes (unsigned int32) for the data, encoding is little-endian ordering.
The data is composed of 14 bits for the x position, 14 bits for the y position and 1 bit for the polarity (encoded as -1/1).
Annotations use the numpy format and can simply be loaded form python using numpy boxes = np.load(path)
Boxes have the following fields:
- x abscissa of the top left corner in pixels
- y ordinate of the top left corner in pixels
- w width of the boxes in pixel
- h height of the boxes in pixel
- ts timestamp of the box in the sequence in microseconds
- class_id 0 for pedestrians, 1 for two wheelers, 2 for cars, 3 for trucks, 4 for buses, 5 for traffic signs, 6 for traffic lights
Benchmarks archive 2025-07-28
No leaderboard in the archive resolves to this dataset.
Papers archive 2025-07-28
No paper in the archive has a leaderboard row on this dataset; the archive counts 6 papers for it but never published that list.
Dataset loaders archive 2025-07-28
No loader listed in the archive.
Tasks archive 2025-07-28
License archive 2025-07-28
No licence recorded in the archive. Absence here is not a statement about the dataset's terms.
Modalities archive 2025-07-28
Languages archive 2025-07-28
Variants archive 2025-07-28
- Prophesee GEN4 Dataset
1 variant name, as the archive lists them.
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections