Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GridTiler() does not locate tiles correctly (artifacts-non tissue) #513

Open
neoMerz opened this issue Jan 30, 2023 · 0 comments
Open

GridTiler() does not locate tiles correctly (artifacts-non tissue) #513

neoMerz opened this issue Jan 30, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@neoMerz
Copy link

neoMerz commented Jan 30, 2023

Describe the bug
GridTiler() finds glass artifacts as the biggest tissue box.

To Reproduce
Steps to reproduce the behavior:

  1. from histolab.slide import Slide
    from histolab.tiler import GridTiler
  2. grid_tiles_extractor = GridTiler(
    tile_size=(512, 512),
    level=3,
    check_tissue=False,
    tissue_percent=20.0,
    prefix=prefix + '_',
    suffix=".png"
    )
  3. grid_tiles_extractor.locate_tiles(
    slide=img,
    scale_factor=24, # default
    alpha=128, # default
    outline="red", # default
    )
  4. histolab_grid_1

Software (please complete the following information):

  • OS: Ubuntu
  • Python Version: 3.8
  • histolab version: 0.5.1
@neoMerz neoMerz added the bug Something isn't working label Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant