- Member CelanturSDK::Processor::get_inference_settings ()
- this method is deprecated because it does not allow for the model-specific settings that are needed for some inference engine plugins, like OpenVINO and TensorRT. We suggest using the new method get_inference_settings(std::filesystem::path model_path). This function will still work for backward compatibility, but it will be removed in future major versions.
- Member CelanturSDK::Processor::load_inference_model (std::filesystem::path model_path, celantur::InferenceEnginePluginSettings settings=celantur::InferenceEnginePluginSettings{})
- this method is deprecated because it does not allow for the model-specific settings that are needed for some inference engine plugins, like OpenVINO and TensorRT. We suggest using the new method load_inference_model(celantur::InferenceEnginePluginSettings settings, AdditionalProcessorParams params). This function will still work for backward compatibility, but it will be removed in future major versions.