ModelsGenesis icon indicating copy to clipboard operation
ModelsGenesis copied to clipboard

[MICCAI 2019] [MEDIA 2020] Models Genesis

Results 28 ModelsGenesis issues
Sort by recently updated
recently updated
newest added

Thank you for your amazing work. I am implementing your method on my own dataset. I have questions regarding the PyTorch version of in-painting and out-painting. It looks like you...

Thanks for your excellent work. I am wondering how can I use this model to deal with multi-modality data?

Hi! I was trying to adapt the notebook of the downstream task of lung nodule segmentation ([link](https://github.com/MrGiovanni/ModelsGenesis/blob/master/keras/downstream_tasks/lung%20nodule%20segmentation.ipynb)) to brain tumor segmentation (BraTS). I noticed that the whole dataset is loaded...

Hello! I found an AI-Specific Code smell in your project. The smell is called: Columns and DataType Not Explicitly Set You can find more information about it in this paper:...

Hi there, This is a very meaningful research, and I have some questions when studying. HU_thred = (-150.0 - hu_min) / (hu_max - hu_min) How is the value of this...

Hello, great work on the modelsgenesis, this might be a straightforward question, in the lung nodule segmentation.ipynb, under Test and the segmentation_model_evaluation() function, there is a difference in IoU and...

I crop lung nodule to 64*64*64 and turn the gray level to [0,255], and then turn it to [0,1] as the input of UNet3D. I used the pre-trained weight excluded...

It seems that Models Genesis is incorporated with nnU-Netv1, could you please update the readme file so that the git repo refers to nnunetv1. just like this: ```shell git clone...