Skip to content

Commit 98260ad

Browse files
cwlacewerv355
andauthored
Release v1.0 (#1)
* Updates to use UDF and remove ingest folder; Add DEBUG and DEVICE flags to enable debug messages and gpu Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Update deployment scripts Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Fixed resizing, formatting, Added frame dimensions used for model to convert bbs to ratios; separate requirements files for GPU and CPU Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Formatting using pre-commit Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Update arch image, cmake doc, base image of stream DOckerfile, check image size is multiple of 32 prior to running model to reduce overhead Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Removed unused m4, add frontend dependency, remove unsupported args in start script Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Add device tostart app script Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * simplify deployment; add timeout to extend connection time to 2 mins; Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * cleanup remote files Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Fix async, spelling,and dockerfile condition Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Add --no-log-init to useradd in Dockerfile to reduce layer size Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Add dockerfile comment regarding --no-log-init Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * vdms code cleanup and update Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Remove STREAM_URL; Update batch size based on DEVICE Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Fix video Dockerfile Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Latest updates; leverage ultralytics callback Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Add ability to run using tar'd docker images Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Update CMakeLists and fix build.sh Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Update *.md and format changes Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Change batchsize in tensorrt dur to long engine generation Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Minor updates for last demo Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * background metadata addition * Working integration (background threads) Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Update process_stream to task threaded pipeline and add debug messages Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Format; Temporarily add testing scripts Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Increased nginx timeout, add retry for locktimeout Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Update summary test script to support failures Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Move udf server to separate container; Add separate UDF server for bkgd threads; Fix DynamicMetadataHandler counters to support multiple bbs instead of 1 bb per frame; Retry queries based on error Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Convert bkgd threads to use thread pool Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Add additional TIMING for debug; latest params for test Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Minor fix to expected yolo labels & verify volume is deleted when stopped Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Enable custom YOLO models Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Code cleanup (remove stream, etc.); Reduce num threads in VDMSThreadPool; Fix bkgd thread enqueue call (no data processed previously) Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Update summary test Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * cleanup watch_and_send2vdms.py Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * fix debug msgs Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Add debugging msgs; merge metadata and inf thread; Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Current test for syncop Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * threading fix * Deploy threadpool once in AddVideo call; disable retying query in process_stream to access performance of changes in AddVideo; Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * * Remove kafka and zookeeper since not being used (deployment/docker-swarm/docker-compose.yml.m4, deployment/docker-swarm/udf.m4, deployment/docker-swarm/video.m4, script/build.sh, video/Dockerfile, video/requirements.txt, CMakeLists.txt, ATTRIBUTION.md) * In udf/remote_function/functions/add_metadata.py add FindVideo prior to adding transactions for BBS * Cleanup video/process_stream.py and process each frame within main thread * Change VDMSThreadPool to 2 threads; Small edit in VideoCommand Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Changes needed for GPU Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * threading to construct_response * Update search and nginx timeout Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Modify search to reduce runtime; increase nginx timeout Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Add OMIT_DETECTIONS_FLAG to toggle printing obj detection classes Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * randomly set sleeptimer for retry_query; remove dependencies from video/ Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Minor fix to video Dockerfile Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * downgrade opencv due to video error; combine face/obj metadata for one udf pass Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Fix FindVideo query in search.py; cleaned and updated process_stream Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * GUI update to allow searching objects by frameID Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Update Find Object option "Frame" to "Frame ID" Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Fix bug in search for linked queries in gui and added test search script Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * add missing utils for test script Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Add script to display detections Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Update arch.png and cmake.md; Update search.py; Update test scripts to latest; Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Move scripts for test videos, remove unused dependency in udf; remove unused dynamicmetadata code Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Support to persist data and redeploy Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Update support for complex queries; Added support for object count; Clean download_yolo.py; Update video Dockerfile to reduce image size; Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Update DOCKER_TAR_DIR in CMakeLists; Remove unused vars from video.m4 and stop_app.sh Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Minor fixes DockerImageTar dir, search.py, and download yolo script Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * remove unused vars/files/dirs, and update docs/READMEs Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Remove test folder; Revert to add cleanup of docker containers/network (not volumes) at start Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Remove unused files/docs, remove unused info from camera_config.yaml, Update README Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Clean video requirement files Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Clean cmake.md and organize video requirements files Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * add .gitignore file for custom models Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * remove .gitignore Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Clean inputs/download.sh Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Remove unused code/comments Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Remove disclaimer Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Fixed CVE-2023- vulnerability (libc-bin & libc6) in Dockerfiles based on OVC images; Minor update to README Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Minor fix: Add internal error to ERR_KEYWORDS; code cleanup Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Fixes tensorrt IExecutionContext::setInputShape: Error Code 3: API Usage Error during 8K processing Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Update ATTRIBUTION.md; Fix Max dim of tensorrt dim (8K) to allow proper selection of optimization profile/engine; Add model cleanup to release allocated memory from GPU; Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> * Finalize docs Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> --------- Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com> Co-authored-by: Rohit Verma <rohit1.verma@intel.com>
1 parent b3a43b7 commit 98260ad

File tree

265 files changed

+9215
-28023
lines changed

Some content is hidden

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

265 files changed

+9215
-28023
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
branch_protection_rule:
1010
# To guarantee Maintained check is occasionally updated. See
1111
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
12-
12+
1313
# UNCOMMENT WHEN USED FOR NEW REPO
1414
# schedule:
1515
# - cron: "44 15 * * 0"

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
build/*
2+
video/resources/models/ultralytics
3+
.vscode
4+
*.log
5+
**/__pycache__/

ATTRIBUTION.md

Lines changed: 65 additions & 188 deletions
Original file line numberDiff line numberDiff line change
@@ -1,189 +1,66 @@
1-
2-
Component: libva-utils
3-
Repository: https://github.com/intel/libva-utils
4-
License: https://github.com/intel/libva-utils/blob/master/COPYING
5-
6-
Component: Chart.js
7-
Repository: https://github.com/chartjs/Chart.js
8-
License: MIT (https://github.com/chartjs/Chart.js/blob/master/LICENSE.md)
9-
10-
Component: curl
11-
Repository: https://github.com/curl/curl
12-
License: https://github.com/curl/curl/blob/master/COPYING
13-
14-
Component: ffmpeg
15-
Repository: https://ffmpeg.org
16-
License: https://ffmpeg.org/legal.html
17-
18-
Component: Foundation Icon Font Sets
19-
Repository: https://github.com/zurb/foundation-icons
20-
License: MIT (https://github.com/zurb/foundation-icons/blob/master/MIT-LICENSE.txt)
21-
22-
Component: gflags
23-
Repository: https://github.com/gflags/gflags
24-
License: https://github.com/gflags/gflags/blob/master/COPYING.txt
25-
26-
Component: glog
27-
Repository: https://github.com/google/glog
28-
License: https://github.com/google/glog/blob/master/COPYING
29-
30-
Component: Google Test
31-
Repository: https://github.com/google/googletest
32-
License: https://github.com/google/googletest/blob/master/LICENSE
33-
34-
Component: gst-libav
35-
Repository: https://github.com/GStreamer/gst-libav
36-
License: https://github.com/GStreamer/gst-libav/blob/master/COPYING
37-
38-
Component: Gstreamer
39-
Repository: https://github.com/GStreamer/gstreamer
40-
License: https://github.com/GStreamer/gstreamer/blob/master/COPYING
41-
42-
Component: Gstreamer ORC
43-
Repository: https://github.com/GStreamer/orc
44-
License: https://github.com/GStreamer/orc/blob/master/COPYING
45-
46-
Component: Gstreamer plugin-bad
47-
Repository: https://github.com/GStreamer/gst-plugins-bad
48-
License: https://github.com/GStreamer/gst-plugins-bad/blob/master/COPYING
49-
50-
Component: Gstreamer plugin-base
51-
Repository: https://github.com/GStreamer/gst-plugins-base
52-
License: https://github.com/GStreamer/gst-plugins-base/blob/master/COPYING
53-
54-
Component: Gstreamer plugin-good
55-
Repository: https://github.com/GStreamer/gst-plugins-good
56-
License: https://github.com/GStreamer/gst-plugins-good/blob/master/COPYING
57-
58-
Component: Gstreamer plugin-ugly
59-
Repository: https://github.com/GStreamer/gst-plugins-ugly
60-
License: https://github.com/GStreamer/gst-plugins-ugly/blob/master/COPYING
61-
62-
Component: Gstreamer vaapi
63-
Repository: https://github.com/GStreamer/gstreamer-vaapi
64-
License: https://github.com/GStreamer/gstreamer-vaapi/blob/master/COPYING.LIB
65-
66-
Component: Intel DLDT
67-
Repository: https://github.com/openvinotoolkit/openvino
68-
License: https://github.com/openvinotoolkit/openvino/blob/2020/LICENSE
69-
70-
Component: Intel Graphics Memory Management Library
71-
Repository: https://github.com/intel/gmmlib
72-
License: https://github.com/intel/gmmlib/blob/master/LICENSE.md
73-
74-
Component: Intel VDMS
75-
Repository: https://github.com/intellabs/vdms
76-
License: https://github.com/IntelLabs/vdms/blob/develop/LICENSE
77-
78-
Component: Intel libva
79-
Repository: https://github.com/intel/libva
80-
License: https://github.com/intel/libva/blob/master/COPYING
81-
82-
Component: Intel media-driver
83-
Repository: https://github.com/intel/media-driver
84-
License: https://github.com/intel/media-driver/blob/master/LICENSE.md
85-
86-
Component: SVT-AV1
87-
Repository: https://github.com/OpenVisualCloud/SVT-AV1
88-
License: https://github.com/OpenVisualCloud/SVT-AV1/blob/master/LICENSE.md
89-
90-
Component: SVT-HEVC
91-
Repository: https://github.com/OpenVisualCloud/SVT-HEVC
92-
License: https://github.com/OpenVisualCloud/SVT-HEVC/blob/master/LICENSE.md
93-
94-
Component: SVT-VP9
95-
Repository: https://github.com/OpenVisualCloud/SVT-VP9
96-
License: https://github.com/OpenVisualCloud/SVT-VP9/blob/master/LICENSE.md
97-
98-
Component: Intel Media SDK
99-
Repository: https://github.com/Intel-Media-SDK/MediaSDK
100-
License: https://github.com/Intel-Media-SDK/MediaSDK/blob/master/LICENSE
101-
102-
Component: jQuery (New Wave JavaScript)
103-
Repository: https://github.com/jquery/jquery
104-
License: MIT (https://github.com/jquery/jquery/blob/master/LICENSE.txt)
105-
106-
Component: JSON-CPP
107-
Repository: https://github.com/open-source-parsers/jsoncpp
108-
License: https://github.com/open-source-parsers/jsoncpp/blob/master/LICENSE
109-
110-
Component: kafkacat
111-
Repository: https://github.com/edenhill/kafkacat
112-
License: https://github.com/edenhill/kafkacat/blob/master/LICENSE
113-
114-
Component: libogg
115-
Repository: https://github.com/xiph/ogg
116-
License: https://github.com/xiph/ogg/blob/master/COPYING
117-
118-
Component: libvorbis
119-
Repository: https://github.com/xiph/vorbis
120-
License: https://github.com/xiph/vorbis/blob/master/COPYING
121-
122-
Component: libvpx
123-
Repository: https://github.com/webmproject/libvpx/
124-
License: https://github.com/webmproject/libvpx/blob/master/LICENSE
125-
126-
Component: fdk-aac
127-
Repository: https://sourceforge.net/p/opencore-amr/fdk-aac/ci/master/tree
128-
License: https://fedoraproject.org/wiki/Licensing/FDK-AAC
129-
130-
Component: nginx
131-
Repository: https://github.com/nginx/nginx
132-
License: https://nginx.org/LICENSE
133-
134-
Component: opencv
135-
Repository: https://github.com/opencv/opencv
136-
License: https://github.com/opencv/opencv/blob/master/LICENSE
137-
138-
Component: gst-video-analytics
139-
Repository: https://github.com/opencv/gst-video-analytics
140-
License: https://github.com/opencv/gst-video-analytics/blob/master/LICENSE
141-
142-
Component: open model zoo
143-
Repository: https://github.com/opencv/open_model_zoo
144-
License: https://github.com/opencv/open_model_zoo/blob/master/LICENSE
145-
146-
Component: opus
147-
Repository: https://github.com/xiph/opus
148-
License: https://github.com/xiph/opus/blob/master/COPYING
149-
150-
Component: PINTO0309 OpenVINO-YoloV3
151-
Repository: https://github.com/PINTO0309/OpenVINO-YoloV3
152-
License: https://github.com/PINTO0309/OpenVINO-YoloV3/blob/master/LICENSE
153-
154-
Component: protobuf
155-
Repository: https://github.com/protocolbuffers/protobuf
156-
License: https://github.com/protocolbuffers/protobuf/blob/master/LICENSE
157-
158-
Component: python-requests
159-
Repository: https://github.com/psf/requests
160-
License: https://github.com/psf/requests/blob/master/LICENSE
161-
162-
Component: scanner
163-
Repository: https://github.com/scanner-research/scanner
164-
License: https://github.com/scanner-research/scanner/blob/master/LICENSE
165-
166-
Component: python tornado
167-
Repository: https://github.com/tornadoweb/tornado
168-
License: https://github.com/tornadoweb/tornado/blob/master/LICENSE
169-
170-
Component: what-input
171-
Repository: https://github.com/ten1seven/what-input
172-
License: https://github.com/ten1seven/what-input/blob/master/LICENSE
173-
174-
Component: kafka docker
175-
Repository: https://github.com/wurstmeister/kafka-docker
176-
License: https://github.com/wurstmeister/kafka-docker/blob/master/LICENSE
177-
178-
Component: x264
179-
Repository: https://github.com/mirror/x264
180-
License: https://github.com/mirror/x264/blob/master/COPYING
181-
182-
Component: x265
183-
Repository: https://github.com/videolan/x265
184-
License: https://github.com/videolan/x265/blob/master/COPYING
185-
186-
Component: zookeeper
187-
Repository: https://hub.docker.com/_/zookeeper
188-
License: https://github.com/apache/zookeeper/blob/master/LICENSE.txt
1+
## openvisualcloud/xeon-ubuntu2204-media-nginx:23.1
2+
3+
| Component | Repository | License |
4+
| --------- | ---------- | ------- |
5+
| dav1d | https://code.videolan.org/videolan/dav1d | https://code.videolan.org/videolan/dav1d/-/blob/master/COPYING |
6+
| ffmpeg | https://ffmpeg.org | https://ffmpeg.org/legal.html |
7+
| libogg | https://github.com/xiph/ogg | https://github.com/xiph/ogg/blob/master/COPYING |
8+
| libvorbis | https://github.com/xiph/vorbis | https://github.com/xiph/vorbis/blob/master/COPYING |
9+
| libvpx | https://github.com/webmproject/libvpx/ | https://github.com/webmproject/libvpx/blob/master/LICENSE |
10+
| nginx | https://github.com/nginx/nginx | https://nginx.org/LICENSE |
11+
| opencv | https://github.com/opencv/opencv | https://github.com/opencv/opencv/blob/master/LICENSE |
12+
| opus | https://github.com/xiph/opus | https://github.com/xiph/opus/blob/master/COPYING |
13+
| SVT-AV1 | https://github.com/OpenVisualCloud/SVT-AV1 | https://github.com/OpenVisualCloud/SVT-AV1/blob/master/LICENSE.md |
14+
| SVT-HEVC | https://github.com/OpenVisualCloud/SVT-HEVC | https://github.com/OpenVisualCloud/SVT-HEVC/blob/master/LICENSE.md |
15+
| SVT-VP9 | https://github.com/OpenVisualCloud/SVT-VP9 | https://github.com/OpenVisualCloud/SVT-VP9/blob/master/LICENSE.md |
16+
| x264 | https://github.com/mirror/x264 | https://github.com/mirror/x264/blob/master/COPYING |
17+
| x265 | https://github.com/videolan/x265 | https://github.com/videolan/x265/blob/master/COPYING |
18+
<br>
19+
20+
21+
## frontend
22+
Uses base image [`openvisualcloud/xeon-ubuntu2204-media-nginx:23.1`](#openvisualcloudxeon-ubuntu2204-media-nginx231).
23+
24+
| Component | Repository | License |
25+
| --------- | ---------- | ------- |
26+
| Chart.js | https://github.com/chartjs/Chart.js | https://github.com/chartjs/Chart.js/blob/master/LICENSE.md |
27+
| Foundation Icon Font Sets | https://github.com/zurb/foundation-icons | https://github.com/zurb/foundation-icons/blob/master/MIT-LICENSE.txt |
28+
| jQuery (New Wave JavaScript) | https://github.com/jquery/jquery | https://github.com/jquery/jquery/blob/master/LICENSE.txt |
29+
| protobuf | https://github.com/protocolbuffers/protobuf | https://github.com/protocolbuffers/protobuf/blob/master/LICENSE |
30+
| python tornado | https://github.com/tornadoweb/tornado | https://github.com/tornadoweb/tornado/blob/master/LICENSE |
31+
| python-requests | https://github.com/psf/requests | https://github.com/psf/requests/blob/master/LICENSE |
32+
| what-input | https://github.com/ten1seven/what-input | https://github.com/ten1seven/what-input/blob/master/LICENSE |
33+
<br>
34+
35+
36+
## udf
37+
Uses base image [`openvisualcloud/xeon-ubuntu2204-media-nginx:23.1`](#openvisualcloudxeon-ubuntu2204-media-nginx231).
38+
39+
| Component | Repository | License |
40+
| --------- | ---------- | ------- |
41+
| curl | https://github.com/curl/curl | https://github.com/curl/curl/blob/master/COPYING |
42+
| python tornado | https://github.com/tornadoweb/tornado | https://github.com/tornadoweb/tornado/blob/master/LICENSE |
43+
| python-requests | https://github.com/psf/requests | https://github.com/psf/requests/blob/master/LICENSE |
44+
<br>
45+
46+
47+
## vdms
48+
Uses base image [`intellabs/vdms:v2.11.0`](https://hub.docker.com/r/intellabs/vdms).
49+
50+
| Component | Repository | License |
51+
| --------- | ---------- | ------- |
52+
| Intel VDMS | https://github.com/intellabs/vdms | https://github.com/IntelLabs/vdms/blob/develop/LICENSE |
53+
54+
55+
## video
56+
Uses base image [`openvisualcloud/xeon-ubuntu2204-media-nginx:23.1`](#openvisualcloudxeon-ubuntu2204-media-nginx231).
57+
58+
| Component | Repository | License |
59+
| --------- | ---------- | ------- |
60+
| curl | https://github.com/curl/curl | https://github.com/curl/curl/blob/master/COPYING |
61+
| Intel DLDT | https://github.com/openvinotoolkit/openvino | https://github.com/openvinotoolkit/openvino/blob/2020/LICENSE |
62+
| open model zoo | https://github.com/opencv/open_model_zoo | https://github.com/opencv/open_model_zoo/blob/master/LICENSE |
63+
| python tornado | https://github.com/tornadoweb/tornado | https://github.com/tornadoweb/tornado/blob/master/LICENSE |
64+
| python-requests | https://github.com/psf/requests | https://github.com/psf/requests/blob/master/LICENSE |
65+
<br>
18966

0 commit comments

Comments
 (0)