jeeliz / jeelizAR

JavaScript object detection lightweight library for augmented reality (WebXR demos included). It uses convolutional neural networks running on the GPU with WebGL.
https://jeeliz.com
Apache License 2.0
362 stars 72 forks source link

Image tracking #3

Closed dmbfm closed 5 years ago

dmbfm commented 5 years ago

Hi! Thanks for this awesome project!

Can this be used to track an image and estimate it's pose in 3D space, so we can use it as a target in 8thwall?

xavierjs commented 5 years ago

Hi,

It can be, but we have to train a specific neural network to do so. For a custom training you can contact use to contactatjeeliz.com Also, for image detection there are other kinds of algorithms, based on features detection, which can lead to good results.

Best, Xavier

Marcus5234 commented 4 years ago

Wait, so the library can't do image tracking by itself? I need to contact you guys to train the image? How is that useful?? Can't you add a function to make a tracking based on an image? Something like this