Skip to content

Pedestrian Detection with deep convolutional networks and ACF detector

Notifications You must be signed in to change notification settings

ademgcl/cmpe591pedestriandetection

Repository files navigation

cmpe591pedestriandetection

Prerequites:

Dataset: The Caltech Pedestrian Dataset - http://www.vision.caltech.edu/Image_Datasets/CaltechPedestrians/datasets/USA/

Demonstration Video: https://www.youtube.com/watch?v=l2FHUb3tBm8

#running the project

  • run dbExtract.m to extract frames from the videos (Piotr's Matlab Toolbox)

  • run extracttrainimages.m to extract training images for VGG-16 transfer learning

  • run allimages.m to train ACF detector

  • run testimages.m to run the testing, the demo video is automatically extracted as detectionvideo.avi

  • annotateBWImg.m helps bounding box labelling in jaccard index calculation

  • importbboxes.m help reading and mapping the image - ground truth

  • mine.m, mineacf.m and main.m are old versions of my work.

  • rest db* and vbb* are Piotr's open labelling codes.

About

Pedestrian Detection with deep convolutional networks and ACF detector

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages