DaoAI World C# SDK INDUSTRIAL 2024.8.0
|
#include "managed_object.h"
#include "common.h"
#include "prediction.h"
#include "../daoai_dl_sdk/include/export/model.h"
#include "../daoai_dl_sdk/include/export/component_memory.h"
Go to the source code of this file.
Namespaces | |
namespace | DaoAI |
namespace | DaoAI::DeepLearningCLI |
namespace | DaoAI::DeepLearningCLI::Vision |
Enumerations | |
enum class | DaoAI::DeepLearningCLI::ModelType : int { DaoAI::DeepLearningCLI::Object_Detection = DaoAI::DeepLearning::ModelType::Object_Detection , DaoAI::DeepLearningCLI::Instance_Segmentation = DaoAI::DeepLearning::ModelType::Instance_Segmentation , DaoAI::DeepLearningCLI::Keypoint_Detection = DaoAI::DeepLearning::ModelType::Keypoint_Detection , DaoAI::DeepLearningCLI::Classification = DaoAI::DeepLearning::ModelType::Classification , DaoAI::DeepLearningCLI::OCR = DaoAI::DeepLearning::ModelType::OCR , DaoAI::DeepLearningCLI::Supervised_Defect_Segmentation = DaoAI::DeepLearning::ModelType::Supervised_Defect_Segmentation , DaoAI::DeepLearningCLI::Auto_Segmentation = DaoAI::DeepLearning::ModelType::Auto_Segmentation , DaoAI::DeepLearningCLI::Presence_Checking = DaoAI::DeepLearning::ModelType::Presence_Checking , DaoAI::DeepLearningCLI::Positioning = DaoAI::DeepLearning::ModelType::Positioning , DaoAI::DeepLearningCLI::Unsupervised_Defect_Segmentation = DaoAI::DeepLearning::ModelType::Unsupervised_Defect_Segmentation } |
enum class | DaoAI::DeepLearningCLI::DeviceType { DaoAI::DeepLearningCLI::CPU = DaoAI::DeepLearning::DeviceType::CPU , DaoAI::DeepLearningCLI::GPU = DaoAI::DeepLearning::DeviceType::GPU } |
enum class | DaoAI::DeepLearningCLI::DetectionLevel { DaoAI::DeepLearningCLI::PIXEL = DaoAI::DeepLearning::DetectionLevel::PIXEL , DaoAI::DeepLearningCLI::IMAGE = DaoAI::DeepLearning::DetectionLevel::IMAGE } |