You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, download model weights and a medical volume for demo purposes. All downloaded data will be saved in a folder named ``saves``.
44
+
First, download AbdomenCT-1K and model weights. AbdomenCT-1K will be saved in the ``data`` folder; model weight will be saved in the ``saves`` folder. AbdomenCT-1K can also be downloaded from the official [webset](https://github.com/JunMa11/AbdomenCT-1K).
45
45
```
46
46
python download.py
47
47
```
48
-
Then run a demo:
48
+
Unzip the AbdomenCT-1K in the ``data`` folder accordingly. Then run a demo:
0 commit comments