FloatArray to bitmap on Android
PabloYG opened this issue · 1 comments
PabloYG commented
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!
zaleslaw commented
Thanks for the feedback, give us a little bit time to dig into the issue and check