Sydney-Informatics-Hub / aerial-conversion

Open source tools enabling interchange between computer vision annotation and GIS data formats. Part of https://github.com/Sydney-Informatics-Hub/PIPE-3956-aerial-segmentation
MIT License
2 stars 1 forks source link

Review gis2coco #1

Closed hlydecker closed 12 months ago

hlydecker commented 1 year ago

Last year I created some scripts to take input raster imagery layers and polygon shapefiles and convert them into COCO datasets with many smaller image tiles and associated annotations in COCO JSON.

These scripts are clunky and probably riddled with issues, however they might be a good starting point to understand the problem.

sahandv commented 1 year ago
  • These scripts are clunky and probably riddled with issues, however they might be a good starting point to understand the problem.

This is absolutely a great starting point!

I guess we can use a very tiny sample raster to better grasp the files and the way they work.

  • [ ] Identify avenues for possible improvements and post in response to this issue here

I didn't have a sample to run, but here are my initial discussion points so far:

Overall a group discussion (with @mauch ) is needed to further dissect this code and build upon it, possibly in the coming week.

sahandv commented 12 months ago

The code works in both ways and is optimised. Further optimisations are on the way as identified in other issues.