Coder Social home page Coder Social logo

SegmentMIF Assertion error issue about pathml HOT 2 CLOSED

ckv1110 avatar ckv1110 commented on July 24, 2024
SegmentMIF Assertion error issue

from pathml.

Comments (2)

jacob-rosenthal avatar jacob-rosenthal commented on July 24, 2024

The "MIF" part in "SegmentMIF" is for Multiplex ImmunoFluorescence. So the segmentation methods in those models probably aren't applicable to your H&E images. For example, to use the mesmer model, you need to supply one channel for the nucleus marker and another channel for the cytoplasm marker - but for H&E images you only have white light so the channels are just RGB.

That said, the slide type should be set while loading the SlideData object initially. When tiles are generated, each tile is just assigned the slide_type from the parent SlideData (see below for exact line where this happens):

# add slidetype to tile
if tile.slide_type is None:
tile.slide_type = self.slide_type

from pathml.

ckv1110 avatar ckv1110 commented on July 24, 2024

Thank you so much for helping me understand my issue! I'll close the issue now.

from pathml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.