asus4 / tf-lite-unity-sample

TensorFlow Lite Samples on Unity
861 stars 252 forks source link

When the Graphics API is set to OpenGLES3, the ssd tracking does not work. #313

Closed brollsroyce closed 10 months ago

brollsroyce commented 1 year ago

Environment (please complete the following information):

Describe the bug When the Graphics API is set to OPENGLES3, the ssd tracking does not work. I just get a frame with the name "Frame" in the center of the screen (see image). I'm using a Samsung s23 Ultra.

To Reproduce Steps to reproduce the behavior:

  1. Clone repo
  2. Change Graphics API to OpenGLES3
  3. Build the 'SSD' scene on Android device (samsung s23 ultra)

Expected behavior The ssd tracking works perfectly without changing the graphics API, but when I change it to OppenGLES3, I get the result as seen in the screenshot below.

Screenshots WhatsApp Image 2023-08-24 at 15 54 12

asus4 commented 1 year ago

Hi @brollsroyce, Thanks for reporting it. I have reproduced it on the Pixel6. And it looks like it was fixed after #316 - OpenCL support.

Could you test it with the latest branch/OpenGLES3 on your phone? (Unity2022 or later

stale[bot] commented 10 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.