All Projects → enginBozkurt → Visualizing-lidar-data

enginBozkurt / Visualizing-lidar-data

Licence: MIT license
Visualizing lidar data using Uber Autonomous Visualization System (AVS) and Jupyter Notebook Application

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Visualizing-lidar-data

BtcDet
Behind the Curtain: Learning Occluded Shapes for 3D Object Detection
Stars: ✭ 104 (+38.67%)
Mutual labels:  self-driving-car, autonomous-driving, autonomous-vehicles, lidar-point-cloud
Apollo
An open autonomous driving platform
Stars: ✭ 19,814 (+26318.67%)
Mutual labels:  self-driving-car, autonomous-driving, autonomous-vehicles
LiDAR-GTA-V
A plugin for Grand Theft Auto V that generates a labeled LiDAR point cloud from the game environment.
Stars: ✭ 127 (+69.33%)
Mutual labels:  self-driving-car, lidar-point-cloud, lidar-navigation
Lidarobstacledetection
Lidar Obstacle Detection
Stars: ✭ 90 (+20%)
Mutual labels:  self-driving-car, autonomous-driving, autonomous-vehicles
Autonomous-RC-Car
Self-driving RC Car ROS Software
Stars: ✭ 17 (-77.33%)
Mutual labels:  autonomous-car, self-driving-car, autonomous-driving
FusionAD
An open source autonomous driving stack by San Jose State University Autonomous Driving Team
Stars: ✭ 30 (-60%)
Mutual labels:  autonomous-car, autonomous-driving, autonomous-vehicles
Dig Into Apollo
Apollo notes (Apollo学习笔记) - Apollo learning notes for beginners.
Stars: ✭ 903 (+1104%)
Mutual labels:  self-driving-car, autonomous-driving, autonomous-vehicles
Awesome Self Driving Car
An awesome list of self-driving cars
Stars: ✭ 185 (+146.67%)
Mutual labels:  self-driving-car, autonomous-driving, autonomous-vehicles
Apollo perception ros
Object detection / tracking / fusion based on Apollo r3.0.0 perception module in ROS
Stars: ✭ 179 (+138.67%)
Mutual labels:  self-driving-car, autonomous-driving, autonomous-vehicles
Autonomousdrivingcookbook
Scenarios, tutorials and demos for Autonomous Driving
Stars: ✭ 1,939 (+2485.33%)
Mutual labels:  self-driving-car, autonomous-driving, autonomous-vehicles
RCAutopilot
Autonomous RC Car powered by a Convoluted Neural Network implemented in Python with Tensorflow
Stars: ✭ 35 (-53.33%)
Mutual labels:  autonomous-car, self-driving-car, autonomous-driving
SelfDrivingCarsControlDesign
Self Driving Cars Longitudinal and Lateral Control Design
Stars: ✭ 96 (+28%)
Mutual labels:  self-driving-car, autonomous-driving, autonomous-vehicles
Error-State-Extended-Kalman-Filter
Vehicle State Estimation using Error-State Extended Kalman Filter
Stars: ✭ 100 (+33.33%)
Mutual labels:  self-driving-car, autonomous-driving, autonomous-vehicles
sparse-scene-flow
This repo contains C++ code for sparse scene flow method.
Stars: ✭ 23 (-69.33%)
Mutual labels:  autonomous-car, autonomous-driving, autonomous-vehicles
WIMP
[arXiv] What-If Motion Prediction for Autonomous Driving ❓🚗💨
Stars: ✭ 80 (+6.67%)
Mutual labels:  self-driving-car, autonomous-driving, autonomous-vehicles
Carla
Open-source simulator for autonomous driving research.
Stars: ✭ 7,012 (+9249.33%)
Mutual labels:  self-driving-car, autonomous-driving, autonomous-vehicles
SelfDrivingRCCar
Autonomous RC Car using Neural Networks, Python and Open CV
Stars: ✭ 102 (+36%)
Mutual labels:  self-driving-car, autonomous-driving, autonomous-vehicles
Waymo Kitti Adapter
A tool converting Waymo dataset format to Kitti dataset format.
Stars: ✭ 83 (+10.67%)
Mutual labels:  self-driving-car, autonomous-vehicles, kitti-dataset
Self Driving Golf Cart
Be Driven 🚘
Stars: ✭ 147 (+96%)
Mutual labels:  self-driving-car, autonomous-driving, autonomous-vehicles
Rtm3d
Unofficial PyTorch implementation of "RTM3D: Real-time Monocular 3D Detection from Object Keypoints for Autonomous Driving" (ECCV 2020)
Stars: ✭ 211 (+181.33%)
Mutual labels:  self-driving-car, autonomous-driving, autonomous-vehicles

Visualizing lidar data

Visualizing lidar data using Uber Autonomous Visualization System (AVS) and a Jupyter Notebook Application

This project contains two different applications for visualizing lidar data using KITTI Vision Benchmark Suite datasets.

ubPic

1. Uber AVS Autonomous Visualization System (AVS) --- XVIZ (the data layer for AVS)

Quick start

You need Node.js and yarn to run the examples.

# Clone XVIZ
$ git clone https://github.com/uber/xviz.git
$ cd xviz

# Install dependencies
$ yarn bootstrap

Convert and serve KITTI example data:

# Download KITTI data
$ ./scripts/download-kitti-data.sh

# Convert KITTI data if necessary and run the XVIZ Server and Client
$ ./scripts/run-kitti-example.sh

2. KITTI Dataset Exploration

Dependencies

Apart from the common dependencies like numpy and matplotlib notebook requires pykitti. You can install pykitti via pip using:

pip install pykitti

Project structure

File Description
kitti-dataset.ipynb Jupyter Notebook with dataset visualisation routines and output.
parseTrackletXML.py Methods for parsing tracklets (e.g. dataset labels), originally created by Christian Herdtweck.
utilities.py Convenient logging routines.

I have used one of the raw datasets available on KITTI website.

2011_09_26_drive_0005 (0.6 GB)

Length: 160 frames (00:16 minutes)

Image resolution: 1392 x 512 pixels

Labels: 9 Cars, 3 Vans, 0 Trucks, 2 Pedestrians, 0 Sitters, 1 Cyclists, 0 Trams, 0 Misc

notebook1

5ce4618251634176609181

References:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].