All Projects → EvgenyNekrasov → gpod

EvgenyNekrasov / gpod

Licence: other
GPOD - General Purpose Object Detector in Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to gpod

Jscpd
Copy/paste detector for programming source code.
Stars: ✭ 2,397 (+7632.26%)
Mutual labels:  detector
MVDet
[ECCV 2020] Codes and MultiviewX dataset for "Multiview Detection with Feature Perspective Transformation".
Stars: ✭ 123 (+296.77%)
Mutual labels:  detector
go-mnd
Magic number detector for Go.
Stars: ✭ 153 (+393.55%)
Mutual labels:  detector
Detect It Easy
Program for determining types of files for Windows, Linux and MacOS.
Stars: ✭ 2,982 (+9519.35%)
Mutual labels:  detector
Open-Source-Models
Address book for computer vision models.
Stars: ✭ 30 (-3.23%)
Mutual labels:  detector
IP-Monitor
CSDN博客
Stars: ✭ 32 (+3.23%)
Mutual labels:  detector
Detectem
detectem - detect software and its version on websites.
Stars: ✭ 152 (+390.32%)
Mutual labels:  detector
S3FD
S3FD_Mxnet
Stars: ✭ 22 (-29.03%)
Mutual labels:  detector
mods
MODS (Matching On Demand with view Synthesis) is algorithm for wide-baseline matching.
Stars: ✭ 84 (+170.97%)
Mutual labels:  detector
HandGesturesDroneController
Hand Gestures for Drone Control Using Deep Learning ✊ ✋ 🚁 ☝️ 🙌
Stars: ✭ 23 (-25.81%)
Mutual labels:  detector
Php Opencv
php wrapper for opencv
Stars: ✭ 194 (+525.81%)
Mutual labels:  detector
R Centernet
detector for rotated-object based on CenterNet/基于CenterNet的旋转目标检测
Stars: ✭ 226 (+629.03%)
Mutual labels:  detector
hesaff-pytorch
PyTorch implementation of Hessian-Affine local feature detector
Stars: ✭ 21 (-32.26%)
Mutual labels:  detector
Yoloncs
YOLO object detector for Movidius Neural Compute Stick (NCS)
Stars: ✭ 176 (+467.74%)
Mutual labels:  detector
cryptaddress.now
A minimal service to detect which cryptocurrency an address corresponds to.
Stars: ✭ 23 (-25.81%)
Mutual labels:  detector
East icpr
Forked from argman/EAST for the ICPR MTWI 2018 CHALLENGE
Stars: ✭ 154 (+396.77%)
Mutual labels:  detector
SparkChamber
An event tracking framework for iOS
Stars: ✭ 44 (+41.94%)
Mutual labels:  detector
fabio
I/O library for images produced by 2D X-ray detector
Stars: ✭ 42 (+35.48%)
Mutual labels:  detector
GoogleTranslateBundle
A Symfony bundle to deals with Google Translate API
Stars: ✭ 44 (+41.94%)
Mutual labels:  detector
DroNet
DroNet: Efficient convolutional neural network detector for Real-Time UAV applications
Stars: ✭ 54 (+74.19%)
Mutual labels:  detector

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

Installation

You can install gpod from PyPI:

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].