Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add comments about requirements #96

Merged
merged 2 commits into from
Apr 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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