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

Kits original dataset download error #164

Closed
anandhu-eng opened this issue Aug 16, 2024 · 1 comment
Closed

Kits original dataset download error #164

anandhu-eng opened this issue Aug 16, 2024 · 1 comment
Assignees

Comments

@anandhu-eng
Copy link
Contributor

To reproduce:

cm run script --tags=get,dataset,kits19,_validation -j

Error:

INFO:root:* cm run script "get dataset kits19 _validation"
INFO:root:    - More than 1 script found for "get,dataset,kits19":
INFO:root:      0) /home/anandhu/CM/repos/anandhu-eng@cm4mlops/script/get-dataset-kits19 (get,dataset,medical-imaging,kits,original,kits19)
INFO:root:      1) /home/anandhu/CM/repos/anandhu-eng@cm4mlops/script/get-preprocessed-dataset-kits19 (get,dataset,medical-imaging,kits19,preprocessed)
      Make your selection or press Enter for 0: 
INFO:root:      Selected 0: /home/anandhu/CM/repos/anandhu-eng@cm4mlops/script/get-dataset-kits19
INFO:root:  * cm run script "detect os"
INFO:root:         ! cd /home/anandhu/CM/repos/local/cache/f126591f0df046e8
INFO:root:         ! call /home/anandhu/CM/repos/anandhu-eng@cm4mlops/script/detect-os/run.sh from tmp-run.sh
INFO:root:         ! call "postprocess" from /home/anandhu/CM/repos/anandhu-eng@cm4mlops/script/detect-os/customize.py
INFO:root:       ! cd /home/anandhu/CM/repos/local/cache/f126591f0df046e8
INFO:root:       ! call /home/anandhu/CM/repos/anandhu-eng@cm4mlops/script/get-dataset-kits19/run.sh from tmp-run.sh
******************************************************
Cloning kits19 from https://github.com/neheller/kits19 with branch master --depth 2 ...
git clone -b master https://github.com/neheller/kits19 --depth 2 kits19
Cloning into 'kits19'...
remote: Enumerating objects: 440, done.
remote: Counting objects: 100% (440/440), done.
remote: Compressing objects: 100% (43/43), done.
remote: Total 440 (delta 193), reused 425 (delta 185), pack-reused 0 (from 0)
Receiving objects: 100% (440/440), 16.33 MiB | 11.46 MiB/s, done.
Resolving deltas: 100% (193/193), done.
/home/anandhu/CM/repos/anandhu-eng@cm4mlops/script/get-dataset-kits19/run.sh: line 40: -m: command not found
INFO:root:       ! call "postprocess" from /home/anandhu/CM/repos/anandhu-eng@cm4mlops/script/get-dataset-kits19/customize.py
INFO:root:{
  "return": 0,
  "env": {
    "CM_DATASET_VALIDATION": "yes",
    "CM_DATASET_PATH": "/home/anandhu/CM/repos/local/cache/f126591f0df046e8/kits19/data"
  },
  "new_env": {
    "CM_DATASET_VALIDATION": "yes",
    "CM_DATASET_PATH": "/home/anandhu/CM/repos/local/cache/f126591f0df046e8/kits19/data"
  },
  "state": {},
  "new_state": {},
  "deps": [
    "detect,os"
  ]
}

We might have to test if the execution failed here

@anandhu-eng
Copy link
Contributor Author

Closing issue as PR GATEOverflow#115 is merged.

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

1 participant