artoolkitx / jsartoolkit5

Javascript ARToolKit v5.x
https://artoolkitx.github.io/jsartoolkit5/examples/
Other
292 stars 69 forks source link

Model jittering but the image is getting tracked correctly #93

Closed manojahuja11 closed 4 years ago

manojahuja11 commented 4 years ago

Hi @kalwalt @nicolocarpignoli

The model is not stable. I tried it with 3 more models but the model is jittering.

https://drive.google.com/file/d/18coT2eW8Nf-H7pA0MD48GniwQT1FkGZv/view?usp=sharing

I have shared the video link with you.

And also, it only tracks the image with black background and not with white.

Thanks.

ThorstenBux commented 4 years ago

It is not the model.

Your image doesn’t have many feature points as it is too simple from a tracking perspective.

Also I assume that your dip that you set when you created the image was too low. Try 200 to see if that improves anything.

From: manojahuja11 notifications@github.com Reply to: artoolkitx/jsartoolkit5 reply@reply.github.com Date: Wednesday, 4 March 2020 at 7:13 AM To: artoolkitx/jsartoolkit5 jsartoolkit5@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [artoolkitx/jsartoolkit5] Model jittering but the image is getting tracked correctly (#93)

Hi @kalwalt @nicolocarpignoli

The model is not stable. I tried it with 3 more models but the model is jittering.

https://drive.google.com/file/d/18coT2eW8Nf-H7pA0MD48GniwQT1FkGZv/view?usp=sharing

I have shared the video link with you.

And also, it only tracks the image with black background and not with white.

Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

manojahuja11 commented 4 years ago

Oh okay. I will try that. Thank you.

kalwalt commented 4 years ago

I agree with @ThorstenBux and you can also read my tutorial/article

manojahuja11 commented 4 years ago

yes @ThorstenBux It works now. Thanks.