This package provides a minimal set of tools for working with the KITTI dataset [1] in Python. So far only the raw datasets and odometry benchmark datasets are supported, but we're working on adding support for the others. We welcome contributions from the community. This package assumes that you have also downloaded the calibration data associated with the sequences you want to work on (these are separate files from the sequences themselves), and that the directory structure is unchanged from the original structure laid out in the KITTI zip files.
computer-vision robotics kitti-datasetThe instructions for setting up a virtual environment is here. Download the 3D KITTI detection dataset from here.
real-time ros kitti-dataset center lidar-point-cloud 3d-object-detection fast-detection rtm3d bevmapThis package enjoyed significant interest from more people then I could have thought at the beginning. I'm really glad to see that. I see many PRs and issues being raised but my day job does not allow me to push this repository further. In order to allow this package to prosper, I'm opening it up for the community. I'm more than happy to add you as a collaborator to this repository. Just send me an email. And by the way. To ensure we maintain the quality of the repo you are required to get the PR approval from at least one other collaborator. You can use the Gitter to communicate with others.
converter tool point-cloud ros kitti-data rosbag kitti-dataset odometry kittiMapping of 3d laser range data from a rotating laser range scanner, e.g., the Velodyne HDL-64E. For representing the map, we use surfels that enables fast rendering of the map for point-to-plane ICP and loop closure detection. J. Behley, C. Stachniss. Efficient Surfel-Based SLAM using 3D Laser Range Data in Urban Environments, Proc. of Robotics: Science and Systems (RSS), 2018.
opengl slam velodyne kitti-dataset rss2018This library is based on three research projects for monocular/stereo 3D human localization (detection), body orientation, and social distancing. Check the video teaser of the library on YouTube.
machine-learning computer-vision deep-learning pytorch uncertainty object-detection human-pose-estimation kitti-dataset pose-estimation 3d-vision 3d-deep-learning 3d-detection 3d-object-detection iccv2019 pifpaf covid-19 openpifpaf icra2021This respository aims to provide accurate real-time semantic segmentation code for mobile devices in PyTorch, with pretrained weights on Cityscapes. This can be used for efficient segmentation on a variety of real-world street images, including datasets like Mapillary Vistas, KITTI, and CamVid. The models are implementations of MobileNetV3 (both large and small variants) with a modified segmentation head based on LR-ASPP. The top model was able to achieve 72.3% mIoU accuracy on Cityscapes val, while running at up to 37.3 FPS on a GPU. Please see below for detailed benchmarks.
computer-vision deep-learning pytorch semantic-segmentation kitti-dataset cityscapes edge-computing deeplabv3 mapillary-vistas-dataset aspp mobilenetv3 efficientnetThis is an implementation in Keras of the paper "3D Bounding Box Estimation Using Deep Learning and Geometry" (https://arxiv.org/abs/1612.00496).
self-driving-car cnn-keras convolutional-neural-networks deep-learning bounding-boxes regression kitti-datasetA. R. Kosiorek, A. Bewley, I. Posner, "Hierarchical Attentive Recurrent Tracking", NIPS 2017. The notebook scripts/demo.ipynb contains a demo, which shows how to evaluate tracker on an arbitrary image sequence. By default, it runs on images located in imgs folder and uses a pretrained model. Before running the demo please download AlexNet weights first (described in the Training section).
neural-nets object-tracking attention-mechanism rnn tensorflow kitti-datasetThis repo provides a TensorFlow-based implementation of the wonderful paper "PWC-Net: CNNs for Optical Flow Using Pyramid, Warping, and Cost Volume," by Deqing Sun et al. (CVPR 2018). There are already a few attempts at implementing PWC-Net using TensorFlow out there. However, they either use outdated architectures of the paper's CNN networks, only provide TF inference (no TF training), only work on Linux platforms, and do not support multi-GPU training.
optical-flow computer-vision cvpr2018 pwc-net tensorflow deep-learning motion-estimation mpi-sintel flying-chairs kitti-datasetThis repository provides awesome research papers for autonomous driving perception. I have tried my best to keep this repository up to date. If you do find a problem or have any suggestions, please raise this as an issue or make a pull request with information (format of the repo): Research paper title, datasets, metrics, objects, source code, publisher, and year.
real-time fusion rgb lidar sunrgbd kitti-dataset monocular lidar-point-cloud 3d-object-detection nuscenes two-stage waymo single-stage waymo-open-dataset pseudo-lidarGenerate heatmap for the center and vertexes of objects as the CenterNet paper. If you want to use the strategy from RTM3D paper, you can pass the dynamic-sigma argument to the train.py script. Download the 3D KITTI detection dataset from here.
real-time pytorch self-driving-car autonomous-driving autonomous-vehicles kitti-dataset 3d-object-detection pytorch-implementation monocular-images centernet rtm3dThis repository holds a script that allows an analysis of the Semantic KITTI Dataset [1,2]. The main focus is on distance and label analysis. For all statistics a csv file and a plot are generated. These instructions will get you a copy of the project up and running on your local machine.
statistics plots analysis lidar semantic-segmentation kitti-datasetWithout assigning any of the abovementioned parameters the demo scenario 0012 is replayed at 20% of its speed with a 3 second delay so RViz has enough time to boot up. If you have any questions, things you would love to add or ideas how to actualize the points in the Area of Improvements, send me an email at simonappel62@gmail.com ! More than interested to collaborate and hear any kind of feedback.
deep-learning cpp evaluation ros ros-node object-detection unscented-kalman-filter sensor-fusion ros-nodes semantic-segmentation dbscan rviz rosbag kitti-dataset ros-packages multi-object-tracking kitti deeplab ros-kineticThis is a side project of my main project: https://github.com/appinho/SARosPerceptionKitti Orientate yourself there to set up the project and acquire the data.
ros ros-node stereo-algorithms rviz rosbag kitti-dataset stereo-vision stereo-matching kitti ros-kinetic stereo-camera stereo-imagesThis is a small helper library that allows for a developer to register callbacks for the different type of measurements in the KITTI dataset. The program is laid out so that the main user interacts with a "Parser" class which handles all the events. In your main method you just need to specify the directory of the KITTI dataset, the methods you want it to callback too, and then run it. This is not multithreaded so it will wait for the method that it calls to finish before it moved on to the next measurement. There are two example main files, please run those to get a feel for how the program interacts. One is just text events, the other displays the stereo images in an OpenCV window.
callback kitti-dataset kitti-parser kitti-raw
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.