SkillAgentSearch skills...

Pydriver

Python framework for training and evaluating object detectors and classifiers in road traffic environment

Install / Use

/learn @Leonard-Plotkin/Pydriver
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PyDriver

.. image:: doc/_images/000019_front.png

What is PyDriver? PyDriver is a Python (2.7, 3.x) framework for training and evaluating object detectors and classifiers in road traffic environment. It aims at researchers experimenting with learning based 3D object detection, classification and tracking.

What can I do with PyDriver? PyDriver helps you with following tasks:

  • read data from standard datasets (currently integrated: KITTI <http://www.cvlibs.net/datasets/kitti/>_)
  • reconstruct 3D scene from stereo images, detect/remove ground plane, restrict viewport etc.
  • detect 3D keypoints and extract 3D feature descriptors
  • train classifiers available in scikit-learn <http://scikit-learn.org/>_ (support vector machines, decision trees and many more)
  • visualize point clouds, extracted keypoints and detections using Point Cloud Library <http://pointclouds.org/>_
  • evaluate produced detections with respect to dataset ground truth

Of course, you can write your own modules and enhancements such as interfaces to your custom dataset or implement novel feature descriptors. The point of PyDriver is to provide a basic pipeline for object detection which you can enhance with your own algorithms without reimplementing the routine stuff.

Which licence does PyDriver use? PyDriver is subject to the MIT licence.

How do I install PyDriver? PyDriver installation documentation <http://lpltk.github.io/pydriver/installation.html>_

Where are the docs? PyDriver documentation <http://lpltk.github.io/pydriver/>_

Where is the source? The most current development version is available here: http://github.com/lpltk/pydriver

History The project emerged from a student research project ("Studienarbeit") at Karlsruhe Institute of Technology (KIT). The thesis written in German is available here: PyDriver: Entwicklung eines Frameworks für räumliche Detektion und Klassifikation von Objekten in Fahrzeugumgebung <https://github.com/lpltk/pydriver/releases/download/v0.1.0/PyDriver_thesis.pdf>. The publicly available PyDriver releases are missing some of the original features (so that PyDriver can be distributed under the MIT licence) but can still be used to reproduce the published results <http://www.cvlibs.net/datasets/kitti/eval_object_detail.php?result=d739924bc40f899123df46f7f022e868effb4d78>.

Citation When using this software in your research, please cite:

.. code:: TeX

@MastersThesis{thesisSTUDIENARBEITPlotkin,
author = {Leonard Plotkin},
title = {PyDriver: Entwicklung eines Frameworks für räumliche Detektion und Klassifikation von Objekten in Fahrzeugumgebung},
school = {Karlsruhe Institute of Technology},
type = {Bachelor's Thesis ({Studienarbeit})},
address = {Germany},
month = MAR,
year = 2015,
url = {https://github.com/lpltk/pydriver/releases/download/v0.1.0/PyDriver_thesis.pdf}
}

Related Skills

View on GitHub
GitHub Stars47
CategoryDevelopment
Updated7mo ago
Forks10

Languages

Python

Security Score

82/100

Audited on Aug 26, 2025

No findings