Nick Tustison

Results 343 comments of Nick Tustison

We'd also have to port this over to ANTsRNet but this sounds like a really good idea. In the interest of simplification, what would you think about just removing the...

Yeah, let's do that. Thanks @cookpa

If you choose the verbose option, it should print the ``--shrink-factors`` which tells you how the resolution changes between levels. [This](https://itk.org/Doxygen/html/classitk_1_1ShrinkImageFilter.html) is the underlying filter in case you need more...

I don't explicitly install via pip (instead ``python setup.py install``). I just tried it with a newly installed Monterey OSX (not the M1 hardware, though) and didn't have issues. I'm...

The scripts that we use to train are typically application-specific such that they don't really fit in ANTsRNet as a generic utility package. However, we have no problem providing sample...

A couple things: * The testing code is what is actually put into the repo for the users to use for their data (who tend to not do much training...

Try this: ``` library( ANTsRNet ) library( tensorflow ) tf$compat$v1$disable_eager_execution() createSsd7Model2D(c(250, 250, 3), 2) createSsd7Model3D(c(250, 250, 250, 3), 2) ```

You’re right. However, we don’t have windows machines so it’s difficult for us to support that platform.