This repository visualizes the data output from my TrafficLab 3D tool (in which has preprocessed data for Shinjukugado W.). Two visualization modes are provided: paths and objects.
Note: To draw a vehicle countline, click & drag with left mouse, to draw a pedestrian countline, click & draw with right mouse.
To reproduce the results and use the viewers, you can visit this Google Drive, download the SHINJUKU1 folder, then place it at data/SHINJUKU1.
An example folder structure is provided below:
.
├── .gitignore
├── data
│ └── SHINJUKU1
│ ├── footage [directory]
│ ├── illustrator [directory]
│ ├── cctv_SHINJUKU1.png
│ ├── G_projection_SHINJUKU1.json [critical]
│ ├── layout_SHINJUKU1.svg [critical]
│ ├── roi_SHINJUKU1.png
│ ├── sat_SHINJUKU1.png [critical]
│ └── output [directory]
│ └── FULL_SHINJUKU1_2025-12-26_I... [critical]
├── objects_gif.py
├── objects_viewer.py
├── paths_gif.py
├── paths_viewer.py
├── requirements.txt
├── shinjuku_objects_optimized.gif
└── shinjuku_paths_optimized.gif
Data was collected from this Youtube Livestream.
Precise map location is Shinjukugado W..


