일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- DataSet
- error
- 딥러닝
- TensorFlow
- deeplearning
- pyqt
- img
- Python
- numpy
- 퍼셉트론
- 블록체인
- itksnap
- dtype
- 세계사
- TF
- Training
- 유가 급등
- 세계대전
- 브렉시트
- qtdesigner
- 비트코인
- Inference
- opencv
- keras
- Perceptron
- cv2
- loss
- 유로화
- terminal
- TFRecord
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 |