GithubHelp home page GithubHelp logo

task1-pedestriandetection's Introduction



Pedestrian detection

Video processing analysis assignment.

SSD for pedestrian detection in RAP dataset.

Train

  • First download the fc-reduced VGG-16 PyTorch base network weights and trained weights at BaiduYun

  • By default, we assume you have downloaded the file in the ssd.pytorch/weights dir:

cd ssd.pytorch
# train SSD300 on MS COCO person dataset
./train_coco_person.sh
# train SSD300 on Pascal VOC 2007+2012 dataset
./train_voc_person.sh
# train SSD300 on both COCO and VOC dataset
./train_voc_coco_perosn.sh

Evaluation

cd ssd.pytorch
# eval on Pascal VOC 2007
./eval_voc_person.sh weights/<you.pth>

# eval on RAP test dataset ./test_rap.sh weights/<you.pth>

Performace

We just evaluation AP of person in Pascal VOC 2007.

Training Data Original Only person(this project)
07+12 76.2 % 77.8%
07+12+COCO 81.4% 82.98%
07+12+COCO+RAP 82.49%

Reference

  • Wei Liu, et al. “SSD: Single Shot MultiBox Detector.” ECCV2016.
  • Thanks to amdegroot.

task1-pedestriandetection's People

Contributors

hustzxd avatar

Stargazers

 avatar  avatar

Watchers

 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.