Skip to content

[Mobile] Crush error occurs in onnxrunitme.run(). #17647

Description

@adjh54ir

Describe the issue

Hello,

The product is being developed using the onnxruntime-react-native library.
I tested it with the same version until the previous 1~2 months and confirmed that it was well performed well,
At some point, onnxruntime.run() has a crush error, causing the app to turn off!

I have confirmed that the model is being imported, and I receive INPUT, OUTPUT names as return values.
If the key value is different, the error will also be returned as shown below.
{"handler": {"inputNames": ["input_1:0"], "outputNames": ["pred_pose/mul_24:0"]}}
LOG Error: input 'input_1:0' is missing in 'feeds'.

So, in the end, I suspect that it is an error that occurred while performing run().

I need help!!

  1. Google Crashlitics

Untitled

  1. Sentry

Untitled
Untitled

  1. Logcat

스크린샷 2023-09-21 오후 5 03 44

This is the main version I'm using.

To reproduce

all ort inference code

Urgency

No response

Platform

Android

OS Version

1.14

ONNX Runtime Installation

Built from Source

Compiler Version (if 'Built from Source')

No response

Package Name (if 'Released Package')

None

ONNX Runtime Version or Commit ID

1.14

ONNX Runtime API

JavaScript

Architecture

ARM64

Execution Provider

Other / Unknown

Execution Provider Library Version

No response

Metadata

Metadata

Assignees

Labels

api:Javascriptissues related to the Javascript APIplatform:mobileissues related to ONNX Runtime mobile; typically submitted using template

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions