mirror of
https://github.com/opencv/opencv.git
synced 2024-12-03 16:35:09 +08:00
8fa8d471af
Add paddle humanseg demo * fixed onnx resize op bug * add humanseg demo for PaddlePaddle sample * update README.md and flake8 format * update func name * update README.md for enviroment setup * update README.md in the way install paddle2onnx * update README.md * update README.md * add paddleseg in requirements.txt * deal with comments * replace picture
15 lines
212 B
Plaintext
15 lines
212 B
Plaintext
# Python 3.7.5
|
|
onnx>=1.7.0
|
|
numpy>=1.19.1
|
|
|
|
torch>=1.5.1
|
|
torchvision>=0.6.1
|
|
|
|
tensorflow>=2.1.0
|
|
tensorflow-gpu>=2.1.0
|
|
|
|
paddlepaddle>=2.0.0
|
|
paddlepaddle-gpu>=2.0.0
|
|
paddlehub>=2.1.0
|
|
paddle2onnx>=0.5.1
|
|
paddleseg>=2.0.0 |