Pedestrian in Traffic Dataset

Donated on 7/3/2019

This data-set contains a number of pedestrian tracks recorded from a vehicle driving in a town in southern Germany. The data is particularly well-suited for multi-agent motion prediction tasks.

Dataset Characteristics

Multivariate, Sequential, Time-Series

Subject Area

Computer Science

Associated Tasks

Classification, Regression, Causal-Discovery

Feature Type

Real

# Instances

4760

# Features

14

Dataset Information

Additional Information

The raw data was acquired from a vehicle equipped with multiple sensors while driving, for approximately five hours, in an urban area in southern Germany. The sensor set included one mono-RGB camera, one stereo-RGB camera, an inertial measurement system with differential GPS and a lidar system. The preprocessed data available from this repository consists of 45 pedestrian tracks (in world coordinates) together with a semantic map of the static environment. For each track and at each time-step, not only the agent position is provided, but also body and head orientation attributes, as well as the position of all other agents and their type (e.g. car, cyclist, pedestrian etc.). Additional details about the preprocessing pipeline can be found in [1]. More information on the data format is provided in the next section.

Has Missing Values?

Yes

Variable Information

: Pedestrian tracks are stored in the tracks.csv. Each row in such files contains 14 comma-separated attributes, with missing values denoted by ‘None’. The attributes are in order: • oid: unique agent id (int), • timestamp: time in seconds (float), • x: x component of position vector (float), • y: y component of position vector (float), • body_roll: roll body angle in degrees (float), • body_pitch: pitch body angle in degrees (float), • body_yaw: yaw body angle in degrees (float), • head_roll: roll head angle in degrees (float), • head_pitch: pitch head angle in degrees (float), • head_yaw: yaw head angle in degrees (float), • other_oid: list of ids of agents currently present in the scene ([list of int]), • other_class: list of other agents’ class labels ([list of int]), • other_x: list of other agents’ x coordinates ([list of float]), • other_y: list of other agents’ y coordinates ([list of float]). Labels used to identify agent types are available in agent_class_label_info.csv. The file semantic_map.png contains a map of the static environment, where semantic labels are color-encoded according to the mapping available in semantic_map_label_info.csv. Information needed to transform between image and world coordinates is stored in the file map2world_info.txt.

Reviews

There are no reviews for this dataset yet.

Login to Write a Review
Download
0 citations
11119 views

License

By using the UCI Machine Learning Repository, you acknowledge and accept the cookies and privacy practices used by the UCI Machine Learning Repository.

Read Policy