Search Unity

Question Machine Learning with ARCore

Discussion in 'AR' started by terraformer, Apr 19, 2022.

  1. terraformer

    terraformer

    Joined:
    Aug 22, 2012
    Posts:
    6
    Hi,
    Has anyone got this working in Unity and like to share an example?
    The page says it will work but I can't wrap my head around how to implement it.
    A bit frustrating that Google doesn't provide a Unity example themselves, as they do with other features.
    https://developers.google.com/ar/develop/machine-learning
    Thanks for any input.
    Best,
    Thomas
     
    ngthlong1990 likes this.
  2. Voxel-Busters

    Voxel-Busters

    Joined:
    Feb 25, 2015
    Posts:
    1,963
    What feature are you planning to use?
    We recently released Easy ML Kit which currently has Barcode Scanner and Object Detection features.
    We have AR Foundation Camera as one of the input sources which works with AR Core.
     
  3. terraformer

    terraformer

    Joined:
    Aug 22, 2012
    Posts:
    6
    Mainly to auto-tag objects just as Google show in the ARCore example.
    I understand I can integrate it via REST or RPC but I'll check out your plugin to see if it is an easier path, thanks.
     
  4. Voxel-Busters

    Voxel-Busters

    Joined:
    Feb 25, 2015
    Posts:
    1,963
    This is possible with our Object detection feature. However, depends on what kind of objects as the default model only offers certain categories only (mainly food and home objects).
     
    KyryloKuzyk likes this.