Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
opencv-python
|
2 |
+
imutils
|
3 |
+
numpy
|
4 |
+
torch
|
5 |
+
torchvision
|
6 |
+
pytorchvideo
|
7 |
+
transformers
|