From a051971661b27d73d6371a69cefe32802de81955 Mon Sep 17 00:00:00 2001
From: Sebastian Buck <38660441+frunika@users.noreply.github.com>
Date: Mon, 2 Sep 2024 16:13:24 +0200
Subject: [PATCH] update mermaid OTVision diagram
---
docs/OTVision/index.md | 23 +++++++++++++++++------
1 file changed, 17 insertions(+), 6 deletions(-)
diff --git a/docs/OTVision/index.md b/docs/OTVision/index.md
index 669aeda5..af54b651 100644
--- a/docs/OTVision/index.md
+++ b/docs/OTVision/index.md
@@ -14,14 +14,25 @@ The current pipeline consists of three core functionalities of OTVision:
graph LR
subgraph OTVision["OTVision:"]
direction LR
- conv(convert\n\n...raw video\nfiles to mp4)
- det(detect\n\n...road users\nin single\nframes)
- tr(track\n\n...detected road\nusers over\nmultiple frames)
+ conv(convert
+ ...raw video
+ files to mp4)
+ det(detect
+ ...road users
+ in single
+ frames)
+ tr(track
+ ...detected road
+ users over
+ multiple frames)
conv --> det --> tr
end
- tr .-> traj[/.ottrk\nTrajectories/]
- vf[/.mp4\nVideo Files/] .-> det
- rvf[/.h264\nVideo Files/] .-> conv
+ tr .-> traj[/.ottrk
+ Trajectories/]
+ vf[/.mp4
+ Video Files/] .-> det
+ rvf[/.h264
+ Video Files/] .-> conv
```
## Key features