Add more preprocessing: combine trajectories of multiple camera views #531
Replies: 2 comments 2 replies
-
|
I think something important to have, but I have no experience with this problem. In Simulations, trajectories don't have this problem. |
Beta Was this translation helpful? Give feedback.
-
|
The main question to answer is, do we want to open up PedPy to include more of these pre-processing procedures or not? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Since we started to add preprocessing steps in PedPy (projecting invalid trajectories), I would like to propose to allow adding more preprocessing functions.
For example, I propose that an updated version of the existing "combine script", which is combining trajectories from different camera views to a combined trajectory set, is included here.
Two trajectory sets from different camera views:

Interpolation between two trajectories:

In the current version, the main purpose of the script is to find a time shift between the different trajectory sets.
Possible partner trajectories are searched without previously knowing who is who. Only after finding (multiple) possible partner trajectories, reasonability is checked by comparing, e.g., height and marker IDs to decide which potential partner has to be the real partner..
Since our new standard is to timely synchronize cameras by timecode and to detect individual markers in each camera view, the script should be "turned around" to first check for the presence of identical marker IDs and then search for overlapping partner trajectories in space and time.
Furthermore, we properly need to take care of trajectories in which the height-component is not constant, but varies over time.
Beta Was this translation helpful? Give feedback.
All reactions