LH-Tech-AI commited on
Commit
01db690
·
verified ·
1 Parent(s): e699431

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -50,6 +50,24 @@ Validated on **5,000 images** × 4 rotations = **20k validation samples**.
50
  | Training Epochs | 12 |
51
  | Training Time | ~4h (Kaggle T4 GPU) |
52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  ### Training Curve
54
 
55
  | Epoch | Train Acc | Val Acc |
 
50
  | Training Epochs | 12 |
51
  | Training Time | ~4h (Kaggle T4 GPU) |
52
 
53
+ ### Benchmark with `benchmark.py`
54
+ ```plaintext
55
+ ===============
56
+ RESULTS
57
+ ===============
58
+ Overall result: 411/500 correct
59
+ Hit rate: 82.20 %
60
+ ------------------------------
61
+ Details per rotation class:
62
+ 0° : 96/124 correct ( 77.42%)
63
+ 90° : 103/119 correct ( 86.55%)
64
+ 180° : 112/129 correct ( 86.82%)
65
+ 270° : 100/128 correct ( 78.12%)
66
+ ==============================
67
+ ```
68
+
69
+ You can also do this benchmark, by using `benchmark.py` in this repo. :D
70
+
71
  ### Training Curve
72
 
73
  | Epoch | Train Acc | Val Acc |