Giter Site home page Giter Site logo

Comments (1)

ctrueden avatar ctrueden commented on July 21, 2024

In this particular image, it might be possible to use traditional signal intensity thresholding + watershed methods, but most images, including possibly the above, have enough edge cases such that traditional approaches don't work.

I would not give up so easily. That image and similar ones could probably be segmented using a traditional segmentation approach in a reasonable amount of time by someone with enough experience creating such workflows.

I would have welcomed a plugin for reliably predicting ROI. Would anyone be interested in writing an object detection plugin?

Fiji has a lot of options already, including both "traditional" algorithms as well as pixel-based classification via ML. See Category:Segmentation for the list of plugins. There is also a guide on how to automate segmentation. And there is also CellProfiler, whose primary purpose in life is to automate object detection and measurements on that sort of data.

That's not to say that a plugin built on top of that particular pretrained TensorFlow model wouldn't be a good addition to Fiji! As a starting point, I'd encourage you to model your plugin after the MicroscopeImageFocusQualityClassifier. Reuse the same code to download and cache your particular pretrained model on demand. Strip out the logic and parameters you don't need. Tweak the calls to the actual TensorFlow API to build/invoke the graph the way it needs to be done for your model. Happy to help overcome obstacles; just post questions on the Image.sc Forum.

from imagej-tensorflow.

Related Issues (14)

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.