shreyapandit / pose-data-collection

A tool to collect Human Pose Estimates (Skeletal, Depth and Color) through the Microsoft Kinect V2
0 stars 0 forks source link

Save data keyed by person and session #5

Open shreyapandit opened 4 years ago

shreyapandit commented 4 years ago
monajalal commented 4 years ago

I suggest for this specific project we just save the data for one person as there would be only one person in front of the Kinect camera. This would save us a lot of time processing the JSON files.

shreyapandit commented 4 years ago

For the folder, I can't change download location from within the script because that is not allowed and poses a security risk. However, we can change the download location from chrome.

Screen Shot 2019-10-03 at 11 58 09 AM
shreyapandit commented 4 years ago

I have updated the code so that only the tracked Body (Person standing in front of the camera) ie subject in focus is saved, not the entire bodyframe (since non tracked bodies and other metadata is of no use to us). This will save space and processing time

shreyapandit commented 4 years ago

I have set the download folder to be workspace/pose-data-collection through Chrome. This etting has to be done from thr browser.

However, the data downloaded is much more organized now.

The tool creates a subdirectory data_Name_SessionID for each collection. If the directory already exists, data is continued to be saved in the same folder, else a new folder will be created automatically.

This automates organization of collected data by person and session ID.