如何在 Android 中计算 arcore 图像得分
How can I calculate arcore image score in Android
我正在设置 Kotlin 的 android 应用程序,我想获取 arcore 的图像分数。
在 this page 他们说:
Run arcoreimg eval-img
to get a quality score between 0 and 100 for each image.
我刚刚找到了一个用于 Linux、macOS、Windows 的程序来解压 arcore-android-sdk-1.11.0
。
我想通过我的 Android 应用计算 arcore 图像分数。
如果arcore团队不支持,如何计算图像得分?
我在 Android 上找到了 运行 Windows 程序的一些帖子,但它是 'How To Run Windows App(EXE) on Android Mobile' 通过使用模拟器.但是,我想编写应用程序可以自行计算的代码。
一种可能的解决方案是在 docker 中托管 arcoreimg 工具并改为查询此服务。我知道这并不理想,但可能是一个选择
我正在设置 Kotlin 的 android 应用程序,我想获取 arcore 的图像分数。
在 this page 他们说:
Run
arcoreimg eval-img
to get a quality score between 0 and 100 for each image.
我刚刚找到了一个用于 Linux、macOS、Windows 的程序来解压 arcore-android-sdk-1.11.0
。
我想通过我的 Android 应用计算 arcore 图像分数。
如果arcore团队不支持,如何计算图像得分?
我在 Android 上找到了 运行 Windows 程序的一些帖子,但它是 'How To Run Windows App(EXE) on Android Mobile' 通过使用模拟器.但是,我想编写应用程序可以自行计算的代码。
一种可能的解决方案是在 docker 中托管 arcoreimg 工具并改为查询此服务。我知道这并不理想,但可能是一个选择