cj-mills / barracuda-inference-yolox-demo

A simple Unity project demonstrating how to perform object detection with the barracuda-inference-yolox package.
MIT License
11 stars 1 forks source link

Is this working with webGL and webCam? #6

Open PRO-Spirit opened 19 hours ago

PRO-Spirit commented 19 hours ago

Thanks your code, this is helpful for my personal project. I want to know if this is working with webGL and webCam.

cj-mills commented 4 hours ago

Hi @PRO-Spirit,

I recommend using the TensorFlow.js version of this project if you plan to use it with WebGL. The WebGL backend for Barracuda is buggy.

Also, Barracuda was replaced with Sentis, in case you didn't know.