faisal shaik

Results 7 issues of faisal shaik

I have a mono channel 3D tiff file that I read into an array of shape (151, 1608, 1608). this corresponds to (zstack, height, width). i'm trying to segment nuclei...

I am trying to segment 3D tiff cell images with Omnipose but am running into a shape mismatch error. I am following the example code on the [Omnipose documentation](https://omnipose.readthedocs.io/examples/mono_channel_3D.html) and...

changed all vim.health.report_* to vim.health.* to work with nvim version 11

## error: ``` hydra: require("hydra.health").check() - ERROR Failed to run healthcheck for "hydra" plugin. Exception: ...n/.local/share/nvim/lazy/hydra.nvim/lua/hydra/health.lua:3: attempt to call field 'report_start' (a nil value) ============================================================================== jupytext: require("jupytext.health").check() - ERROR Failed...

changed all vim.health.report_* to vim.health.* to work with nvim version 11

heres my code ```lua vim.g.VM_custom_motions = { ['k'] = remaps['k'], ['n'] = remaps['n'], ['e'] = remaps['e'], ['i'] = remaps['i'], } ``` which expands to ```lua vim.g.VM_custom_motions = { ['k'] =...

i want to give the box a custom look and change the following: - [x] make border pink - [x] make background transparent - [ ] make main text pink...