Skip to main content

Vidsy Pipes v0.10.0 Release Notes

info

Release date: 2026-04-13
Version: 0.10.0


Highlights

  • Add a remote WebRTC camera via MediaMTX and use it just like a local camera for preview, recording, and analysis.
  • Use Learn & Complete to train a model on a small selection of images and then automatically fill in the annotations for the rest.
  • Detect and measure pipe joint deformations and water levels automatically during analysis.

Cameras

  • Add a remote camera stream from a MediaMTX server using WebRTC.

Workflow & UI

  • Copy filename or full path of any selected image or recording from the context menu.
  • Clear all indexes at once from the clear-index dialog.
  • Templates track a version number; opening a project with an outdated template syncs the index structure automatically.

Pipe Inspections

  • New deformation trigger measures joint deformation and logs an event when the threshold is exceeded.
  • Water level is measured and recorded on open water-flow events.
  • Pipes build preloads models at startup, reducing delay before the first analysis run.

Learn & Complete

  • Select a few labeled images and run Learn to quickly train the model on that selection.
  • Run Complete to automatically fill in boxes or keypoints for a larger selection using the current model.

Models & Training

  • Training saves the model from the best validation epoch, not the last one.
  • Preview the learning rate curve from the model configuration dialog before training starts.
  • All CenterNet head modes (box, keypoint, direction pairs) are now configurable in the model dialog.
  • Direction-based keypoint head for better accuracy on directional structures.
  • Multiple regression slots per class to reduce same-center collisions.

Jan