SOMHunter Core
settings.cpp File Reference
#include "settings.h"
#include "json-helpers.hpp"
#include "utils.hpp"
Include dependency graph for settings.cpp:

Functions

ApiConfig parse_API_config (const json &json)
 
EvalServerSettings::ServerConfigVbs parse_VBS_config (const json &json)
 
EvalServerSettings::ServerConfigDres parse_DRES_config (const json &json)
 
EvalServerSettings parse_eval_server (const json &json)
 
DatasetsSettings::PrimaryFeaturesSettings parse_primary_features_settings (const json &json)
 
DatasetsSettings::SecondaryFeaturesSettings parse_secondary_features_settings (const json &json)
 
DatasetsSettings::VideoFilenameOffsets parse_filename_offsets (const json &json)
 
TestsSettings parse_tests_settings (const json &json)
 
PresentationViewsSettings parse_presentation_views_settings (const json &json)
 
LoggerSettings parse_logger_settings (const json &)
 
RemoteServicesSettings::ClipQueryToVec parse_clip_settings (const json &json)
 
RemoteServicesSettings::MediaServer parse_media_server_settings (const json &json)
 
RemoteServicesSettings parse_remote_services_settings (const json &json)
 
ModelsSettings parse_model_settings (const json &json)
 
DatasetsSettings parse_datasets_settings (const json &json)
 

Function Documentation

◆ parse_API_config()

ApiConfig parse_API_config ( const json &  json)

◆ parse_clip_settings()

RemoteServicesSettings::ClipQueryToVec parse_clip_settings ( const json &  json)

◆ parse_datasets_settings()

DatasetsSettings parse_datasets_settings ( const json &  json)
Here is the call graph for this function:

◆ parse_DRES_config()

EvalServerSettings::ServerConfigDres parse_DRES_config ( const json &  json)

◆ parse_eval_server()

EvalServerSettings parse_eval_server ( const json &  json)
Here is the call graph for this function:

◆ parse_filename_offsets()

DatasetsSettings::VideoFilenameOffsets parse_filename_offsets ( const json &  json)

◆ parse_logger_settings()

LoggerSettings parse_logger_settings ( const json &  )

◆ parse_media_server_settings()

RemoteServicesSettings::MediaServer parse_media_server_settings ( const json &  json)

◆ parse_model_settings()

ModelsSettings parse_model_settings ( const json &  json)

◆ parse_presentation_views_settings()

PresentationViewsSettings parse_presentation_views_settings ( const json &  json)

◆ parse_primary_features_settings()

DatasetsSettings::PrimaryFeaturesSettings parse_primary_features_settings ( const json &  json)

◆ parse_remote_services_settings()

RemoteServicesSettings parse_remote_services_settings ( const json &  json)
Here is the call graph for this function:

◆ parse_secondary_features_settings()

DatasetsSettings::SecondaryFeaturesSettings parse_secondary_features_settings ( const json &  json)

◆ parse_tests_settings()

TestsSettings parse_tests_settings ( const json &  json)

◆ parse_VBS_config()

EvalServerSettings::ServerConfigVbs parse_VBS_config ( const json &  json)