-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
30 lines (30 loc) · 1.01 KB
/
.gitmodules
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
28
29
30
[submodule "00_boot"]
path = 00_boot
url = https://github.com/dlmbl/boot
[submodule "01_intro_ml"]
path = 01_intro_ml
url = https://github.com/dlmbl/intro_ml
[submodule "02_intro_dl"]
path = 02_intro_dl
url = https://github.com/dlmbl/intro_dl
[submodule "03_image_restoration"]
path = 03_image_restoration
url = https://github.com/dlmbl/image_restoration
[submodule "04_image_translation"]
path = 04_image_translation
url = https://github.com/dlmbl/image_translation
[submodule "05_image_segmentation"]
path = 05_image_segmentation
url = https://github.com/dlmbl/image_segmentation
[submodule "06_instance_segmentation"]
path = 06_instance_segmentation
url = https://github.com/dlmbl/instance_segmentation
[submodule "07_failure_modes"]
path = 07_failure_modes
url = https://github.com/dlmbl/failure_modes
[submodule "08_tracking"]
path = 08_tracking
url = https://github.com/dlmbl/tracking
[submodule "09_knowledge_extraction"]
path = 09_knowledge_extraction
url = https://github.com/dlmbl/knowledge_extraction