- Notifications
You must be signed in to change notification settings - Fork1
🔬 Syntax - the arrangement of whole-slide-images and their image tiles to create well-formed computational pathology pipelines.
License
NotificationsYou must be signed in to change notification settings
jgamper/compay-syntax
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
All contributions are welcome! Please raise an issue for a bug, feature or pull request!
Tweet about this repo!
Give this repo a star! ⭐
fromsyntax.slideimportSlidefromsyntax.transformers.tissue_maskimportOtsuTissueMaskfromsyntax.transformers.tilingimportSimpleTilingfromsyntax.transformersimportPipeline,visualize_pipeline_resultsslide=Slide(slide_path=slide_path)pipeline=Pipeline([OtsuTissueMask(),SimpleTiling(magnification=40,tile_size=224,max_per_class=10)])slide=pipeline.fit_transform(slide)visualize_pipeline_results(slide=slide,transformer_list=pipeline.transformers,title_list=['Tissue Mask','Random Tile Sampling'])
pip install compay-syntax==0.4.0
You will need to install openslide. This is included in the dependencies so may be automatically installed. If not I found this to help:
#!/bin/bashsudo apt-get install openslide-toolspip install openslide-python
About
🔬 Syntax - the arrangement of whole-slide-images and their image tiles to create well-formed computational pathology pipelines.
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published