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

write docs #20

Open martvanrijthoven opened 2 years ago

martvanrijthoven commented 2 years ago
### Tasks
- [ ] userguide - callbacks
- [ ] examples - main page
- [ ] examples - pytorch
- [ ] examples - tensorflow
- [ ] examples - albumentations
daangeijs commented 1 year ago

Docs for annotations : from wholeslidedata.annotation.hooks import ScalingAnnotationHook, TiledAnnotationHook

is now:

from wholeslidedata.annotation.callbacks import ScalingAnnotationCallback, TiledAnnotationCallback