Skip to content

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

License

Notifications You must be signed in to change notification settings

sonpython/pydriver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyDriver

image

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)
  • 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 (support vector machines, decision trees and many more)
  • visualize point clouds, extracted keypoints and detections using Point Cloud Library
  • 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

Where are the docs?

PyDriver documentation

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

Citation

When using this software in your research, please cite:

@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}
}

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 81.9%
  • C++ 14.4%
  • C 2.7%
  • Other 1.0%