hiukim / mind-ar-js

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

Example's Compiler is not working. #331

Closed tokufxug closed 1 year ago

tokufxug commented 1 year ago

@hiukim Download MindAR and go to examples/image-tracking/compile.html. https://ss395120.stars.ne.jp/mind-ar/examples/image-tracking/compile.html Uploading images is not working first. Please let me know if there is anything missing to make this work.

Thanks.

hiukim commented 1 year ago

you can use the one in documentation https://hiukim.github.io/mind-ar-js-doc/tools/compile

tokufxug commented 1 year ago

@hiukim Thank you for your prompt reply.

I would like to create an application that incorporates this Compiler. I tried to verify the operation of this Example first, but it did not work, so I am asking this question.

The purpose is not to create a marker file, but to incorporate the compiling function to create a marker file into a web application I am developing.

hiukim commented 1 year ago

what's the error ?

tokufxug commented 1 year ago

@hiukim If you upload below, you will get a captcha error in the console. I also can't drag and drop images. https://ss395120.stars.ne.jp/mind-ar/examples/image-tracking/compile.html image

hiukim commented 1 year ago

404 - It said your mindar-image.js doesn't exist.

tokufxug commented 1 year ago

@hiukim I downloaded the entire project, does that mean that mindar-image.js is not included in the project? Where can I find mindar-image.js?

hiukim commented 1 year ago

npm run dev to generate development version and npm run build to generate production version.

632366134 commented 1 year ago

我下载了整个项目,这是否意味着mindar-image.js不包含在项目中?我在哪里可以找到mindar-image.js?

Can you please share how to build image compiler on your own webpage