Commit ad604b9ce49b32ee23f3dfc859b582b612266d3a
1 parent
4e922685
scripts tweaks
Showing
2 changed files
with
10 additions
and
0 deletions
.gitignore
scripts/trainFaceRecognition-MEDS.sh
0 → 100755
| 1 | +#!/bin/bash | ||
| 2 | +if [ ! -f trainFaceRecognition-MEDS.sh ]; then | ||
| 3 | + echo "Run this script from the scripts folder!" | ||
| 4 | + exit | ||
| 5 | +fi | ||
| 6 | + | ||
| 7 | +rm -f ../share/openbr/models/algorithms/FaceRecognitionHoG | ||
| 8 | + | ||
| 9 | +br -algorithm FaceRecognitionHoG -path ../data/MEDS/img -train ../data/MEDS/sigset/MEDS_frontal_all.xml ../share/openbr/models/algorithms/FaceRecognitionHoG |