Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-medeiros authored Jan 5, 2021
1 parent 759b403 commit 60e611e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Run inference

python main.py --img_path ./sample_img.jpg
Will return a dictionary with the following format:
{'Annotations': [{'Label': 'steel', 'Bbox': [564, 383, 695, 443], 'Confidence': 0.9856872}]}
{'Annotations': [{'Label': 'steel', 'Bbox': [564, 383, 695, 443], 'Confidence': 0.9856872}]}
The bbox format follows: [xmin, ymin, xmax, ymax]

0 comments on commit 60e611e

Please sign in to comment.