hiukim / mind-ar-js

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

Multiple tracking worked with a-frame but not worked with threejs #455

Open vnvyvu opened 9 months ago

vnvyvu commented 9 months ago

Here my code:

let mindarThree = new MindARThree({
      container: containerRef.current,
      imageTargetSrc: mindFileBlob,
      uiScanning: 'no',
      filterMinCF: 0.0005,
      filterBeta: 0.001,
      warmupTolerance: 3,
      missTolerance: 3,
      uiLoading: 'no',
      maxTrack: 3,
 })

It still only tracking one marker at a time

hiukim commented 5 months ago

can you setup a live demo site to test?