Add debug print

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-07-02 11:21:26 +02:00
parent eb9f1fb3a2
commit 58d85a7efc

View File

@ -384,6 +384,7 @@ def visualise(args: argparse.Namespace) -> None:
current_axis = pyplot.gca()
for instance in labels:
print(instance)
bbox = instance['bbox']
# Transform the predicted bounding boxes for the 300x300 image to the original image dimensions.
xmin = bbox[0]