Update README.md
Browse files
README.md
CHANGED
|
@@ -31,6 +31,8 @@ base_model:
|
|
| 31 |
## Evaluation
|
| 32 |
Install the evaluation tool and execute the evaluation script:
|
| 33 |
```bash
|
|
|
|
|
|
|
| 34 |
bash ./eval/scripts/eval_refcoco.sh
|
| 35 |
```
|
| 36 |
---
|
|
|
|
| 31 |
## Evaluation
|
| 32 |
Install the evaluation tool and execute the evaluation script:
|
| 33 |
```bash
|
| 34 |
+
git clone https://github.com/deepglint/unicom/tree/main
|
| 35 |
+
cd downstream
|
| 36 |
bash ./eval/scripts/eval_refcoco.sh
|
| 37 |
```
|
| 38 |
---
|