#include <vector>
#include <string>
#include <thread>
#include <fstream>
#include <initializer_list>
#include <tensorflow/lite/interpreter.h>
#include <tensorflow/lite/interpreter_builder.h>
#include <tensorflow/lite/model_builder.h>
#include <tensorflow/lite/kernels/register.h>
#include <edgetpu.h>
#include <opencv2/opencv.hpp>
#include "cpp-tools/src/resources.h"
#include "visionserver2.h"
Go to the source code of this file.
◆ AxonRunner
◆ MoveNet
◆ loadObjectLabels()
void loadObjectLabels |
( |
const std::string & |
file, |
|
|
std::vector< std::string > & |
objs |
|
) |
| |
◆ tpusAvailable()
◆ operator~()