Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

requirements.txt 275 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  1. # TODO: Update with exact module version
  2. numpy
  3. torch>=1.7
  4. opencv_python
  5. loguru
  6. tqdm
  7. torchvision
  8. thop
  9. ninja
  10. tabulate
  11. # verified versions
  12. # pycocotools corresponds to https://github.com/ppwwyyxx/cocoapi
  13. pycocotools>=2.0.2
  14. onnx==1.8.1
  15. onnxruntime==1.8.0
  16. onnx-simplifier==0.3.5
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...