Skip to content

Commit

Permalink
Add comments about requirements (#96)
Browse files Browse the repository at this point in the history
* Add comments about requirements

* Remove Cython from requirements
  • Loading branch information
zhiqwang authored Apr 21, 2021
1 parent 999fcb2 commit dbe2d4d
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,32 @@
# Do not add opencv here. Just like pytorch, user should install
# PyTorch/TorchVision -------------------------
# Do not add pytorch/torchvision here. For PyTorch and TorchVision
# follow the official instructions at https://pytorch.org/get-started/locally/
# to install PyTorch 1.7.1+ and torchvision 0.8.2+
# torch>=1.7.1
# torchvision>=0.8.2

# base ----------------------------------------
# Just like PyTorch, user should install
# opencv themselves, preferrably by OS's package manager, or by
# choosing the proper pypi package name at https://github.com/skvark/opencv-python
Cython
# opencv-python>=4.1.2
matplotlib>=3.2.2
numpy>=1.18.5
pillow
scipy>=1.4.1
tqdm>=4.41.0

# export --------------------------------------
onnx>=1.8.0

# plotting ------------------------------------
ipython
# pycocotools need python3.7 as minimal
# pip install -U pycocotools>=2.0.2 # corresponds to https://github.com/ppwwyyxx/cocoapi
tabulate

# Lightning -----------------------------------
pytorch_lightning==1.3.0rc1
torchmetrics
tabulate

# extras --------------------------------------
# pycocotools on PyPI needs python3.7 as minimal
# pycocotools>=2.0.2 # corresponds to https://github.com/ppwwyyxx/cocoapi

0 comments on commit dbe2d4d

Please sign in to comment.