From 9b4369f7341c2a42bdc891d6104732e036b4f5fb Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期五, 13 十二月 2019 09:22:18 +0800 Subject: [PATCH] update --- .gitmodules | 12 ++++++++++++ libgowrapper/humantrack | 2 +- libgowrapper/vehicle | 2 +- libgowrapper/face | 2 +- libgowrapper/yolo | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..add8386 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "libgowrapper/face"] + path = libgowrapper/face + url = ssh://zhangmeng@192.168.5.5:29418/libgowrapper/face.git +[submodule "libgowrapper/yolo"] + path = libgowrapper/yolo + url = ssh://zhangmeng@192.168.5.5:29418/libgowrapper/yolo.git +[submodule "libgowrapper/vehicle"] + path = libgowrapper/vehicle + url = ssh://zhangmeng@192.168.5.5:29418/libgowrapper/vehicle.git +[submodule "libgowrapper/humantrack"] + path = libgowrapper/humantrack + url = ssh://zhangmeng@192.168.5.5:29418/libgowrapper/humantrack.git diff --git a/libgowrapper/face b/libgowrapper/face new file mode 160000 index 0000000..f1e6adc --- /dev/null +++ b/libgowrapper/face @@ -1 +1 @@ -Subproject commit 0000000000000000000000000000000000000000 +Subproject commit f1e6adc90c273250b24cdd0883ad45a94ba48940 diff --git a/libgowrapper/humantrack b/libgowrapper/humantrack new file mode 160000 index 0000000..78576cc --- /dev/null +++ b/libgowrapper/humantrack @@ -1 +1 @@ -Subproject commit 0000000000000000000000000000000000000000 +Subproject commit 78576ccc89f63c983d0c2d7f3eb893c7a267c5df diff --git a/libgowrapper/vehicle b/libgowrapper/vehicle new file mode 160000 index 0000000..2d3cff9 --- /dev/null +++ b/libgowrapper/vehicle @@ -1 +1 @@ -Subproject commit 0000000000000000000000000000000000000000 +Subproject commit 2d3cff9c46ab33fad5dfdb1e0c40a7f77074ffbd diff --git a/libgowrapper/yolo b/libgowrapper/yolo new file mode 160000 index 0000000..c01f7d9 --- /dev/null +++ b/libgowrapper/yolo @@ -1 +1 @@ -Subproject commit 0000000000000000000000000000000000000000 +Subproject commit c01f7d960ac5ec3ec37f8434de099166475cdac5 -- Gitblit v1.8.0