take update from main
Browse files
README.md
CHANGED
|
@@ -21,12 +21,9 @@ cd vlm-demo
|
|
| 21 |
pip install -e .
|
| 22 |
```
|
| 23 |
|
| 24 |
-
This repository also requires that the `vlm-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
+ `vlm-bench`: `htts://github.com/TRI-ML/vlm-bench`
|
| 29 |
-
+ `prismatic-vlms`: `https://github.com/TRI-ML/prismatic-vlms`
|
| 30 |
|
| 31 |
## Usage
|
| 32 |
|
|
|
|
| 21 |
pip install -e .
|
| 22 |
```
|
| 23 |
|
| 24 |
+
This repository also requires that the `vlm-evaluation` package (`vlm_eval`) is
|
| 25 |
+
installed in the current environment. Installation instructions can be found
|
| 26 |
+
[here](https://github.com/TRI-ML/vlm-evaluation/tree/main).
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
## Usage
|
| 29 |
|