Coder Social home page Coder Social logo

Comments (2)

vvasco avatar vvasco commented on June 20, 2024 1

The class Manager uses matio to produce a file where data are appended at every "session". The final file is saved in the context directory defined by the ResourceFinder.
Currently, a session is defined as 5 seconds session, but the sequencer (#5) will define it.

Exported data are in the following format:

  • Keypoints is a Nx1 struct (N = number of sessions), containing raw data.
    The struct contains 14 fields. Each field has a name corresponding to a keypoint and for each session contains a matrix nx3 (n = time sample) in the following format:
[x1, y1, z1; 
 x2, y2, z2; 
... 
 xn, yn, zn]
  • Time_samples is a nx1 vector containing the time samples at which the keypoints are received
  • Metric name (for example ROM_0) is a Nx1 struct, containing tstart and tend, which indicate the start and the end of a single session, and the following information from the motion repertoire (which might change depending on the metric):
    • ref_joint: reference joint for the considered metric
    • ref_direction: reference direction for the considered metric
    • ref_plane: plane on which the metric has to be evaluated
    • max: max value for the considered metric
    • min: min value for the considered metric

from assistive-rehab.

pattacini avatar pattacini commented on June 20, 2024 1

Very nicely done @vvasco 🏅

from assistive-rehab.

Related Issues (20)

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.