-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathvgg_uploaded-images.txt
107 lines (73 loc) · 2.95 KB
/
vgg_uploaded-images.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Command Line Arguments:
dir = uploaded_images/
arch = vgg
dogfile = dognames.txt
10 filenames from folder pet_images
Filename = Pen_01.jpg label = pen
1 file: Pen_01.jpg
Filename = Dog_01.jpg label = dog
2 file: Dog_01.jpg
Filename = Dog_02.jpg label = dog
3 file: Dog_02.jpg
Filename = cat_01.jpg label = cat
4 file: cat_01.jpg
Empty dictionary has 0 items
Printing all key-value pairs in dictionary results_dic:
filename = Pen_01.jpg pet label = pen
filename = Dog_01.jpg pet label = dog
filename = Dog_02.jpg pet label = dog
filename = cat_01.jpg pet label = cat
Empty dictionary has 4 items
Pet Image Label Dictionary has 4 key-value pairs.
Below are 4 of them:
1 key: Pen_01.jpg label: pen
2 key: Dog_01.jpg label: dog
3 key: Dog_02.jpg label: dog
4 key: cat_01.jpg label: cat
MATCH:
NOT A MATCH:
Pen_01.jpg:
Real: pen Classifier: hammer
Dog_01.jpg:
Real: dog Classifier: beagle
Dog_02.jpg:
Real: dog Classifier: beagle
cat_01.jpg:
Real: cat Classifier: lynx
# Total Images 4 # Matches: 0 # NOT Matches: 4
MATCH:
NOT A MATCH:
Pen_01.jpg:
Real: pen Classifier: hammer
PetLabelDog: 0 ClassLabelDog: 0
Dog_01.jpg:
Real: dog Classifier: beagle
PetLabelDog: 1 ClassLabelDog: 1
Dog_02.jpg:
Real: dog Classifier: beagle
PetLabelDog: 1 ClassLabelDog: 1
cat_01.jpg:
Real: cat Classifier: lynx
PetLabelDog: 0 ClassLabelDog: 0
# Total Images 4 # Matches: 0 # NOT Matches: 4
** Statistics from calculates_results_stats() function:
N Images: 4 N Dog Images: 2 N NotDog Images: 2
Pct Corr dog: 100.0 Pct Corr NOTdog: 100.0 Pct Corr Breed: 0.0
** Check Statistics - calculated from this function as a check:
N Images: 4 N Dog Images: 2 N NotDog Images: 2
Pct Corr dog: 100.0 Pct Corr NOTdog: 100.0 Pct Corr Breed: 0.0
Model used: vgg
Number of Images: 4
Number of Dog Images: 2
Number of "Not-a" Dog Images: 2
pct_match: 0.0
pct_correct_dogs: 100.0
pct_correct_breed: 0.0
pct_correct_notdogs: 100.0
MISCLASSIFIED BREEDS:
Pet Image Label?: dog
Classifier Label?: beagle
MISCLASSIFIED BREEDS:
Pet Image Label?: dog
Classifier Label?: beagle
** Total Elapsed Runtime: 0:0:3