You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, first of all thanks for such an amazing work. Incredibly useful.
I am running ONNX inference on Android by converting a bitmap to FloatArray for input and extracting the resulting FloatArray from the session output. I'd like to display this result on the screen but I am struggling to find a way of converting the FloatArray back into bitmap format.
Is this possible with KotlinDL as of now? If not, would you be so kind to recommend an alternative or point me to where I could help add this functionality into the project? Happy to contribute if possible. Thank you!
The text was updated successfully, but these errors were encountered:
Hey, first of all thanks for such an amazing work. Incredibly useful.
I am running ONNX inference on Android by converting a bitmap to FloatArray for input and extracting the resulting FloatArray from the session output. I'd like to display this result on the screen but I am struggling to find a way of converting the FloatArray back into bitmap format.
Is this possible with KotlinDL as of now? If not, would you be so kind to recommend an alternative or point me to where I could help add this functionality into the project? Happy to contribute if possible. Thank you!
The text was updated successfully, but these errors were encountered: