The post-processing function of the multitask which stored the original segmentation classes.
Prototype
std::vector< MultiTaskResult > post_process_seg(size_t batch_size)=0;
Returns
The struct ofSegmentationResult. The post-processing function of the multitask which stored the original segmentation classes.
std::vector< MultiTaskResult > post_process_seg(size_t batch_size)=0;
SegmentationResult.