-
Notifications
You must be signed in to change notification settings - Fork 5
/
README.txt
45 lines (31 loc) · 1.14 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
######################################
## Files for marking ##
######################################
Assignment_1.m:
Part 1: Face Detection
Assignment_2.m:
Part 2: Face Recognition and Verification
bonus.m:
Bonus marks: Linked detector and recogniser, indentifies multiple individuals (drawn from validation dataset which the model has not seen before) correctly.
######################################
## Dev Files ##
######################################
We split Assignment_2.m into two files for developmental convenience
Assignment_2_Part1.m:
Face Recognition
Assignment_2_Part2.m:
Face Verification
VGG Face model Location: ./library/matconvnet/data/models/vgg-face.mat
######################################
## Demo Files ##
######################################
We made separate files for demo which loads the trained models
Assignment_1_eval.m:
Face Detection
Loads model from ./face_detector.mat
Assignment_2_Part1_eval.m:
Face Recognition
Loads model from ./models/fr_model.mat
Assignment_2_Part2_eval.m:
Face Verification
Loads models from ./models/fv_model.mat