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

### PR types(PR类型) Model ### Describe - Support PaddleDetection SSD Model

### PR types(PR类型) Backend ### Describe - CUDA kernel for Color convert + Normalize + Permute - Concat support GPU - Applied this optimization to PPClas, PPDet and PPSeg -...

### Describe - Update p2o version to 1.0.3

当运行时报错 [ERROR] fastdeploy/runtime.cc(319)::EnablePaddleToTrt While using TrtBackend with EnablePaddleToTrt, require the FastDeploy is compiled with Paddle Inference Backend, please rebuild your FastDeploy. 重新编译 CMake Error at cmake/paddle_inference.cmake:67 (message): Paddle Backend doesn't...

/home/aistudio/work/FastDeploy/examples/vision/detection/paddledetection/quantize/python [INFO] fastdeploy/vision/common/processors/transform.cc(45)::FuseNormalizeCast Normalize and Cast are fused to Normalize in preprocessing pipeline. [INFO] fastdeploy/vision/common/processors/transform.cc(93)::FuseNormalizeHWC2CHW Normalize and HWC2CHW are fused to NormalizeAndPermute in preprocessing pipeline. [INFO] fastdeploy/vision/common/processors/transform.cc(159)::FuseNormalizeColorConvert BGR2RGB and NormalizeAndPermute...

### PR types(PR类型) The title of this pull request should be `[PR type] Description of this pull request`, e.g `[Model] PP-Matting deployment support` PR的标题应该为 `[PR type] Description of this pull...

### PR types(PR类型) Model ### Describe - Refactor YOLOv5 module

I have exported my yolov7 model with dynamic axes as tensorrt.Engine runs fine on single batch but I want to be able to make inference with multiple images.How can I...

使用命令运行`python infer_ppyolo.py --model_dir ppyolo_mbv3_small_coco --image 000000014439.jpg --device gpu --use_trt True` 发现 `PaddleDetection/PPYOLO is not supported with backend Backend::TRT.` 而且cpu推理时间比gpu推理时间快

拆分PaddleDetection模块为Preprocessor、Postprocessor,支持批量预测