hiukim / mind-ar-js

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

Generate file.mind server-side? #372

Closed Bobbianss closed 1 year ago

Bobbianss commented 1 year ago

Hi, I would need to understand if the "compiler.js" is able to be integrated for generating the ".mind" file inside a web server.

Basically I am trying to have the ".mind" file generated directly by the server without going through the browser (client-side), and I don't understand if it is necessary to use webGL which is client-side only.

kasual1 commented 1 year ago

I'd also like to know if it is possible to generate target files on the server side

virbas commented 1 year ago

It's in the examples: examples/nodejs/createImageTargetLibrary.js