Giter Site home page Giter Site logo

vdetlib's Introduction

vdetlib - Python library for object detection in videos

Introduction

The vdetlib python library serves to detection objects in videos. It was originally developed for the ImageNet VID challenge introduced in ILSVRC2015. It contains components such as region proposal, still-image object detection, generic object tracking, spatial max-pooling and temporal convolution.

The T-CNN framework contains many tools that utilizes vdetlib. Please checkout that repository if you are interested.

Citing vdetlib

If you find vdetlib useful in your research and related project, please consider citing the following work accepted in CVPR 2016.

@inproceedings{kang2016object,
  Title = {Object Detection from Video Tubelets with Convolutional Neural Networks},
  Author = {Kang, Kai and Ouyang, Wanli and Li, Hongsheng and Wang, Xiaogang},
  Booktitle = {CVPR},
  Year = {2016}
}

License

This project is released under the MIT License.

Installations

Prerequisites

  1. caffe with Python layer and pycaffe
  2. FCN tracker
  3. Matlab with python engine

Instructions

  1. Clone the repository

        $ git clone https://github.com/myfavouritekk/vdetlib.git
  2. Compilation

        $ cd vdetlib
        $ make

Protocols

There are some basic protocol types for using this library. All of them are defined as python dictionaries and are saved as JSON files. The definitions are written in the protocol.py.

To-do list

  • detailed documentation
  • demo script

vdetlib's People

Contributors

myfavouritekk avatar cysu avatar sodabeta7 avatar

Watchers

Qing Wang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.