Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analysis of spatiotemporal consistency #171

Closed
pattacini opened this issue Mar 8, 2019 · 2 comments
Closed

Analysis of spatiotemporal consistency #171

pattacini opened this issue Mar 8, 2019 · 2 comments
Assignees
Labels
📝 assignment Task unrelated to code development

Comments

@pattacini
Copy link
Member

We need to design an experiment to evaluate how well we can identify/track a skeleton based on spatiotemporal persistence.

Ideally, we should be able to re-identify as the same skeleton that one disappearing and reappearing due to a temporary occlusion.

Use only the RealSense for this study and log all the relevant information to then analyze data consistency offline.

To begin with, let's focus on skeleton data only. Later on, we might consider other visual sources (e.g. visual cues attached to skeleton's segments).

@pattacini pattacini added the 📝 assignment Task unrelated to code development label Mar 8, 2019
@vvasco
Copy link

vvasco commented Mar 14, 2019

The scenario considered for the analysis is the following: a person walks towards the camera and a first distractor appears, occluding the person. After a while, a second distractor also appears, occluding the person for longer. The person finally re-appears in a different position.
The following image shows the trajectories traced from each skeleton id:

The skeleton 28 appears, after a while the first distractor 29 occludes it and 28 becomes 30. Then a new distractor 31 appears and 30 becomes 32.

Data look consistent to apply constraints on the spatio-temporal consistency of the current skeleton, for example an emi-sphere can be associated to the current skeleton, with a radius decreasing over time. A skeleton falling in the emi-sphere would then be associated to the current skeleton.
Additional features can be used to make the strategy more robust, such as mean colors of the skeleton segments to discriminate clothes or mean length of the skeleton segments to discriminate adults and children.

Data and script can be found here:
opc+script.zip

@pattacini
Copy link
Member Author

Awesome analysis!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📝 assignment Task unrelated to code development
Projects
None yet
Development

No branches or pull requests

2 participants