Commit 830083ad2933725680890f065160f6d8123e239d

Authored by Josh Klontz
1 parent 1108d504

script fix

scripts/evalFaceRecognition-MEDS.sh
1 1 #!/bin/bash
2 2  
3   -ALGORITHM=FaceRecognitionHoG
  3 +ALGORITHM=FaceRecognition
4 4  
5 5 if [ ! -f evalFaceRecognition-MEDS.sh ]; then
6 6 echo "Run this script from the scripts folder!"
... ...