问题
I am setting up a android app by Kotlin, and I want to get image score for arcore.
On this page they say:
Run
arcoreimg eval-img
to get a quality score between 0 and 100 for each image.
And I just found a program for Linux, macOS, Windows to unzip the arcore-android-sdk-1.11.0
.
I want to calculate arcore image score via my Android app.
How can I calculate the image score if the arcore team doesn't support it?
I found some posts that run the Windows program on Android, but It is 'How To Run Windows App(EXE) on Android Mobile' by use emulator. However, I want to write code that the app can calculate on its own.
回答1:
One possible solution could be to host arcoreimg tool in a docker and query this service instead. I know it is not ideal, but might be an option
来源:https://stackoverflow.com/questions/58112649/how-can-i-calculate-arcore-image-score-in-android