hiukim / mind-ar-js

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

Performance Multi-Track Image-Tracking #200

Closed rafhnw closed 2 years ago

rafhnw commented 2 years ago

Is there any way to improve the performance of simultaneously tracking two image-targets? I'm using the max-track parameter, and displaying content has a huge delay especially, when I track only one target in that multi-track application.

hiukim commented 2 years ago

That's a limitation of the library. Will need to research on better algorithm to solve this. This is a definitely something that worths working on.

I'm closing this issue for now. If someone with Computer Vision can help, we can re-open it.