我在为我的 arcore 项目创建图像数据库 (.imgdb) 时遇到问题。我已经下载了适用于 android 的 arcore sdk,在文件夹工具中有适用于 mac 的 arcoreimg。当我尝试按照此处的步骤操作时:
https://developers.google.com/ar/develop/c/augmented-images/arcoreimg
以下不起作用:
./arcoreimg build-db --input_image_list_path=/path/to/image_list_file.txt \
--output_db_path=/path/to/myimages.imgdb
Run Code Online (Sandbox Code Playgroud)
(显然改变了我的图像的路径)
当我在终端中执行它时,它说找不到arcoreimg 命令。我该怎么办?有任何想法吗?