Turi Create
4.0
|
This is the complete list of members for turi::object_detection::DarknetYOLOModelTrainer, including all inherited members.
AsCheckpointPublisher() override | turi::object_detection::DarknetYOLOModelTrainer | virtual |
AsInferenceBatchPublisher(std::unique_ptr< data_iterator > test_data, size_t batch_size, float confidence_threshold, float iou_threshold) override | turi::object_detection::DarknetYOLOModelTrainer | virtual |
AsTrainingBatchPublisher(std::unique_ptr< data_iterator > training_data, size_t batch_size, int offset) override | turi::object_detection::DarknetYOLOModelTrainer | virtual |
DarknetYOLOModelTrainer(const DarknetYOLOCheckpoint &checkpoint, neural_net::compute_context *context) | turi::object_detection::DarknetYOLOModelTrainer | |
DecodeOutputBatch(EncodedBatch batch, float confidence_threshold, float iou_threshold) override | turi::object_detection::DarknetYOLOModelTrainer | virtual |