/ImageAndVideoAnalysis

Matlab implementation of LBP-TOP on a given dataset.

Primary LanguageMATLAB

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