Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 639 Bytes

installation_en.md

File metadata and controls

36 lines (28 loc) · 639 Bytes

QUICK INSTALLATION

Inferences

shapely
numpy
pillow
pyclipper
opencv-python <= 4.2.0.32
pytorch

Conversions

shapely
numpy
pillow
pyclipper
opencv-python <= 4.2.0.32
pytorch
paddlepaddle==2.0.0

PaddlePaddle 2.0

pip3 install --upgrade pip

# If you have cuda9 or cuda10 installed on your machine, please run the following command to install
python3 -m pip install paddlepaddle-gpu==2.0.0 -i https://mirror.baidu.com/pypi/simple

# If you only have cpu on your machine, please run the following command to install
python3 -m pip install paddlepaddle==2.0.0 -i https://mirror.baidu.com/pypi/simple