Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
matplotlib==3.7.5
|
2 |
moviepy==1.0.3
|
3 |
flow_vis
|
@@ -7,4 +8,5 @@ opencv-python
|
|
7 |
imutils==0.5.4
|
8 |
mediapy==1.2.2
|
9 |
numpy
|
|
|
10 |
git+https://github.com/facebookresearch/co-tracker.git
|
|
|
1 |
+
torch=2.2.0
|
2 |
matplotlib==3.7.5
|
3 |
moviepy==1.0.3
|
4 |
flow_vis
|
|
|
8 |
imutils==0.5.4
|
9 |
mediapy==1.2.2
|
10 |
numpy
|
11 |
+
|
12 |
git+https://github.com/facebookresearch/co-tracker.git
|