Is there a way to do object detection with AR Foundation in unity ?,Is there a way to do image detection with ar foundation in unity ?

Hi, i m try to make an AR app using unity and AR foundation and i have to detect object in the image (like YOLO detection for exemple). After a few search i dont see any way to do this. Do you have any idea of a way to do this ? ,Hi , I m trying to make an AR app using AR foundation and i need to detect objects in the image (Like YOLO detection for exemple) but after a few search i dont find any way to do it with unity. Do you have any idea of a way to do this (without spending 3000$ if possible :slight_smile: )

1- install ARfoundation
2- create ArSessionOrigin, ARsession in Heirarchy
3- Configure AR in Player settings,
4- Create Reference Image Library in Project Window
5- Add some images and their names to Image Library
6- Add Tracked Image Manager Component to ARSessionOrigin
7- Reference The Image Library in Tracked Image Manager
8- Reference the need prefab to show while any image detected in Tracked Image Manager