Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
@@ -1,2 +1,8 @@
|
|
1 |
streamlit-camera-input-live
|
2 |
-
opencv-python-headless
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
streamlit-camera-input-live
|
2 |
+
opencv-python-headless
|
3 |
+
torchvision>=0.8.1
|
4 |
+
ultralytics>=8.2.34
|
5 |
+
numpy>=1.22.2
|
6 |
+
torch>=1.9.0
|
7 |
+
opencv-python-headless
|
8 |
+
ultralytics
|