farrell236
commited on
Commit
•
dd2d3fd
1
Parent(s):
8ae61c7
Rename convert_segm.py to convert.py
Browse files
convert_segm.py → convert.py
RENAMED
@@ -14,7 +14,7 @@ patient_ids = data['Subject ID'].unique()
|
|
14 |
for pid in tqdm(patient_ids):
|
15 |
|
16 |
row = data[data['Subject ID'] == pid]
|
17 |
-
out_fn = f'NSCLC-Radiomics-
|
18 |
os.makedirs(out_fn)
|
19 |
|
20 |
try:
|
|
|
14 |
for pid in tqdm(patient_ids):
|
15 |
|
16 |
row = data[data['Subject ID'] == pid]
|
17 |
+
out_fn = f'NSCLC-Radiomics-NIFTI/{pid}'
|
18 |
os.makedirs(out_fn)
|
19 |
|
20 |
try:
|