ISTIAKPAPPU
Results
2
issues of
ISTIAKPAPPU
/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...
Could you help me incorporate an image input into the model, resulting in an output that includes bounding boxes? i tried like this but not wroked MainActivity=> public void PassImage()...