Skip to content

Commit bff79af

Browse files
committed
feat: 🔖 version update
1 parent f46faae commit bff79af

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,17 @@ release:
1717
# lint:
1818
# flake8 pyiqa/ --count --max-line-length=127 --ignore=W293,W503,W504,E126,E741
1919

20+
# test calibration and forward inference
2021
test:
2122
pytest tests/ -m calibration -v
23+
pytest tests/test_metric_general.py::test_forward -v
2224

2325
test_general:
2426
pytest tests/test_metric_general.py::test_cpu_gpu_consistency -v
2527

26-
test_forward:
27-
pytest tests/test_metric_general.py::test_forward -v
28-
2928
test_gradient:
3029
pytest tests/test_metric_general.py::test_gradient_backward -v
3130

32-
3331
test_dataset:
3432
pytest tests/test_datasets_general.py -v
3533

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.7
1+
0.1.8

docs/ModelCard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ print(pyiqa.list_models())
5858
| Task | Method | Description |
5959
| -------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
6060
| Face IQA | `topiq_face` | TOPIQ model trained with face IQA dataset (GFIQA) |
61-
| 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) |
61+
| 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) |
6262

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

0 commit comments

Comments
 (0)