-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
Description
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}]}
Reactions are currently unavailable