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 | 29 | 30 | 31 |
Tags
- objective functions for machine learning
- straightup
- domain adaptation
- loss functions
- noise contrast estimation
- freebooze
- fastapi
- Knowledge Distillation
- non parametic softmax
- 3d medical image
- thresholding
- model-free control
- sidleup
- 자료구조
- resample
- remove outliers
- REINFORCE
- Excel
- clip intensity values
- rest-api
- Policy Gradient
- normalization
- pulloff
- Actor-Critic
- sample rows
- MRI
- checkitout
- Inorder Traversal
- scowl
- shadowing
Archives
- Today
- Total
목록resample (1)
Let's Run Jinyeah
[Python] MRI Resampling
When to Resample? Anytime we use two datasets with different sized voxels Dicom Attributes to use 1. Slice Thickess 2. PixelSpacing (width, height) Calcuate new size out_size = [ int(np.round(original_size[0] * (original_spacing[0] / out_spacing[0]))), int(np.round(original_size[1] * (original_spacing[1] / out_spacing[1]))), int(np.round(original_size[2] * (original_spacing[2] / out_spacing[2]))..
Programming/Medical Image Processing
2022. 7. 8. 17:33