Skip to main content

Vidsy Pipes v0.9.0 Release Notes

info

Release date: 2026-03-23
Version: 0.9.0

Vidsy Pipes 0.9.0 adds template export, a new PyTorch engine, App Control automation, and more reliable live observation tracking across frames.


Highlights

  • New PyTorch-based engine with better performance and support for newer GPU cards.
  • Save master projects as clean reusable templates with compacted data and inference-ready models.
  • Enter manually generated custom license keys directly in the app for edition-specific access.
  • Speed up detector training with asynchronous batch prefetching and warmup-related training improvements.
  • Use classification feature vectors to keep live observations and connection events stable across frames.
  • Continue eligible shared sub-model observations even when the parent observation is recreated.

Workflow & Data Handling

  • Imported images are now copied into the project so datasets remain portable after folders move.
  • MPEG videos are converted to MP4 when added to bundles so they can be played and processed immediately.
  • Copy selected boxes into another index and paste them as cropped images with category mapping.
  • ROI labels can be shown inline inside boxes with configurable placement and displayed values.
  • Active log events now update immediately without delayed UI buffering.

App Control

  • App Control can automate actions in an external Windows application based on detected events.
  • Trigger App Control manually from the camera view or by using a global hotkey.
  • App Control can recover when the target window is missing and lets you choose the correct window when multiple matches are found.

Models & Training

  • Configure training patience directly in the UI, including exact stop-at-epoch behavior when patience is 0.
  • Block training earlier when duplicate category-image pairs or conflicting same-center boxes are detected.
  • Classification models can now act as identification sources without duplicate sub-model execution.
  • Model validation and configuration checks were expanded to catch more setup issues before runtime.

Connections

  • Connection triggers now work with the latest single-connection model output and vector-based debounce recovery.
  • Continuous observation detection improves child-observation continuity during video and camera processing.
  • The system can see when a connection is broken and when the connection is positioned correctly for a report image.

Thanks for the feedback that shaped this release. Vidsy Pipes 0.9.0 focuses on making projects easier to distribute, training faster to iterate, and live detection more stable in real workflows.

Jan