charliebudd

Results 28 comments of charliebudd

The order of the images is abit scrambled on import so this is not possible, but a good suggestion. I relabeled the images, just thought I would flag it as...

I just went away an implemented this and was going to open a PR when I saw this, guess I should have checked the branches! I also moved to an...

Just to add to this, the PHLFilter may be useful to you as it can have varying spatial sigmas. To construct a gaussian filter just provide the spatial coordinates of...

This looks great! And good spot with the current monai filter, It should indeed be saving the input image for guiding the bilateral filter for the backwards step. I think...

Yes I noted that, we would also need to handle an input with 2 spatial dimensions but I dont see any particular problems here. I'm happy to implement this.

I have not had the capacity to work on this as of yet.

Looks like we have some failing tests but no worries cause its just an import error. Looks like you need to import your new metirc in the \_\_init\_\_.py file of...

I'm happy for MONAI to fork the repo. I think we can all agree a good end goal would be to have this supported by PyTorch. Untill that time moving...

Glad its working 😊 From the looks of it the debug information is being left in. Adding the [-g0 flag](https://github.com/charliebudd/torch-content-area/blob/0ac529dba89d299154d609e27761903b1834167b/setup.py#L10-L13) to the c++ compiler in setup.py will strip this. The...

I have spent some time looking into this, Unfortunetly my efforts hit a dead end when I found the github runner cannot run windows docker images. The work around is...