Turi Create  4.0
turi::neural_net::image_augmenter::result Struct Reference

#include <ml/neural_net/image_augmentation.hpp>

Public Attributes

shared_float_array image_batch
 
std::vector< std::vector< image_annotation > > annotations_batch
 

Detailed Description

The output of an image_augmenter.

Definition at line 228 of file image_augmentation.hpp.

Member Data Documentation

◆ annotations_batch

std::vector<std::vector<image_annotation> > turi::neural_net::image_augmenter::result::annotations_batch

The transformed annotations for each augmented image. This vector's size should equal the size of the source batch that generated the result, and each inner vector should have the same length as the corresponding input image's annotations vector.

Definition at line 238 of file image_augmentation.hpp.

◆ image_batch

shared_float_array turi::neural_net::image_augmenter::result::image_batch

The augmented images, represented as a single NHWC array (RGB).

Definition at line 231 of file image_augmentation.hpp.


The documentation for this struct was generated from the following file: