VisionServer  v2.1.1-1-g21dc5465
FRC vision library
AxonRunner_B Struct Reference

#include <tfmodel.h>

+ Inheritance diagram for AxonRunner_B:

Public Types

enum class  OutputTensor { BOX_COORDS = 0 , LABEL_IDX = 1 , CONFIDENCE = 2 , DETECTIONS = 3 }
 

Static Public Attributes

static const char * default_model = "unoptimized.tflite"
 
static const char * edgetpu_model = "model.tflite"
 
static const char * default_labels = "map.pbtxt"
 

Detailed Description

Definition at line 62 of file tfmodel.h.

Member Enumeration Documentation

◆ OutputTensor

enum class AxonRunner_B::OutputTensor
strong
Enumerator
BOX_COORDS 
LABEL_IDX 
CONFIDENCE 
DETECTIONS 

Definition at line 63 of file tfmodel.h.

Member Data Documentation

◆ default_model

const char* AxonRunner_B::default_model = "unoptimized.tflite"
inlinestatic

Definition at line 71 of file tfmodel.h.

◆ edgetpu_model

const char * AxonRunner_B::edgetpu_model = "model.tflite"
static

Definition at line 72 of file tfmodel.h.

◆ default_labels

const char * AxonRunner_B::default_labels = "map.pbtxt"
static

Definition at line 73 of file tfmodel.h.


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