Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question ARfoundation model target detection Issue

Discussion in 'AR' started by bilalahmad44225, Sep 15, 2022.

  1. bilalahmad44225

    bilalahmad44225

    Joined:
    Jul 7, 2017
    Posts:
    5
    Hello!
    I am working on the unity ARFoundation detection model to detect a football. for this purpose, I tried image detecting as well as model detection but I failed to detect the ball. Can anyone help me to do the detection stuff successfully?
     
  2. davidmo_unity

    davidmo_unity

    Unity Technologies

    Joined:
    Jun 18, 2019
    Posts:
    99
  3. bilalahmad44225

    bilalahmad44225

    Joined:
    Jul 7, 2017
    Posts:
    5
    It doesn't work fine with all types of footballs as there are many types of footballs with different textures so unable to do it still.
     
  4. andyb-unity

    andyb-unity

    Unity Technologies

    Joined:
    Feb 10, 2022
    Posts:
    516
    It sounds like what you are describing here is a machine learning model that can do semantic segmentation of footballs as a category of objects? Neither ARCore nor ARKit offer such a solution, so you won't find the answers within AR Foundation. This would fall to you or your chosen third-party to implement.
     
  5. bilalahmad44225

    bilalahmad44225

    Joined:
    Jul 7, 2017
    Posts:
    5
    @andyb-unity I tried a lot of machine learning techniques like TF and some more but they doesn't work as per the requirnment.