Skip to content

Commit 0d30ed8

Browse files
committed
migration from dev server
1 parent e476004 commit 0d30ed8

278 files changed

Lines changed: 8074 additions & 21932 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ share/
1010
*.pt
1111
*.engine
1212
*.onnx
13+
libonvif/libonvif/*.so.*
14+
libonvif/libonvif/*.dll
15+
libonvif/libonvif/*.dylib
16+
assets/scripts/components/libxml2/
17+
assets/scripts/components/windows/python/*.exe
18+
assets/scripts/components/mac/*.plist
19+
assets/scripts/components/mac/*.pkg
1320
runs/
14-
models/
1521
.DS_Store

.gitmodules

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[submodule "libonvif/pybind11"]
2+
path = libonvif/pybind11
3+
url = https://github.com/pybind/pybind11
4+
[submodule "kankakee"]
5+
path = kankakee
6+
url = https://github.com/sr99622/kankakee
7+
[submodule "libavio"]
8+
path = libavio
9+
url = https://github.com/sr99622/libavio

CMakeLists.txt

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)