dlib 问答列表

如何使用 python 作为客户端脚本语言

作者:Rogue8989 提问时间:6/16/2021

我有一个功能齐全的凝视跟踪代码 Python 项目,该项目已直接通过终端进行了测试。我的指南希望我在网络上实现这一点。他希望所有的处理都在客户端完成,因为我们的服务器不够强大,无法同时处理多个请求。我...

DLIB 在 Visual Studio 2015 上引发未解决的外部错误

作者:user2426860 提问时间:2/10/2017

我正在尝试运行 dlib 提供的人脸检测示例。我已经设置了我的库目录和我的包含文件夹。我在项目中包含了 source.cpp,并将 externals 文件夹中的文件添加到其中。当我运行该程序时,它说...

导入 cv2 时 DLL 加载失败:找不到指定的模块

作者:Nour Ahmadi 提问时间:12/13/2022

我正在从事一个CNN图像分类项目,我正在使用jupyter lab和python。 好吧,我遇到了这个问题,无法解决。 Ps : ( 我的 Windows 版本是 “Windows 10 Pro N”...

rembg 抛出 RuntimeError: LoadLibrary failed: onnxruntime_providers_tensorrt.dll

作者:Monisha Sellamuthu 提问时间:12/27/2022

我无法生成背景被删除的图像 from rembg import remove from PIL import Image input_path = "crop.jpeg" output_path ...

如何导出宏函数并在项目 .exe 中使用它?

作者:SADL 提问时间:5/17/2022

我有一个包含服务器.cpp的dll项目(Server.dll) 服务器.cpp #include "pch.h" #include "Server.hpp" extern "C" { _decl...

LoadLibrary 的断点,输出:Exception thrown

作者:DianChen 提问时间:6/7/2023

#include <windows.h> int main(int argc, char* argv[]) { HINSTANCE hinstLib = ::LoadLibrary(TEXT("VS...


共6条 当前第1页