forked from dusty-nv/jetson-inference
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
20 lines (20 loc) · 686 Bytes
/
.gitmodules
File metadata and controls
20 lines (20 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[submodule "utils"]
path = utils
url = https://github.com/dusty-nv/jetson-utils
branch = master
[submodule "tools/camera-capture"]
path = tools/camera-capture
url = https://github.com/dusty-nv/camera-capture
branch = master
[submodule "python/training/classification"]
path = python/training/classification
url = https://github.com/dusty-nv/pytorch-classification
branch = master
[submodule "python/training/detection"]
path = python/training/detection
url = https://github.com/dusty-nv/pytorch-detection
branch = master
[submodule "python/training/segmentation"]
path = python/training/segmentation
url = https://github.com/dusty-nv/pytorch-segmentation
branch = master