-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with uint16 Images in Latest Nimbus-Inference Version #32
Comments
Hi @RouvenHoefflin, Thanks for raising this issue. I'll fix it as soon as possible (hopefully by the end of this week). Best, |
Should be fixed now. Could you give it a try? |
Hi Lorenz, thanks for the fast reply and bugfix. I updated Nimbus, however running
I get the same error when trying to run it on my data. In both cases there are only unique segementation data for the fovs. Thanks for your help Rouven |
Hi @RouvenHoefflin, I need another one or two days to debug the errors that I introduced in the latest version. I didn't bump the pip version yet, so a quick fix for you to get back to the old behavior is to run Best, |
Hi Lorenz, thanks so much for the update and the effort. |
Hi @RouvenHoefflin, I think I fixed the bug, please have a try. Sorry for the delay. Best, |
Hi @JLrumberger, Everything is fixed and works well now. Thanks a lot. Really appreciate your help. Rouven |
Report
Dear Nimbus Team,
Thank you again for developing and maintaining such an amazing tool!
After updating to the most recent version of Nimbus-Inference, I encountered an issue while running it on my
uint16
images. Specifically, when executing Step 5 of the1_Nimbus_Predict.ipynb
notebook, I get the following error:cell_table = nimbus.predict_fovs()
From my understanding, this error occurs because the tool is no longer compatible with
uint16
images. Previously, I had no issues running the same workflow with these image formats.Your example dataset with
float32
images works without any errors.Additionally, I noticed that the link to the changelog (https://nimbus-inference.readthedocs.io/latest/changelog.html) appears to be broken.
Could you please confirm whether the latest update no longer supports uint16 images? If so, is there a recommended solution or workaround to ensure compatibility with uint16 data?
Thank you in advance for your support!
All the best,
Rouven
Version information
alpineer NA
nimbus_inference 0.0.2
session_info 1.0.0
PIL 11.0.0
aiohappyeyeballs 2.4.3
aiohttp 3.11.8
aiosignal 1.3.1
anyio NA
asciitree NA
asttokens NA
async_timeout 5.0.1
attr 24.2.0
attrs 24.2.0
babel 2.11.0
backports NA
brotli 1.0.9
certifi 2024.08.30
charset_normalizer 3.3.2
comm 0.2.1
cv2 4.10.0
cycler 0.12.1
cython_runtime NA
datasets 3.1.0
dateutil 2.9.0.post0
debugpy 1.6.7
decorator 5.1.1
defusedxml 0.7.1
dill 0.3.8
exceptiongroup 1.2.0
executing 0.8.3
fastjsonschema NA
filelock 3.16.1
frozenlist 1.5.0
fsspec 2024.9.0
huggingface_hub 0.26.3
idna 3.7
imagecodecs 2024.9.22
imageio 2.36.1
ipykernel 6.29.5
ipywidgets 8.1.5
jaraco NA
jedi 0.19.1
jinja2 3.1.4
joblib 1.4.2
json5 0.9.25
jsonschema 4.23.0
jsonschema_specifications NA
jupyter_events 0.10.0
jupyter_server 2.14.1
jupyterlab_server 2.27.3
kiwisolver 1.4.7
lazy_loader 0.4
lmdb 1.5.1
lxml 5.3.0
markupsafe 2.1.3
matplotlib 3.9.2
more_itertools 10.3.0
mpl_toolkits NA
multidict 6.1.0
multiprocess 0.70.16
natsort 8.4.0
nbformat 5.10.4
numcodecs 0.13.1
numpy 1.26.4
overrides NA
packaging 24.1
pandas 2.2.3
parso 0.8.3
pkg_resources NA
platformdirs 3.10.0
prometheus_client NA
prompt_toolkit 3.0.43
propcache 0.2.0
psutil 5.9.0
pure_eval 0.2.2
pyarrow 18.1.0
pydev_ipython NA
pydevconsole NA
pydevd 2.9.5
pydevd_file_utils NA
pydevd_plugins NA
pydevd_tracing NA
pygments 2.15.1
pyometiff 1.0.1
pyparsing 3.2.0
pythonjsonlogger NA
pytz 2024.1
referencing NA
requests 2.32.3
rfc3339_validator 0.1.4
rfc3986_validator 0.1.1
rpds NA
scipy 1.14.1
send2trash NA
six 1.16.0
skimage 0.24.0
sniffio 1.3.0
socks 1.7.1
stack_data 0.2.0
tifffile 2024.9.20
torch 2.5.1+cu124
torchgen NA
tornado 6.4.1
tqdm 4.67.1
traitlets 5.14.3
typing_extensions NA
urllib3 2.2.3
wcwidth 0.2.5
websocket 1.8.0
xxhash NA
yaml 6.0.2
yarl 1.18.0
zarr 2.18.3
zmq 25.1.2
zoneinfo NA
IPython 8.27.0
jupyter_client 8.6.0
jupyter_core 5.7.2
jupyterlab 4.2.5
Python 3.10.15 | packaged by conda-forge | (main, Oct 16 2024, 01:24:24) [GCC 13.3.0]
Linux-5.14.0-162.6.1.el9_1.x86_64-x86_64-with-glibc2.34
Session information updated at 2024-12-03 00:16
The text was updated successfully, but these errors were encountered: