hiukim / mind-ar-js

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

How can i edit the .mind file or target image ? #247

Closed turkyden closed 1 year ago

turkyden commented 1 year ago

How can i edit the .mind file or target image ?

hiukim commented 1 year ago

why do you want to remove red dots?

turkyden commented 1 year ago

why do you want to remove red dots?

Because I want to use mindjs to identify similar objects of the same class.

hiukim commented 1 year ago

use a generic background image as the target then?

turkyden commented 1 year ago

OK, thanks your help, i will check it.

turkyden commented 1 year ago

I have to good idea that is compile the target image just in time (AOT) without .mind.

username ---> ${username}.png -----> compiler.compileImageTargets ---> compiler.exportData ----> compiler.importData(buffer)