ilastik / ilastik4ij

ImageJ plugins to run ilastik workflows
MIT License
22 stars 17 forks source link

Specify output source explicitly: Potential pitfall when running pixel classificartion projects #34

Closed k-dominik closed 4 years ago

k-dominik commented 4 years ago

Per default we offer the choice between output types Probabilities and Segmentation. Only in the latter case the--export_source` command line parameters is specified. This assumes that ilastik will always use the same default (I am not sure who relies on that. In practice I would always specify the source).

https://github.com/ilastik/ilastik4ij/blob/c758f3de9c8e7f45b0edf180b4ede165d6719165/src/main/java/org/ilastik/ilastik4ij/executors/PixelClassification.java#L36-L38