-
Notifications
You must be signed in to change notification settings - Fork 129
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
Error in 1.3. Load key dependencies StarDist_2D #249
Comments
Hi, Cheers Guillaume |
Hi, Yes that seems to be working now, Thanks :) Claire |
I cannot reproduce the error on my side. What settings are you using? |
My best guess is that you need to restart your Google Colab session. Looks like a connection issue |
Thank you very much, Guillaume, it works now! I have another question regarding StarDist training. In step 4.1 Prepare the training data and model for training I get the following warning. WARNING: median object size larger than field of view of the neural network. Also, Stardist doesn't perform well after training. I believe this is because I am trying to recognize degradation spots that are much smaller than nuclei. Is there a way to input a median size of the object into the model? |
Hi, Not directly. In the training advanced parameters, you could try playing with: Could you post an example image? |
Hello Guillaume, here is an original image. But for training Stardist I invert it (second image) and the third image is my mask. |
Hello, I run into the following problem trying to load key dependencies for StarDist_2D (1.3. Load key dependencies). Installation of 1.1 StarDist and dependencies goes fine.
2.11.0
Tensorflow enabled.
Libraries installed
Notebook version: 1.18
Latest notebook version: 1.18
This notebook is up-to-date.
ValueError Traceback (most recent call last)
in
472 # Build requirements file for local run
473 after = [str(m) for m in sys.modules]
--> 474 build_requirements_file(before, after)
3 frames
/usr/local/lib/python3.9/dist-packages/pandas/io/parsers/readers.py in _refine_defaults_read(dialect, delimiter, delim_whitespace, engine, sep, error_bad_lines, warn_bad_lines, on_bad_lines, names, prefix, defaults)
1534
1535 if delimiter == "\n":
-> 1536 raise ValueError(
1537 r"Specified \n as separator or delimiter. This forces the python engine "
1538 "which does not accept a line terminator. Hence it is not allowed to use "
ValueError: Specified \n as separator or delimiter. This forces the python engine which does not accept a line terminator. Hence it is not allowed to use the line terminator as separator.
The text was updated successfully, but these errors were encountered: