All Projects → windowsub0406 → Kitti_tutorial

windowsub0406 / Kitti_tutorial

Tutorial for using Kitti dataset easily

Projects that are alternatives of or similar to Kitti tutorial

Rl Tutorial Jnrr19
Stable-Baselines tutorial for Journées Nationales de la Recherche en Robotique 2019
Stars: ✭ 204 (-13.19%)
Mutual labels:  jupyter-notebook, tutorial
Tensorflow
Deep Learning Zero to All - Tensorflow
Stars: ✭ 216 (-8.09%)
Mutual labels:  jupyter-notebook, tutorial
Dlsys Course.github.io
Deep learning system course
Stars: ✭ 207 (-11.91%)
Mutual labels:  jupyter-notebook, tutorial
Imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (-17.45%)
Mutual labels:  jupyter-notebook, tutorial
Tutorial
Tutorial covering Open Source tools for Source Separation.
Stars: ✭ 223 (-5.11%)
Mutual labels:  jupyter-notebook, tutorial
Trump Lies
Tutorial: Web scraping in Python with Beautiful Soup
Stars: ✭ 201 (-14.47%)
Mutual labels:  jupyter-notebook, tutorial
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (-13.19%)
Mutual labels:  jupyter-notebook, tutorial
Psi4numpy
Combining Psi4 and Numpy for education and development.
Stars: ✭ 170 (-27.66%)
Mutual labels:  jupyter-notebook, tutorial
Dl For Chatbot
Deep Learning / NLP tutorial for Chatbot Developers
Stars: ✭ 221 (-5.96%)
Mutual labels:  jupyter-notebook, tutorial
50 Days Of Ml
A day to day plan for this challenge (50 Days of Machine Learning) . Covers both theoretical and practical aspects
Stars: ✭ 218 (-7.23%)
Mutual labels:  jupyter-notebook, tutorial
Gans From Theory To Production
Material for the tutorial: "Deep Diving into GANs: from theory to production"
Stars: ✭ 182 (-22.55%)
Mutual labels:  jupyter-notebook, tutorial
Neural Network From Scratch
Ever wondered how to code your Neural Network using NumPy, with no frameworks involved?
Stars: ✭ 230 (-2.13%)
Mutual labels:  jupyter-notebook, tutorial
Deeptoxic
top 1% solution to toxic comment classification challenge on Kaggle.
Stars: ✭ 180 (-23.4%)
Mutual labels:  jupyter-notebook, tutorial
Bayesian Modelling In Python
A python tutorial on bayesian modeling techniques (PyMC3)
Stars: ✭ 2,332 (+892.34%)
Mutual labels:  jupyter-notebook, tutorial
Astropy Tutorials
Tutorials for the Astropy Project
Stars: ✭ 174 (-25.96%)
Mutual labels:  jupyter-notebook, tutorial
Sc17
SuperComputing 2017 Deep Learning Tutorial
Stars: ✭ 211 (-10.21%)
Mutual labels:  jupyter-notebook, tutorial
Learnpythonforresearch
This repository provides everything you need to get started with Python for (social science) research.
Stars: ✭ 163 (-30.64%)
Mutual labels:  jupyter-notebook, tutorial
Shape Detection
🟣 Object detection of abstract shapes with neural networks
Stars: ✭ 170 (-27.66%)
Mutual labels:  jupyter-notebook, tutorial
How To Read Pytorch
Quick, visual, principled introduction to pytorch code through five colab notebooks.
Stars: ✭ 218 (-7.23%)
Mutual labels:  jupyter-notebook, tutorial
Functional intro to python
[tutorial]A functional, Data Science focused introduction to Python
Stars: ✭ 228 (-2.98%)
Mutual labels:  jupyter-notebook, tutorial

KITTI Tutorial

Introduction

This is personal result for studying Self-Driving Techs. In this tutorial, I'll upload various codes from basic methods(e.g. lidar point projection) to state-of-the-art techs(e.g. deeplearning-based vehicle detection). Mainly, 'velodyne, camera' data-based approach will be discussed but when the time allows, I'll treat stereo vision, too. Also, Kitti-dataset-related simple codes(e.g. load tracklet or velodyne points) are in kitti_foundation.py coded by myself.

Before start,

Dataset

KITTI 2011_09_26_drive_0005 dataset

tutorials

Velodyne -> Panoramic Image : Convert Velodyne data(model : HDL-64E) to panoramic image.

panorama_image

Velodyne -> Top-View Image : Convert Velodyne data(model : HDL-64E) to Top-view image.

topview_image

Velodyne to Image Projection : Project Velodyne points(model : HDL-64E) to camera Image.

projection_image

Display 3D Tracklet : Display 3D Tracklet on image

tracklet_image

Contributions / Comments

always welcome any kind of comments and pull-requests

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].