Created
October 11, 2021 05:45
-
-
Save danleyb2/afd3d8ba23b508ddcae012835fe4e71b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"filename": "car.jpg", | |
"timestamp": "2021-10-11 05:43:58.514896", | |
"camera_id": null, | |
"results": [ | |
{ | |
"box": { | |
"xmin": 146, | |
"ymin": 481, | |
"xmax": 276, | |
"ymax": 576 | |
}, | |
"plate": "nhk552", | |
"region": { | |
"code": "gb", | |
"score": 0.986 | |
}, | |
"score": 0.898, | |
"candidates": [ | |
{ | |
"score": 0.898, | |
"plate": "nhk552" | |
} | |
], | |
"dscore": 0.9252, | |
"vehicle": { | |
"score": 0.834, | |
"type": "Sedan", | |
"box": { | |
"xmin": 68, | |
"ymin": 103, | |
"xmax": 914, | |
"ymax": 643 | |
} | |
} | |
} | |
], | |
"usage": { | |
"calls": 19, | |
"max_calls": 100000 | |
}, | |
"processing_time": 102.895 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment