Giter VIP home page Giter VIP logo

pams-fcn's Introduction

A Part-Aware Multi-Scale Fully Convolutional Network for Pedestrian Detection

Introduction

We present a part-aware multi-scale FCN for pedestrian detection. In this method, the part-aware RoI pooling module can generate high detection confidence score for occluded pedestrians, while the multi-scale FCN is constructed to detect small-scale and large-scale pedestrians respectively on feature maps of different resolutions.

Requirements

  1. Software: Please use the Microsoft-version Caffe and follow the usual instructions.

  2. Hardware: NVIDIA GPU with 8GB or larger memory is required.

Installation

  1. Clone the PAMS-FCN repository into $PAMS_ROOT
git clone https://github.com/ypeiyu/PAMS-FCN.git
  1. Build the Cython modules
cd $PAMS_ROOT/lib
make
  1. Build Caffe and pycaffe
cd $PAMS_ROOT/caffe
make -j8 && make pycaffe

Train/Eval

  1. It should be prepare the training, val and test data as VOC format.
  2. Train/Test the PAMS-FCN detector. Outputs are svaed under $PAMS_ROOT/output/
cd $PAMS_ROOT
./experiments/scripts/pams_fcn_end2end/[_ohem].sh [GPU_ID] [NET] [DATASET] [--set ...]

Main Results

  1. We conduct an ablation study to validate the effectivenss of the proposed network.

Table 1. Result of the ablation study on the Heavy Occlusion subset of the Caltech Dataset and the Caltech-New dataset. Runtime is evaluated on a single GTX 1080Ti GPU per image.

ablation study

  1. The main detection results can be found here.

pams-fcn's People

Contributors

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