README.md 552 字节
Newer Older
B
BohaoWu 已提交
1
# hwvideoframe
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
hwvideoframe是一个基于cuda的图片预处理库。项目利用GPU进行图片预处理操作,加快处理速度的同时,提高GPU的使用率。

## 项目结构
hwvideoframe通过cpp的
hwvideoframe目前提供以下图片预处理功能:
* Image2Gpubuffer
* Gpubuffer2Image
* RGB2BGR
* BGR2RGB
* Div
* Sub
* Normalize
* CenterCrop
* Resize
* ResizeByFactor
B
BohaoWu 已提交
17 18

## 快速开始
19
按照Paddle Serving文档编译,编译结果在reader中。
B
BohaoWu 已提交
20 21

## 测试
22
测试文件:Serving/python/paddle_serving_app/reader/test_preprocess.py