Justinhzy / pedestrian-detector

modified faster-rcnn for pedestrian detection
MIT License
21 stars 7 forks source link

Faster R-CNN Modification for Pedestrain Detector

Introduction

This is a Pytorch implementaion on pedestrain detector modified from this Repository.

Implementation ideas come from CityPersons: A Diverse Dataset for Pedestrian Detection . We get the same missing rate 15.4% with the paper.

Usage

  1. git clone https://github.com/Justinhzy/pedestrian-detector.git

  2. Download weights to the folder data/save_dir vgg16_weights

  3. run test_net.py