Upload model
Browse files- prepare_dataset.py +5 -4
prepare_dataset.py
CHANGED
|
@@ -11,10 +11,11 @@ import duckdb
|
|
| 11 |
import numpy as np
|
| 12 |
import pandas as pd
|
| 13 |
|
| 14 |
-
try:
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
|
|
|
| 18 |
|
| 19 |
|
| 20 |
def mimic_cxr_image_path(dir, subject_id, study_id, dicom_id, ext='dcm'):
|
|
|
|
| 11 |
import numpy as np
|
| 12 |
import pandas as pd
|
| 13 |
|
| 14 |
+
# try:
|
| 15 |
+
from .create_section_files import create_section_files
|
| 16 |
+
|
| 17 |
+
# except ImportError:
|
| 18 |
+
# from create_section_files import create_section_files
|
| 19 |
|
| 20 |
|
| 21 |
def mimic_cxr_image_path(dir, subject_id, study_id, dicom_id, ext='dcm'):
|