Update requirements.txt
Browse files- requirements.txt +8 -4
requirements.txt
CHANGED
@@ -1,6 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
ultralytics
|
2 |
-
opencv-python
|
3 |
numpy
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
1 |
+
torch
|
2 |
+
|
3 |
+
torchvision
|
4 |
+
opencv-python-headless
|
5 |
+
gradio
|
6 |
ultralytics
|
|
|
7 |
numpy
|
8 |
+
deep-sort-realtime
|
9 |
+
# Requires CUDA-compatible PyTorch for GPU support
|
10 |
+
# Note: You may need to adjust torch and torchvision versions based on your CUDA version
|