mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00

* add Cast, HWC2CHW, Normalize, PadToSize, StridePad * add comments * fix comments * fix manager.cc
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