GaNDLF icon indicating copy to clipboard operation
GaNDLF copied to clipboard

A generalizable application framework for segmentation, regression, and classification using PyTorch

Results 67 GaNDLF issues
Sort by recently updated
recently updated
newest added

Adds connected component analysis ## Proposed Changes ## Checklist - [x] I have read the [`CONTRIBUTING`](https://github.com/CBICA/GaNDLF/blob/master/CONTRIBUTING.md) guide - [x] My PR is based from the [current GaNDLF master ](https://garygregory.wordpress.com/2016/11/10/how-to-catch-up-my-git-fork-to-master/) -...

Fixes #ISSUE_NUMBER ## Proposed Changes - Add path-ignore filtering to the test workflow so that it doesn't run only on doc changes. Keeping it minimal because other files (e.g. MANIFEST.in)...

**Is your feature request related to a problem? Please describe.** Currently, these forms are "text-only", and can leave out information. **Describe the solution you'd like** It would be great if...

This improves the readability of imports and follows the PEP-8 [import](https://peps.python.org/pep-0008/#imports) guidelines ## Proposed Changes Sorted all imports in gandlf ## Checklist - [x] I have read the [`CONTRIBUTING`](https://github.com/CBICA/GaNDLF/blob/master/CONTRIBUTING.md) guide...

**Is your feature request related to a problem? Please describe.** Currently, we have our own logging class, which is fine, but it doesn't provide the option to extended debugging or...

enhancement

Fixes #441 ## Proposed Changes - `imagenet_unet` can now be used by adding the following in the config: ```yaml model: architecture: imagenet_unet encoder_name: resnet34 # change in accordance with https://github.com/qubvel/segmentation_models.pytorch/blob/master/segmentation_models_pytorch/encoders/__init__.py...

**Is your feature request related to a problem? Please describe.** Currently, we do not have any ImageNet-pretrained segmentation models **Describe the solution you'd like** For some applications, the ImageNet-pretrained models...

enhancement

Fixes #ISSUE_NUMBER ## Proposed Changes - ## Checklist - [x] I have read the [`CONTRIBUTING`](https://github.com/CBICA/GaNDLF/blob/master/CONTRIBUTING.md) guide - [x] My PR is based from the [current GaNDLF master ](https://garygregory.wordpress.com/2016/11/10/how-to-catch-up-my-git-fork-to-master/) - [x]...

enhancement

**Is your feature request related to a problem? Please describe.** Computing metrics for classification/segmentation problems based on the entire cohort which is not mathematically linear in nature. **Describe the solution...

## Proposed Changes - Added H&E based augmentations for Histopathology images (can be used for other RGB images) - Solves #510 ## Checklist - [x] I have read the [`CONTRIBUTING`](https://github.com/CBICA/GaNDLF/blob/master/CONTRIBUTING.md)...