For educational purposes, I’m trying to trying to train a yolov8 Model to detect US streetsigns. Since the downloadable streetsign content includes streetsigns from all over the world, I wanted to use the Mapillary API/Mapillary Python SDK to do the following:
- Extract X amounts of Images that show streetsigns (With Bounding boxes in US cities)
- Extract label Annotations of each streetsign from each Image
OR - Find all Streetsign labels for the US
- Extract all images inside of bounding box with filtered streetsign label
- Extract label Annotations of each streetsign from each of these Images
In the End I want to have a folder full of images and a folder full of Labels. Is that doable with Mapillary?
If anyone here has some experience using the Mapillary Python SDK I would be grateful for some tips tailored to my goal^^