#312 · Primary category: Computer Vision
pykitti
Python tools for working with KITTI data.
Project last updated:10/16/23
GitHub Stars
1.2K
Forks
240
Contributors
10
License
MIT
Why we included this project
Working with the KITTI autonomous driving benchmark usually means writing glue code to unpack the raw archive. pykitti removes that step: give it a date/drive sequence and it loads calibration, timestamps, OXTS pose logs, and hands you camera frames (mono and RGB stereo pairs), Velodyne point clouds, and the 4x4 transforms that map between LiDAR, camera, and IMU frames. It stays minimal on purpose, returning plain numpy arrays and Pillow images, so it fits into whatever pipeline you already have instead of pulling in a framework. You can stream frames sequentially for visual odometry or index into the dataset for deep learning, and you can restrict loading to a specific set of frames if you only need a slice. If you're a researcher or engineer who wants to spend time on the model rather than the data plumbing, this is the tool.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)