Turi Create
4.0
|
#include <ml/neural_net/image_augmentation.hpp>
Public Attributes | |
shared_float_array | image_batch |
std::vector< std::vector< image_annotation > > | annotations_batch |
The output of an image_augmenter.
Definition at line 228 of file image_augmentation.hpp.
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.
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.