-
Notifications
You must be signed in to change notification settings - Fork 33
feat(dataviewer): enhance HDF5 video handling and nested dataset support #180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
cbb2c4b
feat(storage): implement support for nested dataset IDs and improve b…
agreaves-ms b61d3d6
test: enhance playback card tests with video loading overlay logic
agreaves-ms c020579
feat(dataviewer): enhance HDF5 handling and video generation callbacks
agreaves-ms f26f102
refactor(dataviewer): simplify video generation logic and remove unus…
agreaves-ms d23afaa
fix(validation): sanitize dataset_id and camera name parameters
agreaves-ms 87a13d8
fix(detection_service): sanitize confidence and model name parameters
agreaves-ms 9b6da48
refactor(validation): replace validated_dataset_id with path_string_p…
agreaves-ms 85c440e
fix(detection_service): correct frame index logging to preserve type
agreaves-ms 80be3a6
fix(detection_service): convert frame indices to float for processing
agreaves-ms b884ef4
fix(detection_service): preserve integer frame indices during detecti…
agreaves-ms a0e2e1c
fix(logging): sanitize dataset_id and model_name in log messages
agreaves-ms File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -465,4 +465,4 @@ AGENTS.md | |
| # Terraform Environments | ||
| envs/ | ||
|
|
||
| src/dataviewer/datasets/ | ||
| datasets/ | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # Local development against Azure Blob Storage (osmorbt3-dev-001 environment) | ||
| # | ||
| # Usage: | ||
| # 1. Copy to .env: cp .env.azure.example .env | ||
| # 2. Log in: az login (or source deploy/000-prerequisites/az-sub-init.sh) | ||
| # 3. Start: npm run dev:backend (from src/dataviewer/) | ||
| # | ||
| # Your Azure AD user must have Storage Blob Data Reader (or Contributor) on the account. | ||
| # Do NOT set AZURE_CLIENT_ID locally — it overrides CLI credentials with managed identity. | ||
|
|
||
| HMI_STORAGE_BACKEND=azure | ||
| AZURE_STORAGE_ACCOUNT_NAME=<insert-storage-account-name> | ||
| AZURE_STORAGE_DATASET_CONTAINER=datasets | ||
| AZURE_STORAGE_ANNOTATION_CONTAINER=annotations |
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.