Commit 509d9202 authored by wangsen's avatar wangsen
Browse files

add readme.md

parent e7fb603f
...@@ -12,12 +12,10 @@ wget https://ai-studio-online.bj.bcebos.com/v1/558e6cb320e0447e94d8ef20650aed520 ...@@ -12,12 +12,10 @@ wget https://ai-studio-online.bj.bcebos.com/v1/558e6cb320e0447e94d8ef20650aed520
``` ```
wget https://ai-studio-online.bj.bcebos.com/v1/0c71fcd19af54b8aa2cbd7e60223e1e423b796914bde4d1aa6e51ed885da6cc8?responseContentDisposition=attachment%3Bfilename%3DBraTS2021_Training_Data.tar&authorization=bce-auth-v1%2F5cfe9a5e1454405eb2a975c43eace6ec%2F2024-09-04T07%3A48%3A47Z%2F21600%2F%2F23b6fcd6552a3373877076b11c6aa7ee9c4dafea0bfe430555f0a6abde0a43cc wget https://ai-studio-online.bj.bcebos.com/v1/0c71fcd19af54b8aa2cbd7e60223e1e423b796914bde4d1aa6e51ed885da6cc8?responseContentDisposition=attachment%3Bfilename%3DBraTS2021_Training_Data.tar&authorization=bce-auth-v1%2F5cfe9a5e1454405eb2a975c43eace6ec%2F2024-09-04T07%3A48%3A47Z%2F21600%2F%2F23b6fcd6552a3373877076b11c6aa7ee9c4dafea0bfe430555f0a6abde0a43cc
mkdir -p /dataset/brats2021/TrainingData/ mkdir -p /dataset/brats2021/TrainingData/
``` ```
# 环境搭建 # 环境搭建
``` ```
...@@ -26,7 +24,7 @@ cd SwinUNETR/BRATS21 ...@@ -26,7 +24,7 @@ cd SwinUNETR/BRATS21
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install tensorboard pip install tensorboard
pip install 'monai[all]'==1.3.2 -i https://pypi.tuna.tsinghua.edu.cn/simple/ pip install 'monai[all]'==1.2.0 -i https://pypi.tuna.tsinghua.edu.cn/simple/
pip install protobuf==3.20.1 -i https://pypi.tuna.tsinghua.edu.cn/simple pip install protobuf==3.20.1 -i https://pypi.tuna.tsinghua.edu.cn/simple
``` ```
...@@ -34,18 +32,12 @@ pip install protobuf==3.20.1 -i https://pypi.tuna.tsinghua.edu.cn/simple ...@@ -34,18 +32,12 @@ pip install protobuf==3.20.1 -i https://pypi.tuna.tsinghua.edu.cn/simple
``` ```
python main.py --json_list='./jsons/brats21_folds.json' python main.py --json_list='./jsons/brats21_folds.json'
``` ```
# 推理 # 推理
# 参考链接 # 参考链接
https://github.com/Project-MONAI/research-contributions.git https://github.com/Project-MONAI/research-contributions.git
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment