Jesús Peñaloza

Results 9 comments of Jesús Peñaloza

Hi, has there been any progress on this issue? we currently are trying to do registration on some of our partial brain acquisition and were wondering if this could be...

Update: Manage to debug some errors I had in the code, but started getting the following error: when using the following pipeline.sh #!/usr/bin/env bash # bash -e /lab/repos/cytokit/pub/analysis/codex-spleen/pipeline_execution.sh # Ignore...

Hi Eric, Thank you very much! I'll do the modifications to the path. After changing "run_tile_generator: true" it started working but gave me the following error: ![image](https://user-images.githubusercontent.com/17010046/71032976-75d8db80-20e4-11ea-90ab-b75099c760fd.png) ![image](https://user-images.githubusercontent.com/17010046/71033207-ee3f9c80-20e4-11ea-9ee1-21c947d648b4.png) from my...

Solved it. Had a bad math calculation previous = tile_height: 1007 -> now = tile_height: 1008 But got the problem I was expecting on the GPU memory ![image](https://user-images.githubusercontent.com/17010046/71035681-fbab5580-20e9-11ea-9650-b10409132835.png)

Hi Eric, Thank you very much! everything help, the program is now running smoothly,

Hi Eric, With regard of the NN, I was not choosing the correct explorer settings. Overall this step is behaving as expected selecting the best plane and doing the segmentation....

Hi Eric, I loaded the image using the lazy dask arrays but before each loop I compute each indexed image (move to memory dask to numpy array). Here is the...

I have the 2.1, should I test with an older one?

Hi! is it possible to move the installer from conda to a pyproject.toml using poetry? I think it would be easier for distribution across different OS. something like ```toml [tool.poetry]...