Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
teowu committed Jan 31, 2024
1 parent b938a83 commit fa55226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ model.score([Image.open(requests.get("https://raw.githubusercontent.com/Q-Future
stream=True).raw)], task_="quality", input_="image") # task_ : quality | aesthetics; # input_: image | video
```

This model also supports to be instantialized via latest [IQA-Pytorch](https://github.com/chaofengc/IQA-PyTorch):
This model also supports to be instantialized via latest [IQA-Pytorch](https://github.com/chaofengc/IQA-PyTorch) (quick install by `pip install git+https://github.com/chaofengc/IQA-PyTorch.git`):

```python
import pyiqa
Expand Down

0 comments on commit fa55226

Please sign in to comment.