Update README.md
Browse files
README.md
CHANGED
|
@@ -27,15 +27,16 @@ base_model:
|
|
| 27 |
| RefCOCOg | val | **79.7** | 78.2 | 74.2 | 73.3 | 67.9 |
|
| 28 |
| RefCOCOg | test | **80.5** | 78.3 | 74.9 | 74.8 | 70.6 |
|
| 29 |
|
| 30 |
-
|
| 31 |
-
## Evaluation
|
| 32 |
-
|
|
|
|
|
|
|
| 33 |
```bash
|
| 34 |
git clone https://github.com/deepglint/unicom/tree/main
|
| 35 |
cd downstream
|
| 36 |
bash ./eval/scripts/eval_refcoco.sh
|
| 37 |
```
|
| 38 |
-
---
|
| 39 |
|
| 40 |
## Citations
|
| 41 |
```
|
|
|
|
| 27 |
| RefCOCOg | val | **79.7** | 78.2 | 74.2 | 73.3 | 67.9 |
|
| 28 |
| RefCOCOg | test | **80.5** | 78.3 | 74.9 | 74.8 | 70.6 |
|
| 29 |
|
| 30 |
+
|
| 31 |
+
## Evaluation
|
| 32 |
+
|
| 33 |
+
Install the evaluation tool and execute the evaluation script:
|
| 34 |
+
|
| 35 |
```bash
|
| 36 |
git clone https://github.com/deepglint/unicom/tree/main
|
| 37 |
cd downstream
|
| 38 |
bash ./eval/scripts/eval_refcoco.sh
|
| 39 |
```
|
|
|
|
| 40 |
|
| 41 |
## Citations
|
| 42 |
```
|