Skip to content

qxye/self-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Self-learning Scene-specific Pedestrian Detectors using a Progressive Latent Model

Introduction

A self-learning approach is proposed towards solving scene-specific pedestrian detection problem without any human¡¯ annotation involved. The selflearning approach is deployed as progressive steps of object discovery, object enforcement, and label propagation.

This is a matlab code of Self-learning Scene-specific Pedestrian Detectors using a Progressive Latent Model. Copyright Reserved by University of Chinese Academy of Sciences. It is free for academy purpose. Please contacet [email protected] if you have more problems

Runtime enviroment: Matalb12 or later vergion,

Configuration:

  1. Download the Edgebox proposal generation code from http://vision.ucsd.edu/~pdollar/research.html

  2. Download the DPM code from Ross Grishick's UC berkely websit

  3. Supose the video name is 'PETS09-S2L2.avi', put the video in the dataset 'data'

  4. Make a folder as the name of video

  5. Randomly prepare >1000 negtive images in the data\videoname\neg folder Prepare the neg_filelist.txt in the data\videoname foler

  6. Run Demo by inputting st_learning('.\data\PETS09-S2L2.avi')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published