Git Product home page Git Product logo

acf-jacinto's Introduction

Acf-jacinto

Object detection training for embedded platforms.

Acf-jacinto is a modification of the Piotr's toolbox to enable training of ACF object detection models suitable for low power embedded platforms.

The following were the main changes made in acf-jacinto compared to the Piotr’s Toolbox:

  • Fast HOG computation method (that doesn't use division or tabkle lookup) and cell sum. It is not MMX accelerated yet.
  • Use simple to compute YUV features instead of LUV.
  • Disable feature rescale and use feature computation for each scale. (This change is not really required for a reasonably large dataset captured on road, but it helps in InriaPerson dataset, when using the above HOG computation).
  • Include positive images also in bootstrap.
  • Change channel order and put HOG first.
  • Disable gradient normalization as it involves division, and also doesn't seem to be helping.
  • Do input pre-processing: adaptive histogram equalization and smoothing.
  • Change default size to 64x64 feature, 24x56 object model to be able to detect farther, smaller objects.
  • Change detection threshold.
  • Write out the descriptor in an easy to read text format.
  • Support MP4 videos for extraction. Option to extract only annoted frames in a video. Only few frames in a video need to be annotated. But if a frame is annotated, that frame should be fully annotated for teh object of interest.
  • Dataset extraction made easy. Just specify your videos and vbb files directly in the matlab script.
  • Added the caltech pedestrian bench marck evaluation labeling code into the repository under the folder vbb.
  • vbbLabeler (see vbb folder) is updated to be able to open and annotate MP4 videos. It can also read a list of bjects if a file called objectTypes.txt is present in the current folder.
  • Other cosmetic and usability improvements.

Usage

  • Open Matlab and navigate to detector folder.
  • Open acfJacintoExample.m in editor
  • Make changes for your dataset path, list of videos and annotations files, object type to be trained etc.
  • Run the file to do train and test.

Acf

The following links will direct to the original Acf / Piotr's toolbox

https://github.com/pdollar/toolbox
https://pdollar.github.io/toolbox/

acf-jacinto's People

Contributors

pdollar avatar mathmanu avatar una-dinosauria avatar

Watchers

James Cloos avatar  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.