Bases: object
The neural network object that performs all training and reconstruction.
Parameters: |
|
---|
Reconstruct an image from a sinogram, after training.
Parameters: | sinogram (numpy.ndarray) – The sinogram to reconstruct. |
---|
Read a saved network from disk. The specified projector should be similar to the one used during training.
Parameters: |
|
---|---|
Returns: | A nnfbp.Network.Network instance, ready to reconstruct with. |