Dale-Black
Dale-Black
Is there a way to compute the euclidean distance between arrays that are of the type CartesianIndex?
I would like to add a simple Hausdorff Loss as proposed in (DOI: 10.1109/TMI.2019.2930068) It approximates the Hausdorff distance to allow for direct minimization of the HD during training ```julia...
I am new to Julia and I am working on a medical imaging research project. I would like to add the medical decathlon datasets (http://medicaldecathlon.com) (https://arxiv.org/pdf/1902.09063.pdf) to this repo as...
Is there a way to reorient the NIfTI volumes using the affine matrix `getaffine` and axcodes like RAS? I was thinking of something like https://nipy.org/nibabel/reference/nibabel.orientations.html#nibabel.orientations.ornt_transform
I am extremely new to this area but I would like to create a fully automatic image segmentation technique using active contours. The goal is that this could later be...
What is the best way to test the overhead of calling a function in python vs calling a Python function through PythonCall?
### Description I need to be able to install all my component libraries directly from the CDN. This is simple for pure UnoCSS but I don't see how to add...
Is there a way to restart the server on file changes within the directory? I was thinking something like BetterFileWatcher.jl might be useful for something like this but I'm not...
Is there a way to start the server using `HTTP.serve()` that watches for file changes in the directory and restarts the serve for those changes? I am trying to figure...
## Description: I am encountering GPU memory issues while training a Lux model (1.4 million parameters, input image size (128, 128, 96)) in a Pluto notebook on an A100 GPU....