Short Explanation
Keep this monitor running during manipulation so the system can react if the scene changes under the robot.
Monitors tracked points or regions during execution and raises alerts when the target is moved, bumped, or shifted.
Core parameters, trigger timing, and visual before/after demo references.
Keep this monitor running during manipulation so the system can react if the scene changes under the robot.
Prepare the scene, image, video, sensor stream, prompt, or configuration expected by the original project.
Read the produced visualization, prediction, map, trajectory, mask, grasp pose, or other documented artifact.
A quick-run style example for the documentation page.
Readable controls and the meaning of each returned artifact.
video_streamfileLive stream or buffered video used for point tracking.
roitextRegion of interest around the object being monitored.
pointspathtools/monitor-dynamic-disturbance/examples/roi_points.jsonInitial point coordinates to track across frames.
inference_modeselectmock_no_weights_no_installSelects the installed tracker backend or mock mode.
point_tracksTracked 2D point coordinates over time.
disturbance_detectedBoolean event flag for target movement or shift.
severityScalar score describing the magnitude of the detected disturbance.
Official resources, deployment steps, academic context, citation, and source-reported benchmark numbers.
python tools/monitor-dynamic-disturbance/run.py --video tools/monitor-dynamic-disturbance/examples/stream.mp4 --points tools/monitor-dynamic-disturbance/examples/roi_points.json --output tools/monitor-dynamic-disturbance/runs/alerts.json
{
"tool": "monitor-dynamic-disturbance",
"status": "ok",
"results": [
{
"label": "Dynamic disturbance monitoring",
"score": 0.87,
"output": "Point trajectories and disturbance alerts"
}
],
"timing": {
"runtime": "The submitted spreadsheet describes the wrapper as real-time; the benchmark numbers above come from the official CoTracker3 evaluation rather than a separate wrapper-specific timing run.",
"device": "documented in source benchmark when available"
},
"artifacts": {
"visualization": "tools/monitor-dynamic-disturbance/runs/visualization.png",
"raw_predictions": "tools/monitor-dynamic-disturbance/runs/predictions.json"
}
}Paper identity and contribution summary.
@misc{monitordynamicdisturbanceYEAR,
title={CoTracker-style dynamic disturbance monitor},
author={Author},
year={YEAR},
note={Submitted tool sheet / local wrapper},
url={https://arxiv.org/abs/2307.07635}
}Only compact, source-reported numbers are shown here.
| Dataset | Metric | Value | Runtime | Source |
|---|---|---|---|---|
| TAP-Vid / RoboTAP official evaluation | delta_avg^vis | 68.3 / 76.7 / 78.8 / 82.7 on Kinetics / DAVIS / RoboTAP / RGB-S | CoTracker3 online | Official CoTracker README |
| TAP-Vid / RoboTAP official evaluation | delta_avg^vis | 67.8 / 76.9 / 78.0 / 85.0 on Kinetics / DAVIS / RoboTAP / RGB-S | CoTracker3 offline | Official CoTracker README |
Official CoTracker3 evaluation table, ROI point example, disturbance severity output, and local deployment notes.
Visual references from the original tool. Click any image to inspect the original size.