Smart Filtering Demo Update - #69
Merged
Merged
Conversation
Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com>
…and utils.py. Also cleaned tests and test result structure Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com>
Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com>
… supports GPU for realtime and querying capability is disabled Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com>
Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com>
…and utils.py. Also cleaned tests and test result structure Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com>
Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com>
… supports GPU for realtime and querying capability is disabled Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com>
cwlacewe
force-pushed
the
cwl_eval_opt
branch
from
September 9, 2026 19:43
fdcbc8f to
12ca5ee
Compare
Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com>
Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com>
Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com>
Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com>
Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com>
Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com>
Signed-off-by: Lacewell, Chaunte W <chaunte.w.lacewell@intel.com>
Signed-off-by: cwlacewe <chaunte.w.lacewell@intel.com>
cwlacewe
marked this pull request as ready for review
September 10, 2026 15:26
s-gobriel
approved these changes
Sep 10, 2026
This was referenced Sep 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR includes the code needed for final demo. The pipeline passes performance and can run continuously >4 hour where requirement was only 1 hr. This version only works with GPU since CPU can not achieve real-time and it also deactivates/removes other containers for querying (vdms, udf, frontend) as for this version they are no longer needed since detection is viewed realtime via browser which was only requirement.
This PR includes dependency updates needed to solve vulnerabilities (Dockerfiles, requirements.*), documentation for new pipeline/flow (doc/), optimization of fastapi/detection/smart filtering code with associated test scripts, and updated start/stop scripts.