Skip to content

Commit

Permalink
Merge pull request #5 from johind/readme-evaluate-command-fix
Browse files Browse the repository at this point in the history
Update README.md to fix wrong argument in evaluation commands
  • Loading branch information
teowu authored Jan 19, 2024
2 parents 59d293b + 03d1163 commit 21c0ca2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,19 +215,19 @@ After preparing the datasets, you can evaluate pre-trained **OneAlign** as follo
- Image Quality Assessment (IQA)

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

- Image Aesthetic Assessment (IAA)

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

- Video Quality Assessment (VQA)

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

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

0 comments on commit 21c0ca2

Please sign in to comment.