Giter VIP home page Giter VIP logo

Comments (4)

alexharston avatar alexharston commented on August 24, 2024 1

Hi Ed,

Strange, as I've run it successfully with MVNX files from 2018 in the past. The easiest way to fix this is either to add configuration="FullBody" into the "< subject >" tag of your MVNX files directly (should be the 4th XML tag from the top of the file), or alternatively to clone and build the library from source, and remove the references to configuration in the init() method of models.py.

Let me know how you get on - will add some error handling for this in the next release when I get some time.

Best wishes,
Alex

from mvnx.

alexharston avatar alexharston commented on August 24, 2024 1

Another thing to sanity check - do your MVNX files contain the full set of exportable tags, such as joint angles, angular velocity, angular acceleration etc, or does each frame in the MVNX file just contain orientation and position? The parser is currently designed to parse the full set of features, and will error out if it doesn't find the tags it expects (this can be remedied in future releases).

from mvnx.

edscher avatar edscher commented on August 24, 2024

adding values fixed the problem, but the next raised.

line 146, in parse_modality
frames = self.root[2][6]
IndexError: child index out of range

this is probably because of the missing tags for each frame... there are only position and orientation, as you assumed.
I will get mvnx files which contain all data.

thank you for your quick answer!

from mvnx.

alexharston avatar alexharston commented on August 24, 2024

Ah yes, that'll definitely be it - no problem, and good luck!

from mvnx.

Related Issues (4)

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.