Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

English | 中文

Preprocessor Python Demo

  1. build FastDeploy(Python), or downloadFastDeploy prebuilt library(Python)

  2. 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