neheller / kits19

The official repository of the 2019 Kidney and Kidney Tumor Segmentation Challenge
Other
432 stars 178 forks source link

Why its giving problem with starter code for visualization #76

Open Neha-ksu opened 1 year ago

Neha-ksu commented 1 year ago
Screenshot 2023-03-13 at 7 58 51 PM Screenshot 2023-03-13 at 7 58 04 PM
neheller commented 1 year ago

Are you running this notebook from the root of the repository? If not then that could cause this error.

Neha-ksu commented 1 year ago

Hello, I am running it as instructed in Google colab from root of the directory, I also tried running from the terminal. still getting same problem.

riatorz commented 1 year ago

@Neha-ksu You should change the colab directory via os library. in code section:

import os
os.chdir("/content/kits19")
# or
%cd /content/kits19

Run and create another code block. In code block:

from starter_code.utils import load_case

After all your problem will be solved..