NC

Results 60 comments of NC

Yeah I was thinking to basically replicate slice_image with origin and everything else updated the same way. Indexing is just a more natural way to do this operation. You don't...

I had a similar import issue and it’s because of Keras 3. You need to have Keras 2.

Anything before keras 3 should work. You can try this requirements file: https://github.com/cookpa/ANTsXContainers/blob/master/docker/ANTsPyNet/requirements.txt

From the error `ModuleNotFoundError: No module named 'cmake'` - you have to have cmake installed. Try this - https://cmake.org/download/

Yes the new wheels will be very small. It should be done within a few weeks.

@cookpa can we try to build wheels now and see the size? When I build locally using `python -m build` it's only 16mb but that seems too small.

Yeah I see the small size is also replicated on the ci build. Hoping it is for real. I will try to fix the wheel issues. edit: but I will...

Hi @dzenanz just curious - why did you not need this in the end? The biggest enhancement for ANTsPy would be to prune unused files from the ANTs build in...

Got it - looks interesting, thanks for sharing.

I think cloning to float was done everywhere because float was (or maybe still is) the only pixel type that was wrapped by many operations - resampling in particular, if...