From 60e611e54ef55b2b0b4341e9894fa57c853a8d79 Mon Sep 17 00:00:00 2001 From: luca-medeiros <67411094+luca-medeiros@users.noreply.github.com> Date: Tue, 5 Jan 2021 19:13:12 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]