Skip to content

Commit

Permalink
updated readme with configs notebook example
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik-code committed Aug 5, 2024
1 parent a2f5dd3 commit 9ddbc2d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ For this case, the matcher module can be utilized to match instances and the eva

If your predicted instances already match the reference instances, you can directly compute metrics using the evaluator module.


### Using Configs (saving and loading)

You can construct Panoptica_Evaluator (among many others) objects and save their arguments, so you can save project-specific configurations and use them later.

[Jupyter notebook tutorial](https://github.com/BrainLesion/tutorials/tree/main/panoptica/example_config.ipynb)

It uses ruamel.yaml in a readable way.


## Citation

If you use panoptica in your research, please cite it to support the development!
Expand Down

0 comments on commit 9ddbc2d

Please sign in to comment.