Python KittiViewer+

This is an upgrade of Second.KittiViewer

Install Dependencies

pip install numba dill matplotlib fire shapely scikit-image PyOpenGL protobuf

It's easier to use conda to get QT:

conda install qt pyqt pyqtgraph

QT errors

Run

python viewer.py

Parameters

All parameters are stored in params.json.

KITTI Detection

Data setup

Example

Detection example

KITTI Tracking

Data setup

Frame | Type | 2D BBOX (x1, y1, x2, y2) | Score | 3D BBOX (h, w, l, x, y, z, rot_y) | Alpha | ------|:------:|:------------------------------:|:----------:|:---------------------------------:|:-------------: 0 | 2 (car) | 726.4, 173.69, 917.5, 315.1 | 13.85 | 1.56, 1.58, 3.48, 2.57, 1.57, 9.72, -1.56 | -1.82 |

Types: {1:'Pedestrian', 2:'Car', 3:'Cyclist'}

Example

Tracking example Tracking video

KITTI Segmentation (In development)

Data setup

Example

Segmentation example