Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
teowu authored Jul 4, 2022
1 parent f175559 commit db979af
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 @@ -12,7 +12,7 @@ Supports

in Master Branch.

The [Dev_Branch](https://github.com/TimothyHTimothy/FAST-VQA/tree/dev) contain several new features which is more suitable for development of your own deep end-to-end VQA models.
*The [Dev_Branch](https://github.com/TimothyHTimothy/FAST-VQA/tree/dev) contains several new features which is more suitable for development of your own deep end-to-end VQA models.*


## Intro
Expand Down Expand Up @@ -173,9 +173,9 @@ python inference.py -d $DATASET$ --from_ar

Supported datasets are KoNViD-1k, LIVE_VQC, CVD2014, YouTube-UGC.

## Switching to FASTER-VQA
## Switching to FAST-VQA-M

You can add the argument `-m FASTER` in any scripts (```finetune.py, inference.py, visualize.py```) above to switch to FASTER-VQA instead of FAST-VQA.
You can add the argument `-m fast-m` in any scripts (```finetune.py, inference.py, visualize.py```) above to switch to FAST-VQA-M instead of FAST-VQA.

## Citation

Expand Down

0 comments on commit db979af

Please sign in to comment.