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

Allow optional prediction mask for pixel classification #17

Open
imagejan opened this issue Dec 7, 2016 · 0 comments
Open

Allow optional prediction mask for pixel classification #17

imagejan opened this issue Dec 7, 2016 · 0 comments

Comments

@imagejan
Copy link
Contributor

imagejan commented Dec 7, 2016

Ilastik offers the possibility (both in the UI and from the CLI) to provide a mask in addition to the raw data to reduce the data blocks to be processed when providing sparse data.

Citing @stuarteberg from the ilastik mailing list:

If you have, say, three raw data images to process, and three
corresponding masks, provide the lists of filenames preceded by --raw_data
and --prediction_mask, like this:

./run_ilastik.sh --headless \
  --project=MyProject.ilp \
  --raw_data my_raw_data_1.png my_raw_data_2.png my_raw_data_3.png \
  --prediction_mask mask_1.png mask_2.png mask_3.png

I suggest adding an optional input to the Ilastik Headless (Pixel classification) node, allowing to choose an image column that contains a prediction mask.

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