hiukim / mind-ar-js

Web Augmented Reality. Image Tracking, Face Tracking. Tensorflow.js
MIT License
2.16k stars 398 forks source link

Multiple image targets compiler issue #271

Closed BartCheng closed 1 year ago

BartCheng commented 1 year ago

Hello @hiukim

I using 24 images on image targets compiler, most image can track greate, but there are two pictures in different order and one cannot appear.

hiukim commented 1 year ago

does the two pictures look alike?

BartCheng commented 1 year ago

@hiukim the two pictures not look alike, but size is different.

Example:

  1. 800x600
  2. 600x800

I finally figured out a solution, it worked after resizing the two images to the same size.

hiukim commented 1 year ago

I see. Thanks for letting us know.