Giter Site home page Giter Site logo

Comments (9)

olokobayusuf avatar olokobayusuf commented on June 10, 2024

Looking into this.

from movenet-unity.

olokobayusuf avatar olokobayusuf commented on June 10, 2024

@acttoz I can't reproduce the crash you are getting. Can you modify your code with the following?

var configuration = new MLEdgeModel.Configuration { computeTarget = MLEdgeModel.ComputeTarget.CPU };
var predictor = await MoveNetPredictor.Create(configuration: configuration);

Let me know if you still get a crash.

from movenet-unity.

acttoz avatar acttoz commented on June 10, 2024

I still get a crash.

I just cloned and edited as you mentioned.

 private async void Start()
        {
            // Create the MoveNet predictor
            var configuration = new MLEdgeModel.Configuration { computeTarget = MLEdgeModel.ComputeTarget.CPU };
            predictor = await MoveNetPredictor.Create(configuration: configuration);
            // predictor = await MoveNetPredictor.Create();
            // Listen for camera frames
            cameraManager.OnCameraFrame.AddListener(OnCameraFrame);
        }

The log is here.
app.natsuite.posecam-logcat.txt

from movenet-unity.

olokobayusuf avatar olokobayusuf commented on June 10, 2024

From the logs:

Error tflite Division by 0
Error tflite Node number 98 (FLOOR_DIV) failed to invoke.

I'm going to investigate why I can't reproduce this on my devices with the exact same model.

from movenet-unity.

olokobayusuf avatar olokobayusuf commented on June 10, 2024

@acttoz actually I take this back. I've been able to repro!

from movenet-unity.

olokobayusuf avatar olokobayusuf commented on June 10, 2024

@acttoz FOUND IT 🎊 🍾 🎉 . Thank you so much for reporting this issue! It turns out to be a major issue in the most unexpected way. Fix coming later tonight.

from movenet-unity.

ksh1283f avatar ksh1283f commented on June 10, 2024

I got the same issue(Error AndroidRuntime at libNatML.NMLModelPredict(NMLModelPredict)...) on my android device. Please release the fix ASAP 😭😭

from movenet-unity.

olokobayusuf avatar olokobayusuf commented on June 10, 2024

Dropping in a few hours. Gotta push out a VideoKit update first.

from movenet-unity.

olokobayusuf avatar olokobayusuf commented on June 10, 2024

This has been fixed in NatML 1.1.3.

from movenet-unity.

Related Issues (6)

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.