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?
You may want start by taking a look and making sure the following samples work on your device.
https://github.com/Unity-Technologies/arfoundation-samples#imagetracking
https://github.com/Unity-Technologies/arfoundation-samples#objecttracking
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.
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.
@andyb-unity I tried a lot of machine learning techniques like TF and some more but they doesn’t work as per the requirnment.