FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Use newer viame runners for training and inference as opposed to kwiver call by mattdawkins · Pull Request #1574 · Kitware/dive · GitHub

/ dive Public

Use newer viame runners for training and inference as opposed to kwiver call - #1574

Merged
BryonLewis merged 3 commits into
mainfrom
dev/adapt-for-viame-exe
May 5, 2026
Merged

BryonLewis merged 3 commits into
mainfrom
dev/adapt-for-viame-exe

Conversation

mattdawkins commented Jan 19, 2026
edited
Loading

Copy link
Copy Markdown
Member

Summary

Use `viame runner` (a thin wrapper that pre-loads VIAME's environment) instead of bare `kwiver runner` for pipeline execution and ONNX export, matching the runner used by the rest of the desktop pipeline tooling.

Changes vs main

  • `server/dive_tasks/tasks.py`: pipeline runs (video and image-sequence paths) and `export_trained_pipeline` now invoke `viame runner -p ` instead of `kwiver runner `.
  • `client/platform/desktop/backend/native/viame.ts`, `linux.ts`, `windows.ts`: replace `kwiver runner` with `viame runner` and update `-p` syntax in the desktop equivalents.
  • `docs/Command-Line-Tools.md`: doc reference updated to match.

`viame runner` is identical to `kwiver runner` from a pipeline-execution standpoint but already sources the VIAME setup script and resolves binary paths against the VIAME install, which removes a class of "binary not found" / partially-loaded-environment failures we hit on Windows and on minimal Linux installs.

mattdawkins force-pushed the dev/adapt-for-viame-exe branch from 922bf25 to 6a8f817 Compare April 29, 2026 08:53

Copy link
Copy Markdown
Collaborator

I've modified the system to simplify by removing some confusing key names like viameTrainingExe. Instead of having that separate key for the training exe everything is reliant on the viame cli so I upated all places where it is reference and the documentation for this as well.

BryonLewis left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Approving after I made some changes to remove the training vs the viame cli. So now everything uses the viame cli instea dof having a separate kwiver and training executable

BryonLewis merged commit 034df78 into main May 5, 2026
3 checks passed
BryonLewis deleted the dev/adapt-for-viame-exe branch May 5, 2026 12:22
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL