23 lines
398 B
Plaintext
23 lines
398 B
Plaintext
# if install failed, please change the pip source to 'https://mirror.baidu.com/pypi/simple'
|
|
|
|
# base deps
|
|
numpy==1.21.6
|
|
protobuf==3.20.3
|
|
flatbuffers==1.12
|
|
|
|
# utils
|
|
requests==2.27.1
|
|
psutil==5.9.0
|
|
ruamel.yaml==0.17.4
|
|
scipy==1.5.4
|
|
tqdm==4.64.0
|
|
opencv-python==4.5.5.64
|
|
fast-histogram==0.11
|
|
|
|
# base
|
|
onnx==1.14.0
|
|
onnxoptimizer==0.2.7
|
|
onnxruntime==1.14.0
|
|
torch==1.10.1
|
|
torchvision==0.11.2
|
|
tensorflow==2.8.0 |