ITEP-90808: Add cosine similarity as a configurable option#1327
Merged
Conversation
Update agent instructions
Co-authored-by: Lukasz Talarczyk <lukasz.talarczyk@intel.com>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…n the metrics dataset (#1304)
Adds “live region dwell time” to region-scoped object outputs (region data + region events) so consumers can see how long an object has been inside a region at publish time. Additionally, it updates the stability test to include memory leak checks.
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: scenescapecicd <sys_scenescape_ci@intel.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Sarat Poluri <sarat.chandra.poluri@intel.com> Co-authored-by: Tomasz Dorau <tomasz.dorau@intel.com>
…1139) VGGT outputs camera poses and depth in scale-ambiguous units, which cased: Incorrect mesh dimenstions incorrect pixels_per_meter in renderTopView Inconsistent scale compared to MapAnything This PR implements automatic metric scale for VGGT using known camera poses provided to` _processOutputs() and applies scale factor to: Camera translations world_points_from_depth world_points
Contributor
Author
|
@copilot Address all code review comments. |
…hresholds, metric-aware docs Agent-Logs-Url: https://github.com/open-edge-platform/scenescape/sessions/bb444c83-c20c-4ba3-ad9b-50fec7959314 Co-authored-by: saratpoluri <1325325+saratpoluri@users.noreply.github.com>
Contributor
Addressed in commit
|
a4c1815 to
36b018c
Compare
3a4d702 to
ef6a6c9
Compare
ef6a6c9 to
a29eda8
Compare
rawatts10
approved these changes
May 1, 2026
daddo-intel
approved these changes
May 2, 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.
📝 Description
Adds configurable similarity-metric semantics to the ReID flow so the controller can run either distance-style matching (e.g., L2) or cosine-style matching (implemented via VDMS Inner Product with normalized embeddings).
Changes:
Add metric-aware vector preparation (flattening, dimension checks, optional normalization) and similarity-score validation for IP/cosine paths.
Make UUID matching logic metric-aware (higher-is-better for IP, lower-is-better for L2) and add/expand unit + functional test coverage around the new behavior.
Update docs and functional test matrices to cover metric selection and threshold semantics.
✨ Type of Change
Select the type of change your PR introduces:
🧪 Testing Scenarios
Describe how the changes were tested and how reviewers can test them too:
✅ Checklist
Before submitting the PR, ensure the following: