[DllImport("fastdeploy.dll", EntryPoint = "FD_C_CreateRecognizerWrapper")] private static extern IntPtr FD_C_CreateRecognizerWrapper( string model_file, string params_file,string label_path, IntPtr fd_runtime_option_wrapper, ModelFormat model_format); [DllImport("fastdeploy.dll", EntryPoint = ...
fastdeploy_csharp.dll 下载 csharp_lib.zip(439.68 KB, 下载次数: 3)
include(${PROJECT_SOURCE_DIR}/cmake/check.cmake) if(WIN32 AND ENABLE_VISION) add_definitions(-DYAML_CPP_DLL) set(YAML_BUILD_SHARED_LIBS ON) set(YAML_CPP_INSTALL ON) set(CMAKE_POLICY_DEFAULT_CMP0077 NEW) endif() if(NOT CUDA_DIRECTORY) set(CUDA_DIRECTORY "/usr/local/cuda")...
set(DYN_LIB_SUFFIX "*.dll") elseif(APPLE) set(DYN_LIB_SUFFIX "*.dylib*") endif() if(FastDeploy_DIR) set(DYN_SEARCH_DIR ${FastDeploy_DIR}) elseif(FASTDEPLOY_INSTALL_DIR) set(DYN_SEARCH_DIR ${FASTDEPLOY_INSTALL_DIR}) else() message(FATAL_ERROR "Please set FastDeploy...