sriveravi / FiducialDetector_Public

Low level feature detector using KLDA
0 stars 0 forks source link

Files missing #1

Open embeh opened 8 years ago

embeh commented 8 years ago

Maybe this is intentional, but the example1.m file requires a set of files which are missing from your repo:

load( 'trainTestImageMarkingAR.mat', 'trainImages','trainMarkings', 'testImages' );

Thanks for sharing!

sriveravi commented 8 years ago

Good catch. I left out because I did not have ownership of that data to distribute. However, there is a description of the format of training data you would need to run the algorithm (See example1.m).

% trainImages: height x width x N training images % trainMarkings: numLandmarks x N complex landmarks ( x + yi) % testImages height x width x Ntest images

embeh commented 8 years ago

Is the description available?