pytomography.projections.projection#
Module Contents#
Classes#
Abstract parent class for projection networks. Any subclass of this network must implement the |
- class pytomography.projections.projection.ProjectionNet(obj2obj_nets, im2im_nets, object_meta, image_meta, device=None)[source]#
Bases:
torch.nn.ModuleAbstract parent class for projection networks. Any subclass of this network must implement the
forwardmethod.- Parameters:
obj2obj_nets (list[pytomography.mappings.MapNet]) –
im2im_nets (list[pytomography.mappings.MapNet]) –
object_meta (pytomography.metadata.ObjectMeta) –
image_meta (pytomography.metadata.ImageMeta) –
device (str) –