romainGuiet

Results 14 comments of romainGuiet

@NicoKiaru made [this documentation for us ](https://c4science.ch/w/bioimaging_and_optics_platform_biop/image-processing/version-control/)

Might be stable now ... So far, it's added in our project as a temporary class https://github.com/BIOP/EasyXT-FIJI/pull/43/commits/9b89a367c4db60eb3ba1e48630f93eac8e8638c3 until a new release of MorphoLibJ brings it , or something similar !...

>I was getting the same issue. Same with version 1.4.0rc8 >Saving the image with grayscale LUT and then importing fixed the problem. workaround still working

Hi @kevinyamauchi , Hi @psobolewskiPhD , Hi @haesleinhuepf , I came here because of the cellpose title and I'm not sure if you're still looking for a solution... I tried...

Hi @tlambert03 , thank you so much for taking time for working on this ! I just tested the "projects" branch and when logginh for the first time I see...

Hi @joshmoore, I'm not (yet) familiar with all the technical python stuff making all of this working. What I understand from your answer is that the `Napari>Plugins>Install... ` can only...

Hi @haesleinhuepf , I installed devbio-napari (last week) following [the installation procedure described here](https://github.com/haesleinhuepf/devbio-napari#installation) I just ran a conda list and got for **napari-accelerated-pixel-and-object-classification 0.12.3** pyhd8ed1ab_0 conda-forge (whole conda list...

I just noticed that you are using 0.5 in x and y. I tested to load using `scale = [1,0.5,0.5]` and I get these results : - It seems the...

Current workaround suggested by @lacan : ``` mamba create -n omnipose-106_2 'python==3.9.18' pytorch torchvision pytorch-cuda=11.8 -c pytorch -c nvidia -y mamba activate omnipose-106_2 git clone https://github.com/kevinjohncutler/omnipose.git cd omnipose pip install...

and `pip install torch_optimizer` to use ` -RAdam`