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