Update README.md
Browse files
README.md
CHANGED
|
@@ -26,7 +26,7 @@ Videos are obtained from Pexels ([Pexels License](https://www.pexels.com/license
|
|
| 26 |
|
| 27 |
We provide code to run the OWM evaluation in our [GitHub repository](https://github.com/CompVis/flow-poke-transformer).
|
| 28 |
|
| 29 |
-
To run the evaluation, first download the data by running `hf download CompVis/
|
| 30 |
```shell
|
| 31 |
python -m scripts.eval.myriad_eval.owm --checkpoint-path path/to/checkpoint -data-path path/to/data
|
| 32 |
```
|
|
|
|
| 26 |
|
| 27 |
We provide code to run the OWM evaluation in our [GitHub repository](https://github.com/CompVis/flow-poke-transformer).
|
| 28 |
|
| 29 |
+
To run the evaluation, first download the data by running `hf download CompVis/owm-95 --repo-type dataset` then run the evaluation script via
|
| 30 |
```shell
|
| 31 |
python -m scripts.eval.myriad_eval.owm --checkpoint-path path/to/checkpoint -data-path path/to/data
|
| 32 |
```
|