S1M0N38 commited on
Commit
aa44d9b
·
verified ·
1 Parent(s): 57e37fb

feat(model): new version of the arrows model (eager-brook-29)

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -67,11 +67,11 @@ model-index:
67
  type: chess-cv-arrows-test
68
  metrics:
69
  - type: accuracy
70
- value: 0.9997
71
  name: Accuracy
72
  verified: false
73
  - type: f1
74
- value: 0.9997
75
  name: F1 Score (Macro)
76
  verified: false
77
  - name: chess-cv-snap
@@ -193,7 +193,7 @@ The arrows model classifies chess square images into 49 classes representing dif
193
 
194
  | Dataset | Accuracy | F1-Score (Macro) |
195
  | --------------------- | -------- | ---------------- |
196
- | Test Data (synthetic) | 99.97% | 99.97% |
197
 
198
  The arrows model is optimized for detecting directional annotations while maintaining spatial consistency across the board.
199
 
 
67
  type: chess-cv-arrows-test
68
  metrics:
69
  - type: accuracy
70
+ value: 0.9999
71
  name: Accuracy
72
  verified: false
73
  - type: f1
74
+ value: 0.9999
75
  name: F1 Score (Macro)
76
  verified: false
77
  - name: chess-cv-snap
 
193
 
194
  | Dataset | Accuracy | F1-Score (Macro) |
195
  | --------------------- | -------- | ---------------- |
196
+ | Test Data (synthetic) | 99.99% | 99.99% |
197
 
198
  The arrows model is optimized for detecting directional annotations while maintaining spatial consistency across the board.
199