-
Notifications
You must be signed in to change notification settings - Fork 102
Expand file tree
/
Copy path.gitmodules
More file actions
49 lines (49 loc) · 2.18 KB
/
.gitmodules
File metadata and controls
49 lines (49 loc) · 2.18 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[submodule "libraries/anomalib"]
path = libraries/anomalib
url = https://github.com/open-edge-platform/anomalib
[submodule "libraries/training_extensions"]
path = libraries/training_extensions
url = https://github.com/open-edge-platform/training_extensions.git
[submodule "libraries/datumaro"]
path = libraries/datumaro
url = https://github.com/open-edge-platform/datumaro.git
[submodule "libraries/geti-sdk"]
path = libraries/geti-sdk
url = https://github.com/open-edge-platform/geti-sdk.git
[submodule "libraries/model_api"]
path = libraries/model_api
url = https://github.com/open-edge-platform/model_api.git
[submodule "tools/geti"]
path = tools/geti
url = https://github.com/open-edge-platform/geti
[submodule "libraries/robotics-ai-libraries/flann/flann"]
path = libraries/robotics-ai-libraries/flann/flann
url = https://github.com/flann-lib/flann.git
shallow = true
[submodule "libraries/robotics-ai-libraries/pcl/pcl"]
path = libraries/robotics-ai-libraries/pcl/pcl
url = https://github.com/PointCloudLibrary/pcl.git
shallow = true
[submodule "libraries/edge-control-libraries/fieldbus/ethercat-masterstack/ighethercat"]
path = libraries/edge-control-libraries/fieldbus/ethercat-masterstack/ighethercat
url = https://gitlab.com/etherlab.org/ethercat.git
shallow = true
[submodule "libraries/robotics-ai-libraries/motion-control-gateway/amr/ydlidar_ros2/sdk"]
path = libraries/robotics-ai-libraries/motion-control-gateway/amr/ydlidar_ros2/sdk
url = https://github.com/YDLIDAR/sdk.git
shallow = true
[submodule "microservices/isolation-forest"]
path = microservices/isolation-forest
url = https://github.com/intel/isolation-forest-microservice
[submodule "microservices/random-forest"]
path = microservices/random-forest
url = https://github.com/intel/random-forest-microservice
[submodule "libraries/dlstreamer"]
path = libraries/dlstreamer
url = https://github.com/open-edge-platform/dlstreamer
[submodule "libraries/dl-streamer/thirdparty/spdlog"]
path = libraries/dl-streamer/thirdparty/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "libraries/dl-streamer/thirdparty/googletest"]
path = libraries/dl-streamer/thirdparty/googletest
url = https://github.com/google/googletest.git