Ignacio Arganda-Carreras

Results 10 comments of Ignacio Arganda-Carreras

Hello @dmikushin I don't know what @dlegland will say but my feeling is this type of behaviors are expected in the most basic watershed algorithm. Also the order of the...

Dear @dtstone I cannot reproduce this behavior, please make sure you are running on the latest version of Fiji and MorphoLibJ.

Hello @dtstone I do not observe this behavior. Can you tell me which version of MorphoLibJ are you using and under which operative system?

That's very strange. Can you please send me the image you are using and the sequence of steps that led you to the crashing?

I actually wrote some scripts to do that and I also wonder if it would be worth it for some plugins to include the "Apply to stack" option in 2D...

Thanks, @satorstefan for bringing this to our attention! While we create a public method for that and publish a new release, you may want to write in your code the...

To binarize an image, you can use our own method from the Threshold class: https://github.com/ijpb/MorphoLibJ/blob/master/src/main/java/inra/ijpb/segment/Threshold.java#L57

Hello @GrocottLab! Can you make a pull request with the fix? That would be great!

Dear @SimoneBv , The plugin should work on 32-bit images. May you post somewhere your images so I can try to reproduce the results? Thanks!

> A possible solution is to use the `set_params` method inherited from `Callback` > > ``` > from clr import OneCycleLR > > lr_manager = OneCycleLR(max_lr=10, maximum_momentum=0.9, verbose=True) > lr_manager.set_params({"batch_size":...