You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains some info on the annotation format and example code for visualising the instances.
Annotation format
For every image of the KITTI3D dataset (7481 training images), we manually annotated all vehicle and pedestrian instances.
The annotations are provided as single channel .png files, where the pixels of each instance have a unique id.
To link each instance to its corresponding KITTI3D bounding box, we use following convention:
ID
CLASS
0
Background
1000-1999
Vehicle which is linked to a 3D bbox. (The number ID%1000 is the line number of the bbox.txt annotation.)
2000-2999
Pedestrian which is linked to a 3D bbox. (The number ID%1000 is the line number of the bbox.txt annotation.)
3000-3999
Vehicle or pedestrian which has no 3D bbox annotation.
Jonas Heylen, Mark De Wolf, Bruno Dawagne, Marc Proesmans, Luc Van Gool, Wim Abbeloos, Hazem Abdelkawy, Daniel Olmeda Reino
@inproceedings{heylen2021monocinis,
title={MonoCInIS: Camera Independent Monocular 3D Object Detection using Instance Segmentation},
author={Heylen, Jonas and De Wolf, Mark and Dawagne, Bruno and Proesmans, Marc and Van Gool, Luc and Abbeloos, Wim and Abdelkawy, Hazem and Reino, Daniel Olmeda},
booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
pages={923--934},
year={2021}
}