Muhammad Asad

Results 13 issues of Muhammad Asad

**Describe the bug** Running scribbles (Histogram+GraphCut), get the following error: ``` File "/data/MONAILabel-Dev/monailabel/scribbles/utils.py", line 121, in make_histograms values = image[scrib == scribbles_bg_label] IndexError: boolean index did not match indexed array...

0.5.0

In the current implementation data from dictionary is fetched in scribbles flow using helper function from: https://github.com/Project-MONAI/MONAILabel/blob/main/monailabel/scribbles/transforms.py#L42 While this has not caused any issues currently, the function is really returning...

0.5.0

Recent updates added multi-label scribbles support to monai label and slicer. To have feature parity with OHIF, similar updates are needed to make scribbles work with recent changes. This involves...

backlog

**Describe the bug** In scribbles, one of the optimisation method used is MONAI's CRF. When using this on a cuda device, it raises an illegal memory access error with message:...

backlog

**Is your feature request related to a problem? Please describe.** In super-resolution networks, a low resolution input is upsampled using a neural networks often with an integer factor (e.g. x2,...

Contribution wanted
Feature request

There are quite a few C++ functions currently in MONAI that are quite useful in a number of applications. However, all C++ code requires compilation before they can be used...

When looking at specfic metric in documentation, some links to github source code seem to be broken. For example, On: https://torchmetrics.readthedocs.io/en/stable/regression/mean_squared_error.html When I click on **source** for `MeanSquaredError`, it leads...

bug / fix
documentation
duplicate
help wanted

The maxflow implementation is based on v3.0 of Yuri Boykov's code (see https://pub.ist.ac.at/~vnk/software.html)) The dependency is under: https://github.com/HiLab-git/SimpleCRF/tree/master/dependency/maxflow-v3.0 SimpleCRF is released under a permissive license which is incompatible with GPL...

Signed-off-by: masadcv

**Is your feature request related to a problem? Please describe.** Heatmap regression is used to address a number of regression problems. In these approaches, the targets are usually converted into...

Contribution wanted
Feature request