feat(model): new version of the arrows model (eager-brook-29)
Browse files
README.md
CHANGED
|
@@ -67,11 +67,11 @@ model-index:
|
|
| 67 |
type: chess-cv-arrows-test
|
| 68 |
metrics:
|
| 69 |
- type: accuracy
|
| 70 |
-
value: 0.
|
| 71 |
name: Accuracy
|
| 72 |
verified: false
|
| 73 |
- type: f1
|
| 74 |
-
value: 0.
|
| 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.
|
| 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 |
|