diff --git a/scripts/helloWorld.sh b/scripts/helloWorld.sh index 3cec377..519ff7d 100755 --- a/scripts/helloWorld.sh +++ b/scripts/helloWorld.sh @@ -31,7 +31,7 @@ if [ ! -d MEDS/img ]; then fi # Train the Eigenfaces algorithm -br -algorithm 'Open+Cvt(Gray)+Cascade(FrontalFace)+ASEFEyes+Affine(64,64,0.25,0.35)+CvtFloat+PCA(0.95):Dist(L2)' -train BioID/img Eigenfaces +br -algorithm 'Open+Cvt(Gray)+Cascade(FrontalFace)+ASEFEyes+Affine(128,128,0.33,0.45)+CvtFloat+PCA(0.95):Dist(L2)' -train BioID/img Eigenfaces # Enroll images using Eigenfaces br -algorithm Eigenfaces -path MEDS/img -compare MEDS/sigset/MEDS_frontal_target.xml MEDS/sigset/MEDS_frontal_query.xml scores.mtx