We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a221f06 commit 40b63e7Copy full SHA for 40b63e7
tools/scripts/features/lmdb_conversion.py
@@ -92,7 +92,7 @@ def extract(self):
92
tmp_dict["image_id"] = img_id
93
tmp_dict["bbox"] = item["bbox"]
94
tmp_dict["num_boxes"] = item["num_boxes"]
95
- tmp_dict["image_height"] = item["image_width"]
+ tmp_dict["image_height"] = item["image_height"]
96
tmp_dict["image_width"] = item["image_width"]
97
tmp_dict["objects"] = item["objects"]
98
tmp_dict["cls_prob"] = item["cls_prob"]
0 commit comments