Adrian Pfleiderer
Adrian Pfleiderer
- add missing "overlay_segmentation"-function - adjust function calls with necessary num_classes-value - add seaborn package for color palette generation - add seaborn package in the requirements.txt file
In processing/preprocessor.py it says on the **patch_shape value** documentation: "This parameter will be redundant if fullimage or patchwise-crop analysis is selected!!". But in the __init__-function, the patch-shape parameter check fires...
Hi, the "overlay_segmentation"-Function is missing in miscnn/utils/visualizer.py which was used by the "visualize_samples"-Function. I think the "overlay_segmentation"-Function was renamed to "overlay_segmentation_greyscale" but the references was not updated. Regards, Adrian
## Description I encountered an issue while attempting to load images using the ITK / SimpleITK framework in my Python script. The traceback indicates that the problem arises when attempting...
**Bug Description:** I encountered an issue while attempting to load images using the ITK / SimpleITK framework in my Python script. The traceback indicates that the problem arises when attempting...
Hi, Now you can use a mac or id for creating a connection in the constructor. To search for these informations you can also call the find_device() help function. -...