opencv/samples/dnn/dnn_model_runner/dnn_conversion/requirements.txt
Anastasia M 8c221981bf
Merge pull request #17604 from LupusSanctus:am/pytorch_tf_cls_tutorial
[GSoC] Added TF and PyTorch classification conversion cases

* Added TF and PyTorch classification conversion cases

* Modified structure, some processing scripts. Added evaluation pipeline

* Minor structure change

* Removed extra functions, minor structure change

* Modified structure, code corrections

* Updated classification code block, added classification tutorials

* Added minor modifications of paths

* Classification block corrections in accordance with comments
2021-01-26 11:06:15 +00:00

10 lines
115 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