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

Auto save #3

Closed shreyapandit closed 4 years ago

shreyapandit commented 4 years ago
shreyapandit commented 4 years ago

@monajalal The skeleton data is saved automatically, 1 file every 5 seconds. I think we just need to give Chrome permissions to allow downloading of multiple files.

shreyapandit commented 4 years ago

This was happening because initally, I was downloading skeleton JSON files on the browser frontend. Because of that Chrome used to ask before saving every file.

I have now enhanced the code base and moved the Skeleton file download to the backend instead of the browser frontend, so the browser will no longer ask for saving file data. It is automatically saved on the backend in an organized fashion. Hence, this issue no longer exists.