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
223 stars 61 forks source link

Detect and localize after one dish is localized? #6

Closed ROBYER1 closed 3 years ago

ROBYER1 commented 3 years ago

Got the demo working, fantastic work and thankyou for sharing!

Once I have detected and localized one dish, like noodles or rice, how do I detect and localize more dishes during the session without closing/reopening the app?

In your example gif on the repo, you detect 2 dishes at once, are you able to detect more dishes after that or do they all have to be in the camera view when you detect + localize for the first time during the session?