You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 11, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -320,6 +320,7 @@ The project is using the standard [BSD license](http://opensource.org/licenses/B
320
320
321
321
For complete references see [bibtex](docs/references.bib).
322
322
1. Borovec, J., Munoz-Barrutia, A., & Kybic, J. (2018). **[Benchmarking of image registration methods for differently stained histological slides](https://www.researchgate.net/publication/325019076_Benchmarking_of_image_registration_methods_for_differently_stained_histological_slides)**. In IEEE International Conference on Image Processing (ICIP) (pp. 3368–3372), Athens. [DOI: 10.1109/ICIP.2018.8451040](https://doi.org/10.1109/ICIP.2018.8451040)
323
+
2. Borovec, J. (2019). BIRL: **Benchmark on Image Registration methods with Landmark validation**. arXiv preprint [arXiv:1912.13452.](https://arxiv.org/abs/1912.13452)
This section is strictly limited to image registration experiment on [CIMA dataset](http://cmp.felk.cvut.cz/~borovji3/?page=dataset).
4
+
5
+
## Structure
6
+
7
+
-**Datasets**: the particular dataset setting described in the image/landmarks pairing - csv tables called `dataset_CIMA_<scope>.csv`
8
+
-**Script**: the execution script is `run-SOTA-experiments.sh` and it perform all experiments
9
+
-**Results**: the experimental results are exported and zipped per particular dataset scope, the archives are `results_size-<scope>.zip`
10
+
11
+
12
+
## Usage
13
+
14
+
**Reproduce statistic**
15
+
16
+
You need to unzip the particular result for each dataset scale in to a separate folder (e.g with the same name).
17
+
Then you need to run the [scope notebook](../notebooks/CIMA_SOTA-results_scope.ipynb) for showing results on a particular dataset scope or [comparing notebook](../notebooks/CIMA_SOTA-results_comparing.ipynb) to compare some statistics over two scopes.
18
+
Note that with using attached JSON results you do not need to run cells related parsing results from raw benchmarks results.
19
+
20
+
**Add own method to statistic**
21
+
22
+
You need to run your benchmark on the particular dataset scope, the image oaring are:
23
+
-[10k scope](dataset_CIMA_10k.csv)
24
+
-[full scope](dataset_CIMA_full.csv)
25
+
26
+
Then you can parse just the new results with [evaluation script](../bm_ANHIR/evaluate_submission.py) or execute the parsing cells at the beginning of [scope notebook](../notebooks/CIMA_SOTA-results_scope.ipynb).
27
+
28
+
29
+
## References
30
+
31
+
For complete references see [bibtex](../docs/references.bib).
32
+
1. Borovec, J. (2019). **BIRL: Benchmark on Image Registration methods with Landmark validation**. arXiv preprint [arXiv:1912.13452.](https://arxiv.org/abs/1912.13452)
0 commit comments