Transfer Open Street Maps markup to Google Maps
conda create -n osm python==3.10
conda activate osmgit clone https://github.com/AxuJIuyc/SimpleAnnotationMap.git
cd SimpleAnnotationMap
pip install -r requirements.txt- Open runsam.py
- Change the BOUNDS coordinates of the desired location from OpenStreetMaps
- Run
python runsam.pyAt the output you will get:
- original image
- interactive html file
- {name}.geojson with real coordinates all objects
- .bmp image with applied masks
- .json with pixel coordinates all objects
- .txt objects annotated files with bboxes
You need redact 'hand_palette' or create new function in palette.py for add new tags


