How can I calculate arcore image score in Android

*爱你&永不变心* 提交于 2021-02-08 08:55:21

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!