These are exposed at dedicated endpoints Example request: ``` $ curl -X POST -F image=@mask2.jpg 'http://localhost:80/v1/vision/custom/mask' {"success":true,"predictions":[{"confidence":0.94608647,"label":"mask","y_min":111,"x_min":248,"y_max":177,"x_max":332}]} ``` - https://docs.deepstack.cc/custom-models/deployment/index.html
These are exposed at dedicated endpoints
Example request: