I would like to know what are the options I have to run an object detection model in the browser, until now I have found the next options:
Are there other options?
There's TensorFlow.js.
You still need to convert your model with something like ONNX, though.