Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.
Closed
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
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
h5py
scikit-image
# opencv-contrib-python==3.4.2.16 is required for using SURF
# python3.6 is required for installing opencv-contrib-python==3.4.2.16
opencv-contrib-python==3.4.2.16
# opencv-contrib-python==3.4.7.28 is required for using SURF
# python3.6 is required for installing opencv-contrib-python==3.4.7.28
opencv-contrib-python==3.4.7.28
torch==1.4.0+cu100
torchvision==0.5.0+cu100
numpy
Expand Down