Skip to content

Instantly share code, notes, and snippets.

@Cospel
Created September 29, 2020 09:51
Show Gist options
  • Save Cospel/90a4bd82369593361e22352a3e271aaf to your computer and use it in GitHub Desktop.
Save Cospel/90a4bd82369593361e22352a3e271aaf to your computer and use it in GitHub Desktop.
detect on microcontroller
import pprint
from ximilar.client import DetectionClient
client = DetectionClient("__API_AUTH_TOKEN__")
results = client.detect_on_task([{"_file": "test/IMG_20181228_102636.jpg"}], "__TASK_ID__")
pprint.pprint(results)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment