반응형
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
- 모수적 모델
- decorater
- TeCNO
- Surgical video analysis
- parrec
- deep learning #segmentation #sementic #pytorch #UNETR #transformer #UNET #3D #3D medical image
- PYTHON
- tabular
- nibabel
- 파이썬
- nlp
- monai
- TabNet
- paper review
- parametric model
- parer review
- MICCAI
- genetic epidemiology
- 비모수적 모델
- nfiti
- precision #정밀도 #민감도 #sensitivity #특이도 #specifisity #F1 score #dice score #confusion matrix #recall #PR-AUC #ROC-AUC #PR curve #ROC curve #NPV #PPV
- Phase recognition
- 확산강조영상
- non-parametric model
- 확산텐서영상
- 유전역학
- 데코레이터
- 코드오류
- words encoding
- MRI
Archives
- Today
- Total
목록parrec (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