Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/EvgenyNekrasov/gpod

GPOD - General Purpose Object Detector in Python
https://github.com/EvgenyNekrasov/gpod

computer-vision detector machine-learning python

Last synced: about 2 months ago
JSON representation

GPOD - General Purpose Object Detector in Python

Awesome Lists containing this project

README

        

# GPOD - General Purpose Object Detector

A Python package to build object detectors.

* GPOD is easy to use. You need just a few minutes to build your own object detector.
* GPOD is flexible. You can load your data from any data source in any format. You can apply any feature extractor. GPOD is compatible with any sklearn compatible classifier which implements predict_proba method.
* GPOD is under BSD lisence.

## Get started
* Explore [GPOD Five Minutes Tutorial](https://github.com/EvgenyNekrasov/gpod/blob/master/examples/cars.ipynb)
* Read the [Documentation](https://gpod.readthedocs.io)

## Installation
You can install gpod from PyPI:
```sh
pip install gpod
```
Dependencies: numpy, scipy.

Compatible with: Python 2.7-3.5.

## Support
You can post bug reports and feature requests in Github issues.