Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
pandas
|
3 |
+
numpy
|
4 |
+
Pillow
|
5 |
+
matplotlib==3.7.5
|
6 |
+
moviepy==1.0.3
|
7 |
+
imageio[ffmpeg]
|
8 |
+
opencv-python
|
9 |
+
imutils==0.5.4
|
10 |
+
mediapy==1.2.2
|
11 |
+
torch
|
12 |
+
git+https://github.com/facebookresearch/co-tracker.git
|