Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
830083ad2933725680890f065160f6d8123e239d
Authored by
Josh Klontz
2013-03-18 15:21:20 -0400
1 parent
1108d504
script fix
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
scripts/evalFaceRecognition-MEDS.sh
scripts/evalFaceRecognition-MEDS.sh
View file @
830083a
1
1
#!/bin/bash
2
2
3
-ALGORITHM=FaceRecognition
HoG
3
+ALGORITHM=FaceRecognition
4
4
5
5
if [ ! -f evalFaceRecognition-MEDS.sh ]; then
6
6
echo "Run this script from the scripts folder!"
...
...