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

missing dependancies #5

Open
Hendrik-code opened this issue Mar 7, 2024 · 0 comments · May be fixed by #7
Open

missing dependancies #5

Hendrik-code opened this issue Mar 7, 2024 · 0 comments · May be fixed by #7

Comments

@Hendrik-code
Copy link

Hendrik-code commented Mar 7, 2024

I just installed SpineNet via your guide, and I believe the following packages are missing in your requirements.txt:

  • matplotlib

Additionally,
`
class SpineNet:

def __init__(
    self, device: bool = "cuda:0", verbose: bool = True, scan_type: str = "lumbar"
) -> None:
    """
    Initialize instance of spinenet for (1) detecting and labelling vertebrae 
    (2) Performing radiological grading for common spinal degenerative changes in T2 sagittal lumbar scans.

    Parameters
    ----------
    device : str, optional
        The pytorch-style device to use for the model. The default is "cuda:0". If you not using CUDA-enabled machine, you can use "cpu" (although this will slow performance).

`

type mismatch between device being a bool and an optional str.

Best regards
Hendrik

mdvthu pushed a commit to mdvthu/SpineNet that referenced this issue Jul 29, 2024
@mdvthu mdvthu linked a pull request Jul 29, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant