Mathijs de Boer

Results 21 comments of Mathijs de Boer

I tried to perform the commands exactly as given by your DCO thing, but now I seem to have accidentally signed off on too many commits. Edit: Except the one...

There we go, I guess this is a good a crash course for Git than any. I ended up following [this gist](https://gist.github.com/YakDriver/95f7d165ff5030c000a813d974a170dc), and that worked out.

Some good points RE: where this warning should live (if at all), I had indeed forgotten about the potential existance/lack of a channel dim. I'm not sure if a checklist...

> I'm not sure if the default should be `True`. It's true that if it's set to `False` then users may not realise they have a problem. But if we...

Well, I broke the DCO again, but I'd really rather not go back to this mess of accidental branches: ![image](https://user-images.githubusercontent.com/8137653/166727054-8f0da85f-9240-4bae-acfb-72a058924a36.png)

I want to add some code that checks shapes when the amount of dimensions (image with channel, label without channel) do not match, before I feel comfortable finishing up my...

`127.0.0.1:8000/info` response: ```json { "name": "MONAILabel - Radiology", "description": "DeepLearning models for radiology", "version": "2.0", "labels": [ "skin" ], "models": { "segmentation_skin": { "type": "segmentation", "labels": [ "skin" ], "dimension":...

Yeah, I've restarted it several times throughout the day. As a random thought I had, I've gone back to an older slicer version I've got installed still (4.13.0-2022-04-24), the model...

I have not, however, both my Slicer 4.13.0 and 5.0.2 are running the same plugin that I directly pulled from this repo. The only difference between the two is the...

I did install directly from your main branch right from the start. Switching on developer mode changes nothing of note? It just adds some additional options.