Update README.md
Browse files
README.md
CHANGED
@@ -68,9 +68,9 @@ by effectively leveraging perspective-specific signals.
|
|
68 |
|
69 |
> | Model | UI F1 | MISS F1 | Overall F1 |
|
70 |
|------------------|-------|---------|------------|
|
71 |
-
| ORacle (Baseline) | 0.
|
72 |
-
| MM2SG (Baseline) | 0.
|
73 |
-
| **EgoExOR (Ours)**| **0.
|
74 |
|
75 |
Overall the results, shown in Table above, the dual-branch EgoExOR model achieves
|
76 |
the highest macro F1. Several predicates in EgoExOR rely on understanding transient tool-hand
|
|
|
68 |
|
69 |
> | Model | UI F1 | MISS F1 | Overall F1 |
|
70 |
|------------------|-------|---------|------------|
|
71 |
+
| ORacle (Baseline) | 0.70 | 0.71 | 0.69 |
|
72 |
+
| MM2SG (Baseline) | 0.77 | 0.68 | 0.72 |
|
73 |
+
| **EgoExOR (Ours)**| **0.86** | **0.70** | **0.79** |
|
74 |
|
75 |
Overall the results, shown in Table above, the dual-branch EgoExOR model achieves
|
76 |
the highest macro F1. Several predicates in EgoExOR rely on understanding transient tool-hand
|