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

Docs: Add ilastik basics to user guide #407

Merged
merged 1 commit into from
Jun 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion docs/guides/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,19 @@ The configuration fields should be self-explanatory.


### Ilastik
TBD
In version 1.4.0, ilastik introduced the [Neural Network workflow](https://www.ilastik.org/documentation/nn/nn), which allows you to easily load models from the BioImage Model Zoo and run them on your images.

A [video tutorial](https://www.youtube.com/watch?v=PfXCKNhsOLw) demonstrating the workflow and how to load models is available on the ilastik team's [YouTube channel](https://www.youtube.com/@ilastikTeam).

The simplest steps to try it out are, in short:

1. Download and install the [newest ilastik version](https://www.ilastik.org/download)
2. Create a "Neural Network Classification (Local)" project
3. Select your input image(s)
4. Choose a suitable model from the BioImage Model Zoo, copy the model nickname
5. Paste the model nickname into ilastik
6. Run Live Prediction to preview the model's output on the currently displayed data
7. Export predictions for the full image

### ImJoy
TBD
Expand Down
Loading