hiukim / mind-ar-js

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

How to create Multi-Target image by myself? #193

Closed KuoFeng-Wolf closed 2 years ago

KuoFeng-Wolf commented 2 years ago

You really do great webAR project, and thanks for your demonstration. I have one question. In your multi-target example, the "imageTargetSrc" was only *.mind file. How can I build the mind file for multi-target project ?

krsbx commented 2 years ago

the *.mind file can contain more than one image since mind-ar will detect the targetIndex that match with the current targetImage. So, you can just put a lot of images in the compiler tool or just by creating a page dynamically base on the target image itself.