Skip to the content.

Annotation details

class categories

category_id supercategory category name
1 person adult
2 person child
3 person group
4 person bicycle
5 vehicle motorcycle
6 vehicle car
7 vehicle bus
8 vehicle truck

Details of camera annotations

Each json file of camera annotation contains following information

There is also some other information given in camera json files regarding license, dataset name, version, etc., but it is not required to work with dataset.

Details of 3D radar annotations

Each radar point in one radar frame is labeled with unique instance id, object category and unique track id. This is known as point-wise instance segmentation of radar point cloud.
Further, all the radar points belong to same object are grouped together.
The rest of the points from background (including unwanted users) are assigned as background points and are group together in the json file.

Definiton of radar parameters associated with each radar points

parameter unit dytpe definition
index no unit uint16 unique index given to each radar point in one frame.
range meter float32 direct distance of the radar point with respect to origin of the radar sensor - given in polar coordinates
azimuth_angle radians float32 horizontal angle of the radar point with respect to origin of the radar sensor - given in polar coordinates
elevation_angle radians float32 vertical angle of the radar point with respect to origin of the radar sensor - given in polar coordinates
range_rate m/sec float32 doppler speed of the radar point. It is negative when object is moving towards sensor, and positive when object is moving away from the sensor
rcs dBsm float32 radar cross section of the radar point
x meter float32 longitudinal distance of the radar point from sensor origin - given in cartesian coordinates
y meter float32 lateral distance of the radar point from sensor origin - given in cartesian coordinates
z meter float32 vertical distance of the radar point from sensor origin - given in cartesian coordinates

Each json file of 3D radar annotation contains following information