Commit 98260ad
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- .github/workflows
- deployment
- DockerImageTars
- full
- resize
- Dockerfiles
- Flex
- ubuntu-20.04
- analytics
- dev
- gst
- media
- dev
- ffmpeg
- ubuntu-22.04
- analytics
- dev
- gst
- media
- dev
- ffmpeg
- QAT
- ubuntu-20.04/media
- dev
- nginx_sw
- nginx
- ubuntu-22.04/media
- dev
- nginx_sw
- nginx
- SG1
- centos-7/media
- dev
- ffmpeg
- ubuntu-20.04/media
- dev
- ffmpeg
- ubuntu-22.04/media
- dev
- ffmpeg
- Xeon
- ubuntu-20.04
- analytics
- dev
- ffmpeg
- gst
- media
- dev
- ffmpeg
- gst
- imtl
- nginx
- srs
- svt
- service
- owt-dev
- owt
- ubuntu-22.04
- analytics
- dev
- ffmpeg
- gst
- media
- dev
- ffmpeg
- gst
- imtl
- nginx
- srs
- svt
- doc
- script
- template/components
- test
- docker-swarm
- kubernetes
- doc
- frontend
- html
- css
- icon
- js
- ingest
- gstreamer_gva
- metaData_extract
- bash
- inc
- metadata
- src
- openvino_models/2019R3_models
- intel
- age-gender-recognition-retail-0013
- FP16
- FP32
- emotions-recognition-retail-0003
- FP16
- FP32
- INT8
- face-detection-adas-0001
- FP16
- FP32
- INT8
- landmarks-regression-retail-0009
- FP16
- FP32
- yolov3_openvino
- vdms_converter
- inc
- src
- inputs
- script
- stream
- udf
- remote_function
- functions
- vdms
- video
- resources/models
- ultralytics/custom_models
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| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
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 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
| 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 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
189 | 66 | | |
0 commit comments