DIAGNijmegen / pathology-whole-slide-data

A package for working with whole-slide data including a fast batch iterator that can be used to train deep learning models.
https://diagnijmegen.github.io/pathology-whole-slide-data/
Apache License 2.0
86 stars 24 forks source link

Added scale multiplication to plot_annotations when using base_coordinates #17

Closed robinlomans closed 2 years ago

robinlomans commented 2 years ago

In the annotation.utils.plot_annotation function, the scale multiplication was not applied when use_base_coordinates was True. I changed this by adding a scale multiplication for this case as well.