Skip to content
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

Required python3 packages + missing file #2

Open
johannestoger opened this issue May 5, 2022 · 2 comments
Open

Required python3 packages + missing file #2

johannestoger opened this issue May 5, 2022 · 2 comments

Comments

@johannestoger
Copy link

Hi, just wanted to add that the following python3 packages are required (at least when I run the Segment integration):

  • numpy
  • matplotlib
  • torch
  • torchvision
  • scipy

First I installed python3 from the Microsoft store, and then the following on the command line (cmd):

pip install numpy matplotlib torch torchvision scipy

Documenting this in the README.md might save people some work in the future.

At this point I'm stuck at a missing file though: FileNotFoundError: [Errno 2] No such file or directory: 'C:\...\lung_water_pipeline/best_lung_seg_model.pkl'

@johannestoger
Copy link
Author

Ping @feliciaseemann

@johannestoger johannestoger reopened this May 5, 2022
@johannestoger johannestoger changed the title Required python3 packages Required python3 packages + missing file May 5, 2022
@feliciaseemann
Copy link
Contributor

Added list of required python packages. The trained network is saved as a pkl-file which is located in the python folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants