niftynet.layer.post_processing module

class niftynet.layer.post_processing.PostProcessingLayer(func='', num_classes=0, name='post_processing')

Bases: niftynet.layer.base_layer.Layer

This layer operation converts the raw network outputs into final inference results.

layer_op(inputs)
num_output_channels()