반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- monai
- TeCNO
- nfiti
- deep learning #segmentation #sementic #pytorch #UNETR #transformer #UNET #3D #3D medical image
- 파이썬
- Phase recognition
- paper review
- decorater
- MICCAI
- genetic epidemiology
- words encoding
- 데코레이터
- TabNet
- 유전역학
- 비모수적 모델
- precision #정밀도 #민감도 #sensitivity #특이도 #specifisity #F1 score #dice score #confusion matrix #recall #PR-AUC #ROC-AUC #PR curve #ROC curve #NPV #PPV
- 확산텐서영상
- Surgical video analysis
- non-parametric model
- parer review
- parametric model
- MRI
- nibabel
- nlp
- tabular
- PYTHON
- 확산강조영상
- 코드오류
- parrec
- 모수적 모델
Archives
- Today
- Total
목록nfiti (1)
KimbgAI
[python] ParRec 파일을 nifti 파일로 변환
파이썬으로 ParRec 파일을 nifti 파일로 변환하는 코드 import nibabel as nib par_path = '/data/2030/BrainMRI/Dataset/Sample/DTI_sample.PAR' nifti_path = '/data/2030/BrainMRI/Dataset/Sample/DTI_sample.nii.gz' img = nib.load(par_path) nifti = nib.Nifti1Image(img.dataobj, img.affine, header=img.header) nifti.set_data_dtype('
python
2024. 1. 9. 19:19