TrafficSense
GLOBAL DASHBOARD

Global Traffic
Analytics Dashboard

Upload tracking CSV files from each group, optionally add videos to replay detection overlays.

📊 Tracking CSV Files

One or more CSV log files from any group. All scenes are merged automatically.

📋 Required CSV Schema

Each group must export their log CSV with these exact column names:

frame int — frame index
timestamp_sec float — time in seconds
scene_name str — e.g. intersection_A
group_id str — e.g. group_01
video_name str — filename of video
track_id int — unique object ID
class_name str — car / person / …
confidence float — 0.0 – 1.0
bbox_x1 int — left px
bbox_y1 int — top px
bbox_x2 int — right px
bbox_y2 int — bottom px
cx / cy int — center
frame_width / frame_height int
crossed_line bool — true/false
direction str — up / down / ""
speed_px_s float — speed in px/s

🔗 Default Hugging Face Group Data

CSV files and test videos are discovered from each group data folder.

Loading sources...
Unique Tracker Objects per Class — Global
Direction Split (crossing line)
Traffic Intensity Timeline — All Scenes (10s buckets)
Average Confidence per Class