I'm having issues to create an image database (.imgdb) for my arcore project. I've downloaded arcore sdk for android and inside the folder tools there's arcoreimg for mac. When i try to follow the steps in here:
https://developers.google.com/ar/develop/c/augmented-images/arcoreimg
the following is not working:
./arcoreimg build-db --input_image_list_path=/path/to/image_list_file.txt \
--output_db_path=/path/to/myimages.imgdb
(changing the path to my images obviously)
It says arcoreimg command not found when i execute it in the Terminal. What should i do? Any ideas?