-
Notifications
You must be signed in to change notification settings - Fork 35
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
Slicer one-click python dependencies #10
Comments
One important simplification would be to not require an additional Python environment, but use Slicer's Python environment for installing Pytorch and any other required dependencies. Usually we just Another simplification is to launch the processing server directly from Slicer and instead of zmq and memory-mapped files, send the pickled numpy array via process stdin/stdout. This technique is used in the |
Creating a new branch https://github.com/bingogome/samm/tree/dev-py-dep-slicer
Decided not to comment on it. I will try to implement both suggestions first and then come to see whether delay becomes an issue. |
Dr. Andras Lasso offered to advise how to install dependencies with one-click. I am reaching out.
The text was updated successfully, but these errors were encountered: