Skip to content

Commit

Permalink
feat: 🔖 version update
Browse files Browse the repository at this point in the history
  • Loading branch information
chaofengc committed Oct 9, 2023
1 parent f46faae commit bff79af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,17 @@ release:
# lint:
# flake8 pyiqa/ --count --max-line-length=127 --ignore=W293,W503,W504,E126,E741

# test calibration and forward inference
test:
pytest tests/ -m calibration -v
pytest tests/test_metric_general.py::test_forward -v

test_general:
pytest tests/test_metric_general.py::test_cpu_gpu_consistency -v

test_forward:
pytest tests/test_metric_general.py::test_forward -v

test_gradient:
pytest tests/test_metric_general.py::test_gradient_backward -v


test_dataset:
pytest tests/test_datasets_general.py -v

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.7
0.1.8
2 changes: 1 addition & 1 deletion docs/ModelCard.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ print(pyiqa.list_models())
| Task | Method | Description |
| -------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Face IQA | `topiq_face` | TOPIQ model trained with face IQA dataset (GFIQA) |
| Underwater IQA | URanker | A ranking-based underwater image quality assessment (UIQA) method, AAAI2023, [Arxiv](https://arxiv.org/abs/2208.06857), [Github](https://github.com/RQ-Wu/UnderwaterRanker) |
| Underwater IQA | `uranker` | A ranking-based underwater image quality assessment (UIQA) method, AAAI2023, [Arxiv](https://arxiv.org/abs/2208.06857), [Github](https://github.com/RQ-Wu/UnderwaterRanker) |

## Outputs of Different Metrics
**Note: `~` means that the corresponding numeric bound is typical value and not mathematically guaranteed**
Expand Down

0 comments on commit bff79af

Please sign in to comment.