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

fix #45 #46

Closed JoeySpronck closed 8 months ago

JoeySpronck commented 8 months ago

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

coveralls commented 8 months 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 8 months ago

Thank you so much!