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
93 stars 27 forks source link

fix #45 #46

Closed JoeySpronck closed 1 year ago

JoeySpronck commented 1 year ago

As described in #45, in segmentationpatchlabelsampler coordinates of point annotations were not indexed correctly

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 6869912877


Changes Missing Coverage Covered Lines Changed/Added Lines %
wholeslidedata/samplers/patchlabelsampler.py 0 1 0.0%
<!-- Total: 0 1 0.0% -->
Totals Coverage Status
Change from base Build 6855138455: 0.0%
Covered Lines: 2164
Relevant Lines: 2988

💛 - Coveralls
martvanrijthoven commented 1 year ago

Thank you so much!