-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 872 Bytes
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[submodule "yolov5"]
path = tools/yolo/yolov5
url = https://github.com/ultralytics/yolov5
[submodule "YOLOv6"]
path = tools/yolo/YOLOv6
url = https://github.com/meituan/YOLOv6
branch = main
[submodule "yolov7"]
path = tools/yolov7/yolov7
url = https://github.com/WongKinYiu/yolov7.git
branch = main
[submodule "tools/yolo/ultralytics"]
path = tools/yolo/ultralytics
url = https://github.com/ultralytics/ultralytics
[submodule "YOLOv6R1"]
path = tools/yolov6r1/YOLOv6R1
url = https://github.com/meituan/YOLOv6
branch = main
[submodule "GoldYolo"]
path = tools/yolov6r3/Efficient-Computing
url = https://github.com/huawei-noah/Efficient-Computing
[submodule "ultralytics"]
path = tools/yolo/ultralytics
url = https://github.com/ultralytics/ultralytics
[submodule "YOLOv6R3"]
path = tools/yolov6r3/YOLOv6R3
url = https://github.com/meituan/YOLOv6