일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 세계대전
- img
- error
- numpy
- loss
- 세계사
- 딥러닝
- TF
- 퍼셉트론
- 브렉시트
- terminal
- cv2
- deeplearning
- DataSet
- opencv
- pyqt
- 블록체인
- qtdesigner
- Perceptron
- keras
- TFRecord
- Python
- 유로화
- TensorFlow
- Training
- 비트코인
- dtype
- 유가 급등
- itksnap
- Inference
Archives
- Today
- Total
활연개랑
[ERROR 해결] sitk::ERROR: File names information is empty. Cannot read series. 본문
Python
[ERROR 해결] sitk::ERROR: File names information is empty. Cannot read series.
승해tmdhey 2022. 10. 5. 18:38반응형
reader = sitk.ImageSeriesReader()
seriesIDs = reader.GetGDCMSeriesIDs(path)
series_index = 0
series_file_names = reader.GetGDCMSeriesFileNames(path, seriesIDs[series_index])
reader.SetFileNames(series_file_names)
image_3d = reader.Execute()
다음 코드로 변경하여 사용하면 오류 안남
'Python' 카테고리의 다른 글
[python(파이썬)] Segmentation Pixel Accuracy (0) | 2023.01.06 |
---|---|
None of the MLIR optimization passes are enabled (registered 1) 이후 training 시작 전에 코드 멈추는 현상 (0) | 2022.11.07 |
[Python (파이썬)] tfrecord 이미지 데이터 확인 (0) | 2022.08.21 |
[python(파이썬)] 반복문 for문으로 변수 설정하기 (0) | 2022.07.22 |
[numpy(넘파이)] python numpy array이미지 dtype변경 - float to uint (0) | 2022.05.25 |