Code Monkey home page Code Monkey logo

dataset_6dof's Introduction

We collected motion traces from five users while they were freely interacting with a static virtual object using Microsoft HoloLens. We recorded the users' movements in 6DoF space; i.e., collected position samples (x, y, z) and rotation samples represented as quaternions (qx, qy, qz, qw) where qw is the real (scalar) component of the quaternion. Since the raw sensor data we obtained from HoloLens was unevenly sampled (i.e. different temporal distances between consecutive samples) at 60 Hz, we interpolated the data to obtain temporally equidistant samples. We upsampled the position data using linear interpolation and the rotation data (quaternions) using SLERP. Thus, we obtained an evenly-sampled dataset with a sampling rate of 200 Hz i.e. one sample each 5 ms.

The raw data is formatted as:
<timestamp,x,y,z,qx,qy,qz,qw>

The interpolated data also contains the Euler angles for easier visualisation (although we work solely on quaternions). 
<timestamp,x,y,z,qx,qy,qz,qw,roll,pitch,yaw>

The Euler angles are given in degrees and obtained from the quaternions using intrinsic rotations in ZXY order using the function and parameters: 
> as_euler('ZXY', degrees=True)
Please refer to the Scipy documentation for more details: 
https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.transform.Rotation.as_euler.html

For details on our head motion prediction algorithm, please refer to:
"Low-latency Cloud-based Volumetric Video Streaming Using Head Motion Prediction",
Serhan Gül, Dimitri Podborski, Thomas Buchholz, Thomas Schierl, Cornelius Hellge
NOSSDAV'20, Proceedings of the 11th ACM Multimedia Systems Conference (MMSys), 2020

This dataset is free to use for research purposes. If you use this dataset in your research, please cite the above paper.

Serhan Gül
April 2020

dataset_6dof's People

Stargazers

 avatar Junhua Liu avatar notmuch avatar Wang Xi avatar  avatar Devin Bayly avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.