Update README.md
Browse files
README.md
CHANGED
|
@@ -32,7 +32,7 @@ We provide code to run the OWM evaluation in our [GitHub repository](https://git
|
|
| 32 |
|
| 33 |
To run the evaluation, first download the data by running `hf download CompVis/owm-95 --repo-type dataset` then run the evaluation script via
|
| 34 |
```shell
|
| 35 |
-
python -m scripts.eval.myriad_eval.
|
| 36 |
```
|
| 37 |
|
| 38 |
## License
|
|
|
|
| 32 |
|
| 33 |
To run the evaluation, first download the data by running `hf download CompVis/owm-95 --repo-type dataset` then run the evaluation script via
|
| 34 |
```shell
|
| 35 |
+
python -m scripts.eval.myriad_eval.openset_prediction --checkpoint-path path/to/checkpoint -data-path path/to/data
|
| 36 |
```
|
| 37 |
|
| 38 |
## License
|