hiukim / mind-ar-js

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

Smoothing control #293

Closed TeMa183 closed 1 year ago

TeMa183 commented 1 year ago

Hey guys, there is a problem with the smoothing video, which is being displayed over the marker @hiukim

used the recommended filterMinCF:0.1; filterBeta: 10 "warmupTolerance: 1" and "missTolerance: 1", however no success

https://user-images.githubusercontent.com/117938899/202874023-2d38b491-d996-4f4b-96c9-19ac7a1270be.MP4

arslc commented 1 year ago

@TeMa183 Try this: filterMinCF: .001 and filterBeta: 1 or try self variant params, mayb .0001 & .01 or others (find best for ur app)

TeMa183 commented 1 year ago

@arslc Thanks, works much better!