Silly98 commited on
Commit
bac5d22
·
verified ·
1 Parent(s): 3d0c008

Update sample

Browse files
Files changed (1) hide show
  1. sample +51 -8
sample CHANGED
@@ -1,8 +1,51 @@
1
- Implement the confidence score too Navin Shrivatsan Rajasekaran
2
-
3
- Srinivasan V
4
- testing again means?
5
- mean running the same model over the test data
6
-
7
- sometimes it may give some different result, and then if you check again then it might give some other result. Until the confidence score is maintained
8
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Train accuracy
2
+
3
+ Testing DataLoader 0: 100% 1515/1515 [00:53<00:00, 28.33it/s]num_classes: 7
4
+ per_face_accuracy: 0.8964884874006657
5
+ mean_confidence: 0.90162826
6
+ class_0_acc: 0.8309014514896867
7
+ class_1_acc: 0.9787369493251846
8
+ class_2_acc: 0.9244204509368054
9
+ class_3_acc: 0.9623172103487064
10
+ class_4_acc: 0.9210676971518534
11
+ class_5_acc: 0.8517195869885879
12
+ class_6_acc: 0.9219792629093522
13
+ per_class_accuracy: 0.9130203727357395
14
+ IoU: 0.80784581826577
15
+ Testing DataLoader 0: 100% 1515/1515 [00:53<00:00, 28.31it/s]
16
+
17
+
18
+
19
+ Test Accuracy
20
+
21
+ Testing DataLoader 0: 100% 191/191 [00:10<00:00, 18.99it/s]num_classes: 7
22
+ per_face_accuracy: 0.864323620706919
23
+ mean_confidence: 0.89635736
24
+ class_0_acc: 0.7909681833732467
25
+ class_1_acc: 0.9679347826086957
26
+ class_2_acc: 0.9298013245033112
27
+ class_3_acc: 0.8977035490605428
28
+ class_4_acc: 0.9051359516616314
29
+ class_5_acc: 0.7790178571428571
30
+ class_6_acc: 0.8698284561049445
31
+ per_class_accuracy: 0.8771985863507469
32
+ IoU: 0.7578926103706184
33
+ Testing DataLoader 0: 100% 191/191 [00:10<00:00, 18.96it/s]
34
+
35
+
36
+
37
+ Unseen Accuracy
38
+
39
+ Testing DataLoader 0: 100% 49/49 [00:03<00:00, 14.00it/s]num_classes: 7
40
+ per_face_accuracy: 0.866403162055336
41
+ mean_confidence: 0.8827821
42
+ class_0_acc: 0.875
43
+ class_1_acc: 0.9848156182212582
44
+ class_2_acc: 0.839622641509434
45
+ class_3_acc: 0.9245283018867925
46
+ class_4_acc: 0.7870722433460076
47
+ class_5_acc: 0.8002853067047075
48
+ class_6_acc: 0.9120370370370371
49
+ per_class_accuracy: 0.8747658783864625
50
+ IoU: 0.7264917818820532
51
+ Testing DataLoader 0: 100% 49/49 [00:03<00:00, 13.94it/s]