PosturePerfection
Namespaces | Macros
pipeline.cpp File Reference
#include "pipeline.h"
#include <exception>
#include <string>
#include <utility>
Include dependency graph for pipeline.cpp:

Namespaces

 Pipeline
 Components of the pipeline at the core of the system.
 

Macros

#define MODEL_INPUT_X   224
 
#define MODEL_INPUT_Y   224
 
#define CONFIDENCE_THRESH_DEFAULT   0.1
 

Macro Definition Documentation

◆ CONFIDENCE_THRESH_DEFAULT

#define CONFIDENCE_THRESH_DEFAULT   0.1

◆ MODEL_INPUT_X

#define MODEL_INPUT_X   224

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

◆ MODEL_INPUT_Y

#define MODEL_INPUT_Y   224