Loading...
Searching...
No Matches
#include "API_EXPORT.h"
#include <string>
#include <map>
#include <filesystem>
#include "common.h"
#include "prediction.h"
#include "config.h"
#include "component_memory.h"
Go to the source code of this file.
|
enum class | DaoAI::DeepLearning::ModelType {
DaoAI::DeepLearning::Object_Detection
, DaoAI::DeepLearning::Instance_Segmentation
, DaoAI::DeepLearning::Keypoint_Detection
, DaoAI::DeepLearning::Classification
,
DaoAI::DeepLearning::OCR
, DaoAI::DeepLearning::Supervised_Defect_Segmentation
, DaoAI::DeepLearning::Auto_Segmentation
, DaoAI::DeepLearning::Multilabel_Detection
,
DaoAI::DeepLearning::Rotated_Object_Detection
, DaoAI::DeepLearning::Presence_Checking
, DaoAI::DeepLearning::Positioning
, DaoAI::DeepLearning::Unsupervised_Defect_Segmentation
} |
|