RiccardoYorkeReali / ImageAndVideoAnalysis

Matlab implementation of LBP-TOP on a given dataset.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Top-view-TVPR

How to correctly run scripts:

00 We assume that directory are disposed like:

mainDir:
	- core (containing all scripts)
	- img (containing the dataset) 
		-g001
		-g002
		-...
		-g023

01 Run "classifyPerson.m" for all folder.

In this way the dataset hierarchy become:

- img (containing the dataset) 
	-g001
		-perosn1
		-...
		-personX
	-...
	-g023
		-perosn1
		-...
		-personY

02 Run "centralFrameDetector.m" for all person folders.

In this way it's found the central frame:

- img (containing the dataset) 
	-g001
		-perosn1
		-...
		-personX
	-...
	-g023
		-perosn1
		-...
		-personY

03 Run "cutNormalizeAndBBoxx.m" for all perosn folders.

It normalize all frames according with the central frame previously detected. In this way the dataset hierarchy become:

- img (containing the dataset) 
	-g001
		-perosn1
			-Normailized
		-...
		-personX
			-Normailized
	-...
	-g023
		-perosn1
			-Normailized
		-...
		-personY
			-Normailized

About

Matlab implementation of LBP-TOP on a given dataset.


Languages

Language:MATLAB 64.7%Language:TeX 28.3%Language:Python 6.5%Language:LOLCODE 0.5%