Commit 979cbc504c4168a4e31ed77c642a336b4c8e85d8

Authored by Josh Klontz
1 parent 84b41a65

finished hello world

Showing 1 changed file with 1 additions and 1 deletions
scripts/helloWorld.sh
... ... @@ -31,7 +31,7 @@ if [ ! -d MEDS/img ]; then
31 31 fi
32 32  
33 33 # Train the Eigenfaces algorithm
34   -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
  34 +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
35 35  
36 36 # Enroll images using Eigenfaces
37 37 br -algorithm Eigenfaces -path MEDS/img -compare MEDS/sigset/MEDS_frontal_target.xml MEDS/sigset/MEDS_frontal_query.xml scores.mtx
... ...