Fernando Pérez-García

Results 82 issues of Fernando Pérez-García

### Description Header of the written NIfTI file is not valid if no filters are applied to a read NIfTI image. `qfac`, which is encoded in `pixdim[0]`, should always be...

type:Bug
status:Backlog

Resolves #940. **Checklist** - [x] I have read the [`CONTRIBUTING`](https://github.com/fepegar/torchio/blob/main/CONTRIBUTING.rst) docs and have a developer setup (especially important are `pre-commit`and `pytest`) - [x] Non-breaking change (would not break existing functionality)...

Fixes #974. @dmus, can you please take a look?

```python import torch github = 'microsoft/hi-ml:main' model = torch.hub.load(github, 'biovil_resnet', pretrained=False) ``` I would expect `model` to contain randomly-initialized weights, but in https://github.com/microsoft/hi-ml/blob/681e4281d0439dc554a410924b1fd5878cc31360/hi-ml-multimodal/src/health_multimodal/image/model/model.py#L165 we enforce ImageNet weights. The easiest solution...

hi-ml-multimodal

Hi, thanks for sharing this code. I have used it in my research and would like to acknowledge it in my paper. I have just said "we used `noise`" and...

Hi, and thanks again for making ITK! ### Description The shape of an image created with `itk.image_from_array` is unexpected when the input is not a contiguous array. I discovered this...

type:Bug

https://github.com/fepegar/torchio/actions/runs/3921711599/jobs/6704197649#step:5:134 @jmlipman do you know why this might be happening?

bug
tests