v2
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
torch==2.0.1
|
| 2 |
torchvision==0.15.2
|
| 3 |
pycocotools==2.0.7
|
|
|
|
| 1 |
+
# GitHub repository
|
| 2 |
+
git+https://github.com/THU-MIG/yolov10.git
|
| 3 |
+
|
| 4 |
torch==2.0.1
|
| 5 |
torchvision==0.15.2
|
| 6 |
pycocotools==2.0.7
|