'Arcore failed to get enough keypoints from target image

Arcore failed to get enough key-points from target image. The image is text on a black background.... is there a solution to this issue?



Solution 1:[1]

I managed to solve this by increasing the size of the image to be at least 300x300px, found this in the "choosing a good reference image" section of the this article:

  • image’s resolution must be at least 300 x 300 pixels.

The goal was to produce the simplest image I can to track. As I was making changes to the image, I kept checking the score of the image via arcoreimg tool. https://developers.google.com/ar/develop/augmented-images/arcoreimg note that you'll need to cd into the location of the .exe file before running the command. On windows you may need to run it with "./" as shown below.

./arcoreimg.exe eval-img --input_image_path=dog.png

Final result: simple trackable image rated at 100

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 DaveM8