Skip to content

Instantly share code, notes, and snippets.

@georggrab
Created April 28, 2017 19:25
Show Gist options
  • Save georggrab/2a5cc25049b41256fee4210215db4114 to your computer and use it in GitHub Desktop.
Save georggrab/2a5cc25049b41256fee4210215db4114 to your computer and use it in GitHub Desktop.
Prediction from Kafka Worker
{"input": "data/dog.jpg", "time": 14.516082, "matches": [
{"class": "dog", "probability": 0.823985, "left": 132, "right": 321, "top": 232, "bottom": 521 }
, {"class": "truck", "probability": 0.635909, "left": 467, "right": 680, "top": 84, "bottom": 167 }
, {"class": "bicycle", "probability": 0.853098, "left": 95, "right": 588, "top": 124, "bottom": 447 }
], "count": 3 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment