Download images with the yellow bounding boxes printed in them

When there is an image in mapillary i see they have bounding boxes or areas showing that there is a signal or an object, and i want to download the image with those boxes or areas printed in the images. Is there any possibility of doing that through api?

Those bounding boxes aren’t part of the photos, they are drawn on top of the photo. So if you want a photo including those elements, you either need to make a screenshot, or write your own code to merge that information with the image.

and there is no geojson that includes the info of those bounding boxes?

Yes! You can check the API documentation to find out how to fetch detections (that’s what the bounding boxes are called on the API side) for any image.

1 Like