Keno

Results 21 comments of Keno

I think you can't use a single confusion matrix if one image has multiple labels. The confusion matrix is only valid if there is one label per image. Let's say,...

I can open a PR and contribute the mean filtering transform if you want, also supporting multiple kernels (but I might need some help with creating the kernels).

Hi @dzenanz I'm currently working on a more general FilterKernelTransform, which provides mean filtering, laplacian filter, elliptical filter and sobel filter. Maybe we can work together on this?

@diazandr3s Thank you very much for the summary. If the expert user updates a segmentation, there should be the possibility to either overwrite the original segmentation or save the updated...

> These extra metadata could be stored externally in some kind of database or additional metadata files, but may be useful to store in the segmentaiton file. The .seg.nrrd file...

I agree with @denbonte that users might want to use V1 and V2 in parallel (at least I do 😄). Regarding hosting the weights, maybe HuggingFace could also be another...

Thank you so much for raising this issue. I am currently bypassing this problem with some custom transforms, that manipulate the metadata ([meta.py.zip](https://github.com/Project-MONAI/MONAI/files/10931568/meta.py.zip)). If these should be interesting for monai,...

Strange error. Which version of `datasets` are you using? I tried it with a recent version and it works. ![image](https://github.com/kbressem/medAlpaca/assets/37253540/e7ad5a51-7269-4b8b-9482-5c16fc9405b2) Maybe you do not have enough space in the home...

This might be due to bnb, as I did not pin the version. The version I used is 0.37.2. Can you try with this version?

~Do you use GPT-4 API or 3.5? 3.5 is much harder to instruct correctly and will not provide good results. I think you still need to apply for GPT-4 API...