If you use GIS systems, you can use the shapefiles (in geojson format) you obtain to create useful annotations for training a computer vision model to recognise and segment objects. This script allows ...
Convert Shapefile to GeoJSON: ogr2ogr -f GeoJSON aus.json resources/STE11aAust.shp The above works for me. Extract all contents of the ESRI Shape file to the same folder for ogr2ogr to process. Start ...