Syn-McJ / TFClassify-Unity-Barracuda

An example of using Tensorflow and ONNX models with Unity Barracuda inference engine for image classification and object detection.
MIT License
124 stars 32 forks source link

Working on a YOLO-Barracuda implementation #14

Open Kabster17 opened 3 years ago

Kabster17 commented 3 years ago

Hi, I just wanted to ask if you have made any attempts to run Barracuda inference engine on a custom render texture as I can see that in your work you have incorporated the use webcam texture(api).

But I am planning to run yolo on Barracuda using Render Texture instead, can I ask if its possible using your work and could you point me in the right direction if possible.

Thanks a lot!