android-demo-app icon indicating copy to clipboard operation
android-demo-app copied to clipboard

Expected IValue type Tuple, actual type Tensor

Open ISTIAKPAPPU opened this issue 1 year ago • 0 comments

/AndroidRuntime: FATAL EXCEPTION: Thread-2 Process: org.pytorch.demo.objectdetection, PID: 15227 java.lang.IllegalStateException: Expected IValue type Tuple, actual type Tensor at org.pytorch.IValue.preconditionType(IValue.java:332) at org.pytorch.IValue.toTuple(IValue.java:313)

in yolov5 it works fine problem is in yolov8 how i can fix this issue anyone, please help me to figure this out;

ISTIAKPAPPU avatar Mar 17 '23 11:03 ISTIAKPAPPU