derenlei / Unity_Detection2AR

Localize 2D image object detection in 3D Scene with Yolo in Unity Barracuda and ARFoundation.
https://derenlei.medium.com/object-detection-with-localization-using-unity-barracuda-and-arfoundation-794b4eff02f8
MIT License
218 stars 61 forks source link

Getting Started #13

Closed Whisper94 closed 3 years ago

Whisper94 commented 3 years ago

Hello, Thank you for your amazing work. I'm a beginner in Unity and was working always with darknet YOLO bevor. Now I'd like to test also my custom detector in unity but at first I'd like just start with your version of YOLO in Unity. BUT as beginner in unity I have several issues. If I'm looking in "Usage": 1) my version is 2020.2.1f Personal 2) "Edit -> Player Settings -> Other XR Plug-in Management" - doesn't exist in my version. I've found under file->build settings->player settings->XR Plug-in Management image

3)From Inspector Scene: Detect -> Game Object: Camera Image -> Script: Phone AR Camera, choose Selected_detector to either Yolo2_tiny or Yolo3_tiny(default). -> doesn't exist if I open downloaded "SampleScence" image

Next steps are unavailable for me. I did probably something wrong as beginner but I think that many people would have same issues and if I start with it, it could probably help most of them.

Thank you! Best regards!