MIScnn icon indicating copy to clipboard operation
MIScnn copied to clipboard

A framework for Medical Image Segmentation with Convolutional Neural Networks and Deep Learning

Results 67 MIScnn issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi Dear Dominik The network test code has been tested as below just on 3 sample case from kits: **from miscnn import * # Create a Data I/O interface for...

bug
question

Hi, is there any sample code such as kits19 for brats2020 ? actually if there is such a code, it can be a good backbone for huge number of modifications!...

question

Hello, I'm following the example for the LCTSC_DICOM. I have installed miscnn using pip (python 3.9.1, pydicom 2.1.2). The following gives me an error: from miscnn.data_loading.interfaces.dicom_io import DICOM_interface >>> ModuleNotFoundError:...

bug
question

Hello, I just have a couple of clarifying questions to ask. I am a little bit unclear how you come up with final 0.9544 Dice coefficient value in the published...

question
information

Hi, Dear all contributors, I have tested multi gpu mode and came up with an error: **Restarting kernel...** just by switching the multi gpu flag to True its working some...

wontfix

Hello, I use MIScnn repo to segment medical images. My data come from **2018 Atrial Segmentation Challenge**. I follow exactly the same way the tutorial says, however, I get the...

question

Hi, I want to try to run multi-GPU. But when I set GPU number bigger than 1. It output `Warning: THIS FUNCTION IS DEPRECATED. It will be removed after 2020-04-01....

bug
enhancement

Hello, Is there any way to adjust this input image dimensions? ![dimension_error](https://user-images.githubusercontent.com/86377769/125683055-7f93ac56-3b9e-4645-bc95-789b8e4bb26a.PNG) Clearly, case_00300 has different dimensions, compared to the rest of the dataset. Thus, I see the following error:...

question
wontfix

Hi, I tried to implement Miscnn on my own dataset and i set the patchwise_skip_blanks=True. However, I got the error below: line 324, in analysis_patchwise_crop pointer = np.random.randint(0, len(patches_img)) File...

bug
enhancement

Hi, Thanks for your amazing code. Does it support calculation of dice score without background? Thanks, Ram

enhancement
question
information