v3
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -1,6 +1,10 @@
|
|
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
|
|
|
1 |
# GitHub repository
|
2 |
git+https://github.com/THU-MIG/yolov10.git
|
3 |
|
4 |
+
# Local package in editable mode
|
5 |
+
-e .
|
6 |
+
|
7 |
+
# Other dependencies
|
8 |
torch==2.0.1
|
9 |
torchvision==0.15.2
|
10 |
pycocotools==2.0.7
|