YannisK commited on
Commit
b83ca16
1 Parent(s): 538b38d
Files changed (2) hide show
  1. packages.txt +4 -0
  2. requirements.txt +4 -2
packages.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ python3-opencv
2
+ ffmpeg
3
+ libsm6
4
+ libxext6
requirements.txt CHANGED
@@ -1,3 +1,5 @@
1
  opencv-python
2
- torch
3
- torchvision
 
 
1
  opencv-python
2
+ numpy
3
+ matplotlib
4
+ torch==1.10.2
5
+ torchvision==0.11.3