-
Notifications
You must be signed in to change notification settings - Fork 6
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
StarDist3D #47
Comments
@carlosuc3m any ideas how to solve this? I tried investigating a bit, but did not get very far. I am surprised a little bit that the above downloads |
I found out that with the 0.5.8 release, when dl-modelrunner-tensorflow-1-0.4.1.jar was used the above mentioned example actually works. After that, it seems to be broken. |
HEllo @stefanhahmann First of all sorry for having forgotten about this topic for so long. Thanks to your reminder i am back on it. What are you using to run this code snippet? I have just tried with the latest snapshot and it seems to work.
Totally normal to be surprised. I have just changed many many things on JDLL, so I ma keeping everything on SNAPSHOTS at the moment (hopefully for not too long). |
No worries. I also I did not work on it in the mean time.
I am running this snippet from the IDE (IntelliJ in my case). The snippet misses a package on the first line. But there could be any package.
This is also my interpretation. I think the |
Is the snippet using dl-modelrunner as a dependency? Or did you directly pull it from JDLL github and are running the example in the Stardist3D class? |
I have checked out JDLL locally and set it to this commit db3c3f7 When I do this, the snippet is working. When I set JDLL to the current main, it is not working. |
I have just added a commit for debugging. Could you please pull, try again and post the new error? |
I have just pulled. Now I am getting a different error message:
|
Hello @stefanhahmann Just so you know I am completely re-writing the API. As mentioned on the zulip thread I am trying first to create a Java wrapper for the Stardist original API, but if it is not worth it or too complex (too complex meaning that it takes more than today and tomorrow) I will just call everything in Python. Does it suit you? |
I tried, but now I am getting again errors due to long classpath:
This migh be a Windows specific problem. I am trying to workaround adding
to the
But, then I get even though the class is on the classpath..
That sounds good. My feeling at the moment is that running everything in python and getting it into Java using |
Hello @stefanhahmann I have completely reworked the Stardist api in JDLL. REgards, |
I tried running StarDist3D with a small dummy dataset:
When trying to run this, I get:
This behavior is unexpected. It happens on Windows machine with JDK-21 (not sure, if this OS related or Java-version related).
The text was updated successfully, but these errors were encountered: