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

segment: add processing with external command #58

Open
imagejan opened this issue Mar 7, 2024 · 0 comments
Open

segment: add processing with external command #58

imagejan opened this issue Mar 7, 2024 · 0 comments

Comments

@imagejan
Copy link
Member

imagejan commented Mar 7, 2024

An optional "pre-processing" step could be processing the list of files with an external command, e.g. a Fiji script called from the command line. This allows running an arbitrary segmentation while still using the filter and sample functionality of this repository.

The best entry point is probably the source folder (as it's a single parameter), but also the list of files would be possible.

Use case:

  • Run Fiji script to call Weka Trainable Segmentation, write output masks to new folder
  • Return the list of files, so we can hand it over to _process_tif, with an option to skip the segment step (i.e. only run label).
  • Process filter and sample as usual.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant