FastDeploy icon indicating copy to clipboard operation
FastDeploy copied to clipboard

⚡️An Easy-to-use and Fast Deep Learning Model Deployment Toolkit for ☁️Cloud 📱Mobile and 📹Edge. Including Image, Video, Text and Audio 20+ main stream scenarios and 150+ SOTA models with end-to-end...

Results 346 FastDeploy issues
Sort by recently updated
recently updated
newest added

1、能否检测人脸的姿态角 2、能否做一个python和c++的检测和识别串起来的案例,比如输入一张图片,图片里面有多个人脸,能分别输出每个人脸的的坐标和每个人脸的向量,做一个整体的案例最大化的压缩预测的时间

尝试跑C++ 推理示例 报错 gcc demo.cpp \ -I./FastDeploy/build/fastdeploy-0.0.3/include/ \ -I./FastDeploy/build/fastdeploy-0.0.3/third_libs/install/opencv/include/ \ -I./FastDeploy/build/third_libs/install/opencv/include/ \ -lfastdeploy \ -lopencv_core \ -lstdc++ \ -ldl \ -o demo.so \ /usr/bin/ld: /tmp/ccxAZsgp.o: in function `main': demo.cpp:(.text+0x1b1): undefined...

[WARNING] csrc/fastdeploy/fastdeploy_runtime.cc(141)::fastdeploy::RuntimeOption::UseGpu The FastDeploy didn't compile with GPU, will force to use CPU.

fastdeploy人脸识别python部署,采用多进程进行人脸特征提取及人脸比对,实现通过主进程开启摄像头,获取帧,裁剪人脸roi存到Queue中,识别进程从Queue中获取人脸数据最后报错。 核心代码如下: 报错代码: [ERROR] csrc/fastdeploy/pybind/main.cc(94)::NumpyDataTypeToOpenCvType NumpyDataTypeToOpenCvType() only support int32/int8/uint8/float32 now. ps:目前fastdeploy python不熟不支持多线程么,我尝试多线程处理,速度并没有提升。是不是pybind进行耗时处理的方法绑定中没释放gil?

enhancement

你好: 我们这边在2022 win10平台测试matting时候,发现在模型加载的时候crash了,dll依赖都是我们本地编译的的,没有使用预编译的库,在linux平台测试正常,麻烦后续关注下?谢谢

Windows x64

不知道合适方便编译一个 python 3.10 for windows 64bit的版本的whl安装包,谢谢!

Windows x64
Python:3.10

怎么cmake?可以像lite.ai.tookit一样出一套流程吗

Windows x64

你好, 我这边测试matting抠图cpu方案时,按照readme.txt 操作,明明下载的是gpu的依赖包,为啥安装下时候指定cpu的路径? ![企业微信截图_54c40950-aeeb-402d-918c-97c323686c9f](https://user-images.githubusercontent.com/66000167/185962382-164550e6-56fd-4e87-a90d-9cc51be63c69.png)

documentation

你好, 我这边在搭建环境过程中,看见好多third_party都是需要直接下载使用的,不知道是否可行在不同平台自己拿源码编译,有没有变异文档类似资料?

Windows x64
Linux x86

### PR types Performance optimization ### PR changes Others ### Describe New plugin operator `distribute_fpn_proposals` for onnxruntime backend