병렬처리1 [파이썬]dicom 파일 헤더 비식별화 multi processing 준비 -패키지 설치 pip install pydicom pip install tqdm pip install multiprocessing 준비 - 파일 생성 두 파일 다 dcm 파일이 있는 폴더 혹은 상위 폴더에 생성할 것. 하위 디렉토리 전체를 비식별화해서 변경함 원본은 따로 백업해둘것) multi_body.py (.py로 생성할것) # coding: utf-8 import os import pydicom from tqdm import tqdm import time # get dcm_file_list def get_file_list() : try : list_path = [] list_file = [] list_full = [] for (path, _, file) in os.walk('.\\'): for.. 2020. 5. 28. 이전 1 다음