Turi Create  4.0
od_model_trainer.hpp File Reference
#include <ml/neural_net/combine.hpp>
#include <ml/neural_net/compute_context.hpp>
#include <ml/neural_net/model_spec.hpp>
#include <toolkits/object_detection/od_data_iterator.hpp>

Go to the source code of this file.

Classes

struct  turi::object_detection::DataBatch
 
struct  turi::object_detection::InputBatch
 
struct  turi::object_detection::EncodedInputBatch
 
struct  turi::object_detection::TrainingOutputBatch
 
struct  turi::object_detection::TrainingProgress
 
struct  turi::object_detection::EncodedBatch
 
struct  turi::object_detection::InferenceOutputBatch
 
struct  turi::object_detection::Config
 
struct  turi::object_detection::CheckpointMetadata
 
class  turi::object_detection::Checkpoint
 
class  turi::object_detection::DataIterator
 
class  turi::object_detection::DataAugmenter
 
class  turi::object_detection::ProgressUpdater
 
class  turi::object_detection::ModelTrainer
 

Namespaces

 turi
 SKD.
 

Detailed Description

Defines the value types representing each stage of an object-detection training pipeline, and the virtual interface for arbitrary object-detection models.

Definition in file od_model_trainer.hpp.