mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-07 01:22:59 +08:00

* wrap C ops in Python API * add comments * change processor create style * processors class inherit
English | 中文
Preprocessor Python Demo
-
build FastDeploy(Python), or downloadFastDeploy prebuilt library(Python)
-
Run the Demo
# Download the test image
wget https://gitee.com/paddlepaddle/PaddleClas/raw/release/2.4/deploy/images/ImageNet/ILSVRC2012_val_00000010.jpeg
# Run the Demo
# OpenCV
python preprocess.py
# CV-CUDA
python preprocess.py --use_cvcuda True