Skip to content

Commit 21c0ca2

Browse files
authored
Merge pull request #5 from johind/readme-evaluate-command-fix
Update README.md to fix wrong argument in evaluation commands
2 parents 59d293b + 03d1163 commit 21c0ca2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -215,19 +215,19 @@ After preparing the datasets, you can evaluate pre-trained **OneAlign** as follo
215215
- Image Quality Assessment (IQA)
216216

217217
```shell
218-
python q_align/evaluate/iqa_eval.py --model_path q-future/one-align --device cuda:0
218+
python q_align/evaluate/iqa_eval.py --model-path q-future/one-align --device cuda:0
219219
```
220220

221221
- Image Aesthetic Assessment (IAA)
222222

223223
```shell
224-
python q_align/evaluate/iaa_eval.py --model_path q-future/one-align --device cuda:0
224+
python q_align/evaluate/iaa_eval.py --model-path q-future/one-align --device cuda:0
225225
```
226226

227227
- Video Quality Assessment (VQA)
228228

229229
```shell
230-
python q_align/evaluate/vqa_eval.py --model_path q-future/one-align --device cuda:0
230+
python q_align/evaluate/vqa_eval.py --model-path q-future/one-align --device cuda:0
231231
```
232232

233233
See our [model zoo](./model_zoo) for all available models that you can use.

0 commit comments

Comments
 (0)