hiukim / mind-ar-js

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

Fix _computeKMedoids https://github.com/hiukim/mind-ar-js/issues/96 #118

Closed Makio64 closed 2 years ago

Makio64 commented 2 years ago

changing the order so _computeKMedoids is not undefined when call in build function

hiukim commented 2 years ago

I wonder whether this commit already fixed the issue

https://github.com/hiukim/mind-ar-js/commit/07e57604db7d7589b6bbb866236a2d3c4159d2ac

Makio64 commented 2 years ago

I tested in local and it didnt in my case, the order is also necessary

hiukim commented 2 years ago

I see. merged. thx.