Spatial transfomer layer (3-D)

Value

resampled batch images.

Arguments

inputs

list of size 2 where the first element are the images. The second element are the weights.

resampledSize

size of the resampled output images.

Details

$initialize instantiates a new class.

$call main body.

$compute_output_shape computes the output shape.

Author

Tustison NJ

Examples

model = SpatialTransformerLayer3D$new(c(30L, 30L, 30L))
#> Error in py_discover_config(required_module, use_environment): Python specified in RETICULATE_PYTHON (/Users/ntustison/anaconda3/envs/antsx/bin/python3) does not exist
model$compute_output_shape(input_shape = c(25, 25, 25))
#> Error in eval(expr, envir, enclos): object 'model' not found