diff --git a/README.md b/README.md index bd71488..8d18812 100644 --- a/README.md +++ b/README.md @@ -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]