You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We also support models to be used locally, for example, yolox. Please refer to the using-the-api-locally section for more information on how to use the local API.
Is that mean self-hosting api service(run docker or run-web-app) could use a local model for hi_res strategy?
If possible, how can I do it?
Btw, what's the model's download folder and where the onnx file is? (under web-app service, run by make run-web-app)
I have set the hiResModelName to yolox_quantized before, but after the downloading, I can't find the model file which named yolox_l0.05_quantized.onnx
Any feadback is welcome! 💖 🙏
The text was updated successfully, but these errors were encountered:
In the readme content, I found this:
Is that mean self-hosting api service(run docker or run-web-app) could use a local model for hi_res strategy?
If possible, how can I do it?
Btw, what's the model's download folder and where the onnx file is? (under web-app service, run by make run-web-app)
I have set the hiResModelName to
yolox_quantized
before, but after the downloading, I can't find the model file which namedyolox_l0.05_quantized.onnx
Any feadback is welcome! 💖 🙏
The text was updated successfully, but these errors were encountered: